SetTimer("SecondTimer",4000, 1);forward SecondTimer();public SecondTimer(){ for( new i = 0; i < MAX_PLAYERS; i++ ) { SendClientMessage(i,COLOR," "); }}