Having Problem in Zcmd
#5

use
pawn Код:
enum pInfo
{
     pAdmin
}
new PlayerInfo[MAX_PLAYERS][pInfo];

//example

CMD:blabla(playerid, params[])
{
     if(PlayerInfo[playerid][pAdmin] >= 6)
     {
     //your code
     }
     return 1;
}
Reply


Messages In This Thread
Having Problem in Zcmd - by Morkano - 24.07.2012, 20:53
Re: Having Problem in Zcmd - by Rudy_ - 24.07.2012, 20:57
Re: Having Problem in Zcmd - by [IKS]Niko_Hs™ - 24.07.2012, 20:57
Re: Having Problem in Zcmd - by Morkano - 24.07.2012, 20:59
Re: Having Problem in Zcmd - by Devilxz97 - 24.07.2012, 21:34

Forum Jump:


Users browsing this thread: 1 Guest(s)