Problem with timers..
#4

Quote:

Firstly, why do you have two timers with the same repeating interval? Makes no sense.

Why does it make no sense Why would you bundle all the timers with the same interval together in one?
What if you had 2 timers and you combined them into a 3rd timer. Now at some point you want to kill the first timer, so how do you do that without killing the second one? You use separate timers.

pawn Код:
SetTimer("TipBot", 180000, 1);
SetTimer("GameBot", 600000, 1);
180000 = 180 seconds = 3 minutes
600000 = 600 seconds = 10 minutes

So what's the problem again?
Reply


Messages In This Thread
Problem with timers.. - by dundolina - 12.04.2015, 00:02
Re: Problem with timers.. - by HazardouS - 12.04.2015, 08:24
Re: Problem with timers.. - by dundolina - 12.04.2015, 22:00
Re: Problem with timers.. - by Threshold - 12.04.2015, 22:07
Re: Problem with timers.. - by dundolina - 13.04.2015, 00:00
Re: Problem with timers.. - by Camorra - 13.04.2015, 08:53

Forum Jump:


Users browsing this thread: 1 Guest(s)