24.04.2016, 08:54
PHP код:
for(new i; i < MAX_PLAYERS; i++) { // GetPlayerPool() or foreach is highly recommended!
if(playervar[i][emsvar/faction]) {
return SendClientMessage(playerid, COLOR_GREY, "There is a EMS online!");
break;
}
}