Admin status check
#2

pawn Код:
if(IsPlayerAdmin(playerid,level))
is exactly the same as
pawn Код:
if(PlayerInfo[playerid][pAdmin]>=level)
The rest you can figure out by yourself.
Reply


Messages In This Thread
Admin status check - by Typhome - 23.09.2010, 16:07
Re: Admin status check - by DeathOnaStick - 23.09.2010, 16:10
Re: Admin status check - by DarkPower - 23.09.2010, 16:21
Re: Admin status check - by Typhome - 23.09.2010, 16:27
Re: Admin status check - by DeathOnaStick - 23.09.2010, 16:31
AW: Re: Admin status check - by Nero_3D - 23.09.2010, 16:32
Re: Admin status check - by Typhome - 23.09.2010, 16:33
Re: Admin status check - by DeathOnaStick - 23.09.2010, 16:35

Forum Jump:


Users browsing this thread: 1 Guest(s)