Player.SetDeaths
From GMod Wiki
Revision as of 18:59, 17 September 2009 by Crazy Quebecer (Talk | contribs)
| Function | |
| Syntax | Player:SetDeaths( Integer deaths ) |
| Description: | |
| Set the player's death count | |
| Returns: | nil |
| In Object: | Player |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Player.SetDeaths]Player.SetDeaths [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
| Description | This example will set the player's deaths to 0 |
|---|---|
| Used on | |
| Code | player:SetDeaths ( 0 ) |
| Output | N/A |