[Help] My /ahelp command.
#3

Here is a blank one for an easier start.
pawn Код:
CMD:ahelp(playerid, params[])
{
    if(PlayerInfo[playerid][pAdminLevel] > 1)
    {
        //commands here.
    }
    else if(PlayerInfo[playerid][pAdminLevel] > 2)
    {
        //commands here
    }
    return 1;
}
Reply


Messages In This Thread
[Help] My /ahelp command. - by JustinAn - 04.06.2012, 23:59
Re: [Help] My /ahelp command. - by Neo Karls - 05.06.2012, 00:24
Re: [Help] My /ahelp command. - by Elysian` - 05.06.2012, 00:26
Re: [Help] My /ahelp command. - by Edward156 - 05.06.2012, 00:28
Re: [Help] My /ahelp command. - by Elysian` - 05.06.2012, 00:32
Re: [Help] My /ahelp command. - by FalconX - 05.06.2012, 00:36
Re: [Help] My /ahelp command. - by JustinAn - 05.06.2012, 00:48
Re: [Help] My /ahelp command. - by ReneG - 05.06.2012, 00:52
Re: [Help] My /ahelp command. - by JustinAn - 05.06.2012, 11:24
Re: [Help] My /ahelp command. - by Neo Karls - 05.06.2012, 11:51

Forum Jump:


Users browsing this thread: 1 Guest(s)