How to make a Help Command
#3

heres a simple help command in zcmd not sure what your using


COMMAND:help(playerid,params[])
{
#pragma unused params
SendClientMessage(playerid, 0x33AA33AA, "-----------Help:-----------");
SendClientMessage(playerid, 0xB8860BAA, "Example below change this also .");
SendClientMessage(playerid, 0x33AA33AA, "/cmds == Shows The Commands");
SendClientMessage(playerid, 0x33AA33AA, "/Teles == Shows The List Of Teleports");
SendClientMessage(playerid, 0x33AA33AA, "/Rules == Shows The List Of Rules");
SendClientMessage(playerid, 0x33AA33AA, "/cars == Lets You Pick A Car");
SendClientMessage(playerid, 0x33AA33AA, "/animlist == Shows Ther List Of Animations ");
SendClientMessage(playerid, 0x33AA33AA, "Press 2 == Press 2 and it fixes your car ");
return 1;
}
Reply


Messages In This Thread
How to make a Help Command - by Kar - 25.05.2010, 00:14
Re: How to make a Help Command - by aircombat - 25.05.2010, 00:17
Re: How to make a Help Command - by [SF]RobMob - 25.05.2010, 01:33

Forum Jump:


Users browsing this thread: 1 Guest(s)