SA-MP Forums Archive
timer on playerspawn keeps making freezes - 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)
+--- Thread: timer on playerspawn keeps making freezes (/showthread.php?tid=529390)



timer on playerspawn keeps making freezes - UserName31 - 02.08.2014

hey i dont know why when i run around my character will sstop all animations and i need start running again my timer are in onplayerspawn and i tryed to put on gamemodeini but still this type timer i use

PHP код:
    SetTimerEx("Donators"1000true"i"playerid);
    
SetTimerEx("CheckMoney"2000true"i"playerid);
    
SetTimerEx("CheckRobSkill",2000true"i"playerid);