Timers
#1

I have something in my server that runs off timers. For some reason the timer won't kill and it spams the hell out of my server causing it to crash. Is there any alternative to timers, or a way to fix this?

Edit: I'm on 0.2x
Reply
#2

KillTimer ?
Reply
#3

I use that, it's not working after 3 or 4 rounds of the mini-game
Reply
#4

Maybe you're not killing it in the right place? Maybe you're creating twice without destroying the first one?
Reply
#5

Are you using it right?

Код:
new Timer = SetTimer("Timer1",1000,1);
KillTimer(Timer);
Reply
#6

Obviously, yes. It works like 3 - 4 times, then pretty much stops.
Reply
#7

Is the timer a global var or local?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)