SA-MP Forums Archive
For some strange reason - 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: For some strange reason (/showthread.php?tid=141149)



For some strange reason - RawrTheory - 11.04.2010

My character keeps making sudden stops that last about a second in my script whenever I walk/run.
Why is it doing this?


Re: For some strange reason - aircombat - 11.04.2010

lag , or show me OnPlayerUpdate


Re: For some strange reason - RawrTheory - 11.04.2010

I didn't use OnPlayerUpdate.


Re: For some strange reason - Babul - 12.04.2010

start to search "TogglePlayerControllable" in all your scripts, maybe its a bad "unfreeze-timer" w/o checking if a player is (already) unfrozen...


Re: For some strange reason - Torran - 12.04.2010

Quote:
Originally Posted by Babul
start to search "TogglePlayerControllable" in all your scripts, maybe its a bad "unfreeze-timer" w/o checking if a player is (already) unfrozen...
This happens to my players, Its just lag,
But in your case it may not be,

As Babul said search for functions like TogglePlayerControllable
Anything that could freeze the player,