Fix for amb437
dod_set_user_kills & dod_set_user_score no longer have the dead scoreboard class side effect. dod_set_pl_deaths comment has been updated to reflect the side effect.
This commit is contained in:
@ -49,7 +49,10 @@ native dod_is_randomclass(index);
|
||||
/* Returns player deaths */
|
||||
native dod_get_pl_deaths(index);
|
||||
|
||||
/* Sets player deaths. */
|
||||
/* Sets player deaths.
|
||||
* Note if you opt to refresh the scoreboard, it
|
||||
* will make the player appear as "DEAD" in the scoreboard.
|
||||
*/
|
||||
native dod_set_pl_deaths(index,value,refresh=1);
|
||||
|
||||
/* Returns player deaths. */
|
||||
|
Reference in New Issue
Block a user