if(strcmp(string, "/kickall", true) == 0){ for(new i=0; i < MAX_PLAYERS; i++) { Kick(i); } //Do extra stuff for all here.}