How to create a /help command?
#2

here take this:
PHP код:
if(!strcmp(cmdtext,"/help",true))
{
    
SendClientMessage(playerid,0xFFFFFFAA,"Help command!");
return 
1;

you can edit the SendClientMessage
or add more things to the command
Reply


Messages In This Thread
How to create a /help command? - by Xtreme4ever - 10.07.2010, 14:16
Re: How to create a /help command? - by OverSwap - 10.07.2010, 14:20
Re: How to create a /help command? - by Xtreme4ever - 10.07.2010, 14:22
Re: How to create a /help command? - by OverSwap - 10.07.2010, 14:24
Re: How to create a /help command? - by Xtreme4ever - 10.07.2010, 14:26
Re: How to create a /help command? - by Xtreme4ever - 10.07.2010, 14:26
Re: How to create a /help command? - by OverSwap - 10.07.2010, 14:29
Re: How to create a /help command? - by Xtreme4ever - 10.07.2010, 14:29
Re: How to create a /help command? - by Xtreme4ever - 10.07.2010, 14:30
Re: How to create a /help command? - by OverSwap - 10.07.2010, 14:36

Forum Jump:


Users browsing this thread: 2 Guest(s)