Added strip_user_weapons (thx to SidLuke)

This commit is contained in:
Johnny Bergström
2004-06-21 09:16:14 +00:00
parent 1af005a047
commit ab03ce077e
2 changed files with 54 additions and 0 deletions

View File

@ -79,3 +79,6 @@ native get_user_noclip(index);
/* Gives player silent footsteps.
* if set = 0 it will return footsteps to normal */
native set_user_footsteps(id, set = 1);
/* Strips all weapons from user. */
native strip_user_weapons(index);