Player.EquipSuit
From GMod Wiki
Revision as of 13:54, 10 June 2011 by (#>) Mwr247 (Mike) (Talk | contribs)
Function | |
Syntax | Player:EquipSuit( ) |
Description: | |
Gives the player an HEV Suit, which is what allows them to switch weapons, and see their health, armor, and current ammo. | |
Returns: | nil |
In Object: | Player |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Player.EquipSuit]Player.EquipSuit [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 Player.RemoveSuit, player's will not be able to see or perform any of the above actions.
- Suit should not be confused with armor.