Player.RemoveSuit
From GMod Wiki
Revision as of 13:54, 10 June 2011 by (#>) Mwr247 (Mike) (Talk | contribs)
Function | |
Syntax | Player:RemoveSuit( ) |
Description: | |
Removes the player's HEV suit, which disallows the player from switching weapons, or seeing their health, armor, and ammo. | |
Returns: | nil |
In Object: | Player |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Player.RemoveSuit]Player.RemoveSuit [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Additional notes
- The HEV suit is what allows the CHud elements to appear, such as the standard health and armor display, the current ammo, and even the ability to switch weapons. When removed with this command, player's will not be able to see or perform any of the above actions. It can be added back again with Player.EquipSuit.
- Suit should not be confused with armor.