20.03.2015, 10:22
You should format and SendClientMessage for every admin, like:
And same with the rest.
pawn Code:
if(pInfo[id][Adminlevel] == 5)
{
format(string19, sizeof(string19), "Server Owner : %s (%i)",n ,playerid);
SendClientMessage(playerid, COLOR_WHITE, string19);
count++;
}

