for(new i = 0; i < MAX_PLAYERS; i++) { if(!IsPlayerConnected(i)) continue; if(i == 3 ) { SendClientMessage(i, COLOR_YELLOW, "ТЕСТ"); break; } } }