Removed set_user_deaths from inc file at29080
(Doesn't seem to be any easy general way to implement it)
This commit is contained in:
@ -216,9 +216,6 @@ native get_user_armor(index);
|
||||
/* Returns player deaths. */
|
||||
native get_user_deaths(index);
|
||||
|
||||
/* Sets player deaths. */
|
||||
native set_user_deaths(index, newdeaths);
|
||||
|
||||
/* Returns player health. */
|
||||
native get_user_health(index);
|
||||
|
||||
|
Reference in New Issue
Block a user