Garry's Mod Wiki

Player:SetDeaths

  Player:SetDeaths( number deathcount )

Description

Sets a player's death count

Arguments

1 number deathcount
Number of deaths (positive or negative)

Example

Sets the deaths of player 1 to 5

Entity( 1 ):SetDeaths( 5 )
Output: None