how to make a Force Cmd?
#5

Coded by: ******.
pawn Код:
YCMD:cmds(playerid, params[], help)
{
    if (help)
    {
        SendClientMessage(playerid, 0xFF0000AA, "Lists all the commands a player can use.");
    }
    else
    {
        new count = Command_GetPlayerCommandCount(playerid);
        for (new i = 0; i != count; ++i)
        {
            SendClientMessage(playerid, 0xFF0000AA, Command_GetNext(i, playerid));
        }
    }
    return 1;
}
Reply


Messages In This Thread
how to make a Force Cmd? - by Maftaca - 14.03.2013, 22:22
Re: how to make a Force Cmd? - by Bakr - 14.03.2013, 22:53
AW: how to make a Force Cmd? - by Blackazur - 14.03.2013, 22:54
Re: how to make a Force Cmd? - by Maftaca - 15.03.2013, 09:36
Re: how to make a Force Cmd? - by Ballu Miaa - 15.03.2013, 09:51
Re: how to make a Force Cmd? - by Maftaca - 15.03.2013, 10:56
Re: how to make a Force Cmd? - by Ballu Miaa - 15.03.2013, 17:24
Re: how to make a Force Cmd? - by Denying - 15.03.2013, 17:28
Re: how to make a Force Cmd? - by Maftaca - 15.03.2013, 22:37
Re: how to make a Force Cmd? - by kamzaf - 15.03.2013, 23:21

Forum Jump:


Users browsing this thread: 1 Guest(s)