/* 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

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