y_commands question
#1

I don't understand the help part, whether help is true or not.
How do I make it accessible so it will display that message "Lists all the commands a player can use."

pawn Код:
YCMD:help(playerid, params[], help)
{
    if (help)
    {
        SendClientMessage(playerid, 0xFF0000AA, "Lists all the commands a player can use.");
    }
    else
    {
        //
    }
    return 1;
}
Reply


Messages In This Thread
y_commands question - by PaulDinam - 21.05.2014, 17:57
Re: y_commands question - by arakuta - 21.05.2014, 17:59
Re: y_commands question - by PaulDinam - 21.05.2014, 18:04
Re: y_commands question - by PaulDinam - 21.05.2014, 18:38

Forum Jump:


Users browsing this thread: 1 Guest(s)