/* Sets player frags. */
native set_user_frags(index, frags);

from amxmodx.inc to fun.inc...
This commit is contained in:
Johnny Bergström 2005-04-19 14:49:16 +00:00
parent 6de8178c30
commit 7c6d869cb4
2 changed files with 14 additions and 14 deletions

View File

@ -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);

View File

@ -82,3 +82,6 @@ native set_user_footsteps(id, set = 1);
/* Strips all weapons from user. */
native strip_user_weapons(index);
/* Sets player frags. */
native set_user_frags(index, frags);