Countdown problem...
#2

Top
Код:
new CdOn;
command
Код:
if(strcmp(cmdtext, "/countdown 3", true)== 0)
{
	if(!CdOn) {
		CdOn = 1;
		SetTimer("Three", 1000, 0);
		SetTimer("Two", 2000, 0);
		SetTimer("One", 3000, 0);
		SetTimer("GoGoGo", 4000, 0);
	}else SendClientMessage(playerid,YOUR_COLOR,"SERVER: Countdown is ON kid !!");
	return 1;
}
in public GoGoGo
Код:
CdOn = 0;
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)