[Help] My /ahelp command.
#8

Quote:
Originally Posted by Windows32
Посмотреть сообщение
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;
}
This code is completely useless. So if the player has an admin level greater than 1, it will show only the commands for the level 1 admin... Think before you post shit like this Windows32.
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)