Player.KillSilent
From GMod Wiki
Function | |
Syntax | Player:KillSilent( ) |
Description: | |
Kills the player without leaving behind a sound or a ragdoll. | |
Returns: | nil |
In Object: | Player |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Player.KillSilent]Player.KillSilent [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Kills all players in the map silently. |
---|---|
Used on | |
Code | for k,v in pairs(player.GetAll()) do v:KillSilent() end |
Output | N/A |