Problem with timers..
#3

Yeah my codes it's like your example. One of my timers:

Код:
 forward GameBot();
Код:
    SetTimer("GameBot", 600000, 1);
Код:
public GameBot()
{
    new game = RandomEx(0, 1);
    switch (game)
	{
	    case 0:
	    {
	        SendClientMessageToAll(COLOR_WHITE, "{FF00FF}Lotto: Лотарята стартира след 20 секунди, напиши {99ff00}/lotto [1-60] {FF00FF},за да си закупиш билет.");
	        SetTimer("StartLotto", 20000, 0);
	    }
	}
	return 1;
}
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)