ID:175876
Mar 1 2003, 10:03 pm
|
|
Is it possible to set the usrs speed slower than it normaly is
|
In response to Zlegend2
|
|
yeah it works thanks!
|
In response to Koolguy900095
|
|
anytime.
|
mob/Login()
speeding = 0
mob/var
speeding = 0
rundelay = 3
normalrundelay = 3
client/Move()
if(mob.speeding <= 0)
mob.speeding = 1
..()
sleep(mob.rundelay)
mob.speeding = 0
else
return