Quote:
Originally Posted by JaGareN
PHP Code:
set_user_footsteps(id, 1) //can hear player steps set_user_footsteps(id, 0) //cant hear player steps
I dont understand what you really want to do.
|
Quote:
Originally Posted by GXLZPGX
Other way around.
From the fun.inc file:
PHP Code:
/* Gives player silent footsteps. * if set = 0 it will return footsteps to normal */ native set_user_footsteps(id, set = 1);
|
Im reading this at the documentation :
set_user_footsteps - Gives player silent footsteps if set is 1.
Anyway, I have had problems with this to. Try both. If both does'nt work theres something wrong with ur code. (then post the code)
__________________