set_user_footsteps()

This commit is contained in:
Johnny Bergström
2004-02-18 11:10:54 +00:00
parent 680caf60c2
commit 942ebf6562
3 changed files with 156 additions and 15 deletions

View File

@ -94,3 +94,7 @@ native set_user_noclip(index, noclip = 0);
/* Returns 1 if noclip is set. */
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);