native cs_set_user_deaths(index, newdeaths, bool:scoreboard = true);
index | Client index |
newdeaths | New value to set |
scoreboard | If true the scoreboard will be updated to reflect the new value. |
Sets client's deaths.
This function has no return value.
If the client index is not within the range of 1 to MaxClients, or the client is not connected, an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.