Moved
/* Sets player frags. */ native set_user_frags(index, frags); from amxmodx.inc to fun.inc...
This commit is contained in:
parent
6de8178c30
commit
7c6d869cb4
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user