25.08.2009, 10:02
Top
command
in public GoGoGo
Код:
new CdOn;
Код:
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; }
Код:
CdOn = 0;