Quote:
|
Originally Posted by JPiolho
0.05 works too, it changes the origin of player. But the problem its how to set the player on air, without falling or moving?
|
http://www.amxmodx.org/funcwiki.php?...task&go=search
The site says: * Float:time - Interval of timer in second. (minimum 0.1 seconds)
Try set_user_maxspeed(id,0.0)
and set_user_gravity(id,0.0)
__________________