stock SendClientMessageToAllEx(color,msg[]){ for(new i = 0; i < MAX_PLAYERS; i++){ if(LoggedIn[i] == 1){ SendClientMessage(i,color,msg); } }}