Quote:
Originally Posted by Jamester
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;
}
}
Something like that
|
Where exactly I need to put your code at? Show me full code with my code too please.