[Tutorial] Simple /help Command
#4

ZCMD:

U need this
pawn Код:
#include <zcmd>
You have to delete OnPlayerCommandText
pawn Код:
COMMAND:help(playerid, params[])
{
    SendClientMessage(playerid,0xFFFAAA,"Enter ur message here");
    return 1;
}
Reply


Messages In This Thread
[Tutorial] Simple /help Command - by Emanuel_Rodriguez - 17.07.2010, 18:39
Re: [Tutorial] Simple /help Command - by Jay. - 17.07.2010, 18:42
Re: [Tutorial] Simple /help Command - by Kar - 17.07.2010, 18:47
Re: [Tutorial] Simple /help Command - by [NTX]MikeQ - 17.07.2010, 18:57
Re: [Tutorial] Simple /help Command - by Kar - 17.07.2010, 19:10
Re: [Tutorial] Simple /help Command - by Jay. - 17.07.2010, 19:12
Re: [Tutorial] Simple /help Command - by ViruZZzZ_ChiLLL - 17.07.2010, 20:50

Forum Jump:


Users browsing this thread: 1 Guest(s)