mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
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:
parent
de33bb6a1d
commit
7dc4beae63
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user