for(new i; i <= MAX_PLAYERS; i++){ if(IsPlayerConnected(i)) { if(GetPlayerVirtualWorld(i) == 0) { SendClientMessage(i, COLOR_GREEN, "This message will be sent to everyone in virtual world 0!"); } }}