Error.
#2

You want if you are admin you can see the "/adminhelp" message else show only the other help?

pawn Код:
CMD:help(playerid, params[])
{
    SCM(playerid,COLOR_LIGHTBLUE,"__________________HELP___________________");
    SCM(playerid,COLOR_WHITE,"CAR HELP: /deletecar, /veh, /park, /addrims");
    SCM(playerid,COLOR_WHITE,"CHAT HELP: /o, /b, /local,/shout, ");
    SCM(playerid,COLOR_WHITE,"GENERAL HELP: /buylevel ");
    if(PlayerInfo[playerid][pAdmin] >= 1)
    {
        SCM(playerid,COLOR_WHITE,"ADMIN HELP: /adminhelp");
    }
    return 1;
}
like this?
Reply


Messages In This Thread
Error. - by ImprezBart - 12.10.2011, 08:29
Re: Error. - by iJumbo - 12.10.2011, 08:36
Re: Error. - by ImprezBart - 12.10.2011, 08:39
Re: Error. - by Lenny the Cup - 12.10.2011, 08:40

Forum Jump:


Users browsing this thread: 1 Guest(s)