05.06.2017, 08:46
Код:
bool:IsPlayerServerAdmin(playerid) { if(Player[playerid][pAdminLevel] >=1) return true; return false; }
Код:
//Somewhere in your code, if(IsPlayerServerAdmin(playerid)) return SCM(playerid, COLOR, "You are Admin.");