Little help with stock and cmd
#2

Try this:
pawn Код:
stock IsPlayerAAdmin(playerid)
{
    if(PlayerInfo[playerid][pAdmin] >= 4)
        return 1;
    else
        return 0;
}
Reply


Messages In This Thread
Little help with stock and cmd - by devil shill - 01.08.2014, 17:00
Re: Little help with stock and cmd - by Drago987 - 01.08.2014, 17:25
Re: Little help with stock and cmd - by devil shill - 01.08.2014, 17:48
Re: Little help with stock and cmd - by ]Rafaellos[ - 01.08.2014, 17:49
Re: Little help with stock and cmd - by devil shill - 01.08.2014, 17:54
Re: Little help with stock and cmd - by ]Rafaellos[ - 01.08.2014, 17:58
Re: Little help with stock and cmd - by devil shill - 01.08.2014, 17:59
Re: Little help with stock and cmd - by Stanford - 01.08.2014, 18:03
Re: Little help with stock and cmd - by devil shill - 01.08.2014, 18:10

Forum Jump:


Users browsing this thread: 1 Guest(s)