[Tutorial] Bugs in my server
#5

if u want only for rcon

pawn Код:
if(IsPlayerAdmin(playerid))
and if u want for admin lvls

pawn Код:
if(PlayerInfo[playerid][ pAdmin ] >= 1//1 is the admin lvl
by the way u need enum too
pawn Код:
enum pInfo
{
         pAdmin
};
new pInfo[MAX_PLAYERS][PlayerInfo];
Reply


Messages In This Thread
Bugs in my server - by ItzRbj - 28.07.2014, 13:43
Re: Bugs in my server - by SHE790 - 28.07.2014, 13:46
Re: Bugs in my server - by ItzRbj - 28.07.2014, 13:53
Re: Bugs in my server - by DaniceMcHarley - 28.07.2014, 13:56
Re: Bugs in my server - by SHE790 - 28.07.2014, 14:00
Re: Bugs in my server - by SanAndreasMP - 28.07.2014, 14:01
Re: Bugs in my server - by AMouldyLemon - 28.07.2014, 14:01
Re: Bugs in my server - by SHE790 - 28.07.2014, 14:05
Re: Bugs in my server - by ItzRbj - 28.07.2014, 14:07

Forum Jump:


Users browsing this thread: 1 Guest(s)