How to Use This Function
#4

Код:
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.");
Reply


Messages In This Thread
How to Use This Function - by akib - 05.06.2017, 05:48
Re: How to Use This Function - by CheezIt - 05.06.2017, 06:04
Re: How to Use This Function - by akib - 05.06.2017, 06:46
Re: How to Use This Function - by GTLS - 05.06.2017, 08:46

Forum Jump:


Users browsing this thread: 1 Guest(s)