/help command.
#4

but tested but didnt give any error when i compile test and tell me * hope i help you
pawn Код:
CMD:help(playerid, params[])
{
    if(isnull(params))return SendClientMessage(playerid, -1, "* Type: /help [account/map/ect]");

    if(!strcmp(params, "account", true))
    {
        SendClientMessage(playerid, -1, "You're account code");
    }

    if(!strcmp(params, "map", true))
    {
        SendClientMessage(playerid, -1, "You're map code");
    }
    return true;
}
If I have helped you click on
Reply


Messages In This Thread
/help command. - by iGetty - 08.05.2012, 15:53
Re: /help command. - by HDFord - 08.05.2012, 16:01
Re: /help command. - by iGetty - 08.05.2012, 16:04
Re: /help command. - by doreto - 08.05.2012, 16:06
Re: /help command. - by iGetty - 08.05.2012, 16:13
Re: /help command. - by Kindred - 08.05.2012, 16:15
Re: /help command. - by 2KY - 08.05.2012, 18:04
Re: /help command. - by Slix_ - 08.05.2012, 18:08
Re: /help command. - by Jonny5 - 08.05.2012, 18:12
Re: /help command. - by 2KY - 08.05.2012, 18:14

Forum Jump:


Users browsing this thread: 1 Guest(s)