Player.GodEnable
From GMod Wiki
Function | |
Syntax | Player:GodEnable( ) |
Description: | |
Enable GodMode on a Player. | |
Returns: | nil |
In Object: | Player |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Player.GodEnable]Player.GodEnable [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | This will enable godmode on you. |
---|---|
Used on | |
Code | function EnableGod( ply ) ply:GodEnable() end concommand.Add("Godenable", EnableGod) |
Output | N/A |