pInfo in filterscript
#3

It's not working because the player pAdmin enum is default '0' you did it right but you'll need to set the enum of admin to 1+ in order to use any command checking if the enum bigger than '0' ,
pawn Код:
CMD:makemeadmin(playerid,params[])
{
    PlayerInfo[playerid][pAdmin] =1;//So now you're allowed to use any command checking the admin enum.
    return 1;
}
The above was just an example you'll need to create a command to set admin level for players.
Reply


Messages In This Thread
pInfo in filterscript - by mrxqware - 12.01.2014, 15:07
Re: pInfo in filterscript - by Mattakil - 12.01.2014, 15:09
Re: pInfo in filterscript - by SilentSoul - 12.01.2014, 15:12
Re: pInfo in filterscript - by mrxqware - 12.01.2014, 17:23
Re: pInfo in filterscript - by mrxqware - 12.01.2014, 19:28
Re: pInfo in filterscript - by xZdadyZx - 12.01.2014, 19:34
Re: pInfo in filterscript - by mrxqware - 12.01.2014, 21:13
Re: pInfo in filterscript - by mrxqware - 13.01.2014, 08:51
Re: pInfo in filterscript - by mrxqware - 13.01.2014, 13:29
Re: pInfo in filterscript - by Pottus - 13.01.2014, 13:37

Forum Jump:


Users browsing this thread: 1 Guest(s)