Moved
/* Sets player frags. */ native set_user_frags(index, frags); from amxmodx.inc to fun.inc...
This commit is contained in:
@ -81,4 +81,7 @@ native get_user_noclip(index);
|
||||
native set_user_footsteps(id, set = 1);
|
||||
|
||||
/* Strips all weapons from user. */
|
||||
native strip_user_weapons(index);
|
||||
native strip_user_weapons(index);
|
||||
|
||||
/* Sets player frags. */
|
||||
native set_user_frags(index, frags);
|
||||
|
Reference in New Issue
Block a user