17.10.2011, 09:23
pawn Код:
if(isPlayerAdmin(playerid) {
// Player is an RCON admin
}
pawn Код:
for(new i=0; i<MAX_PLAYERS; i++) {
if(isPlayerAdmin(i)) {
// Player i is RCON admin
// Add them to a string, or print their name or w/e here
}
}