Player.AddCount
From GMod Wiki
Gamemode Function: Player.AddCount | |
---|---|
Player.AddCount is a function that is defined in the Sandbox Gamemode and its derivatives. |
Function | |
Syntax | Player:AddCount( String type, Entity ent ) |
Description: | |
Adds an entity to the server limits table. This is used in sandbox mode to limit the number of objects a player can spawn. | |
Returns: | nil |
In Object: | Player |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Player.AddCount]Player.AddCount [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples