SA-MP Forums Archive
Server timers randomly stopping for no reason - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Server timers randomly stopping for no reason (/showthread.php?tid=658127)



Server timers randomly stopping for no reason - Aerotactics - 24.08.2018

So the timers in my script are randomly just not working. For example, I'll have a countdown timer, and in the middle of the timer, it will just stop. KillTimer was not called. It seems to happen with all repeating timers.


Re: Server timers randomly stopping for no reason - bigtigerbeee - 24.08.2018

Timerfix INC or fixes2 Plugin will help you.


Re: Server timers randomly stopping for no reason - Variableā„¢ - 24.08.2018

This happens due to infinite loop(s). Use crashdetect.


Re: Server timers randomly stopping for no reason - Aerotactics - 24.08.2018

I have included both of your suggestions. I was using a timerfix plugin before, but I included a new one, and I don't seen to be having an out of bounds array issue anymore.