2
0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-07-22 21:21:45 +03:00
This commit is contained in:
David Anderson 2005-08-01 05:03:50 +00:00
parent a35b96fb7e
commit 43c06b0e36

@ -212,9 +212,6 @@ native get_user_deaths(index);
/* Sets player deaths. */
native set_user_deaths(index, newdeaths);
/* Sets player frags. */
native set_user_frags(index, frags);
/* Returns player health. */
native get_user_health(index);