SA-MP Forums Archive
[Problem] Auto Stops walking/running & disables anims - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Problem] Auto Stops walking/running & disables anims (/showthread.php?tid=124123)



[Problem] Auto Stops walking/running & disables anims - [GTA]Rockstar - 28.01.2010

On my server while I'm running, my player suddenly stops running/walking every 15 seconds or so.
And if I'm using an animation, it disables it at the same time my player would stop running.

Does anyone know how to fix that?


Re: [Problem] Auto Stops walking/running & disables anims - Joe Staff - 28.01.2010

You might have a constant timer looping through players and using ClearAnimations. Do a search.


Re: [Problem] Auto Stops walking/running & disables anims - [GTA]Rockstar - 28.01.2010

Quote:
Originally Posted by Joe Staff
You might have a constant timer looping through players and using ClearAnimations. Do a search.
I found the problem and fixed it. It was a timer like you said. Thanks.