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:
Steve Dudenhoeffer
2007-08-03 17:35:12 +00:00
parent c5e36a4e3c
commit 2bc6d965f6
4 changed files with 23 additions and 1 deletions

View File

@ -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. */