Quote:
Originally Posted by meTaLiCroSS
That's not the correctly way for changing player's max speed, I believe that you saw that in ZP lol. Use set_user_maxspeed for chaging player's max speed in a single frame, and 4ever.
|
If i set the speed in Ham_Item_PreFrame then probably, Ham_Item_PreFrame will be called again ??
So this means it will form an infinite loop in which Ham_Item_PreFrame will be called and then i will change the speed and then it will again be called and so it will go on,
So isnt it better to set the speed in a 0.1 second task with a "b" flag ?
__________________