27.11.2012, 13:07
Boom Galera to com um /contar no CHAT GLOBAL POIS ELA И !
5
4
3
2
1
Vai Vai Vai
Eu gostaria que Fosse
3
2
1
Vai vai
Tem Como alguem em Ajudar ?
5
4
3
2
1
Vai Vai Vai
Eu gostaria que Fosse
3
2
1
Vai vai
Tem Como alguem em Ajudar ?
Quote:
forward countdown(); public countdown() { if(CountDown==6) SendClientMessageToAll(0xFFFF00AA, ""); CountDown--; if(CountDown==0) { SendClientMessageToAll(0xFFFF00AA, "{FFFF00}Vai {FFFFFF}Vai {FFFF00}Vai"); CountDown = -1; for(new i = 0; i < MAX_PLAYERS; i++) { PlayerPlaySound(i, 1057, 0.0, 0.0, 0.0); } return 0; } else { new text[7]; format(text,sizeof(text),"- %d -",CountDown); for(new i = 0; i < MAX_PLAYERS; i++) { PlayerPlaySound(i, 1056, 0.0, 0.0, 0.0); } SendClientMessageToAll(0xFFFF00AA, text); } SetTimer("countdown",1000,0); return 0; } |