Countdown problem...
#1

hi all

i wanted to try that countdown codes(and a countdown antispawn), it didnt give any arror on pawno, but i came online with my friend on server, i started a countdown, then he did too at the same time, both of countdowns mixed :S

i need a countdown anti-spammer with codes, if a countdown in a progress, it will give a message as "need to wait for finish of countdown to start a countdown"(for max_players)

here is my countdown codes(without my anti-spam):
Код:
 	if(strcmp(cmdtext, "/countdown 3", true)== 0)
	{
			SetTimer("Three", 1000, 0);
			SetTimer("Two", 2000, 0);
			SetTimer("One", 3000, 0);
			SetTimer("GoGoGo", 4000, 0);
		return 1;
 	}
can some1 help?
Reply


Messages In This Thread
Countdown problem... - by LasTRace - 25.08.2009, 09:32
Re: Countdown problem... - by Jefff - 25.08.2009, 10:02
Re: Countdown problem... - by Donny_k - 25.08.2009, 10:03

Forum Jump:


Users browsing this thread: 1 Guest(s)