added set_user_deaths and set_user_frags
This commit is contained in:
parent
527683ca41
commit
1dd29ad273
|
@ -196,9 +196,15 @@ native get_user_armor(index);
|
|||
/* Returns player deaths. */
|
||||
native get_user_deaths(index);
|
||||
|
||||
/* Sets player deaths. */
|
||||
native set_user_deaths(index, newdeaths);
|
||||
|
||||
/* Returns player frags. */
|
||||
native get_user_frags(index);
|
||||
|
||||
/* Sets player frags. */
|
||||
native set_user_frags(index, frags);
|
||||
|
||||
/* Returns player health. */
|
||||
native get_user_health(index);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user