05.09.2012, 14:59
I don't get it, do you want it to return the admin level for the specific player?
pawn Код:
public GetAdminLevel(playerid)
{
return PlayerInfo[playerid][pAdmin];
}