06.09.2008, 19:50
pawn Код:
forward lol();
public lol(){
new string2[128];
for(new i=0; i<MAX_PLAYERS; i++ ) {
format(string2, sizeof(string2), "There is currently %d left in the round ",gRoundTime);
SendClientMessage(i, LIGHTGREEN,string2);
}
}