[Tutorial] Simple /help Command
#5

also
//top of script
#include <dcmd>


//anywhere but not under onplayercommandtext
pawn Код:
CMD_help(playerid, params[])
{
    SendClientMessage(playerid,0xFFFAAA,"Enter ur message here");
    return 1;
}
public OnPlayerCommandText(playerid, cmdtext[])
{
dcmd(help,4,cmdtext);
return 0;
}
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)