Posts: 1,079
Threads: 199
Joined: Jun 2013
Reputation:
0
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.
Posts: 108
Threads: 36
Joined: Oct 2012
Reputation:
0
Timerfix INC or fixes2 Plugin will help you.
Posts: 828
Threads: 20
Joined: Jul 2015
Reputation:
0
This happens due to infinite loop(s). Use crashdetect.
Posts: 1,079
Threads: 199
Joined: Jun 2013
Reputation:
0
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.