/cmds command
#8

Well, If you know how to make commands then why are you asking to make a command about commands? Technically /cmds is just a message sent to who ever executes that command?

EDIT: Send me the list of your commands and I will do it for you.

EDIT: I also recommend you use ZCMD, It's the fastest. an example would be

Код:
command(cmds, playerid, params[])
{
      if(IsPlayerConnected( playerid ) ) 
      SendClientMessage(playerid, 0xFFFFFFFF, "CMDS: YOUR COMMANDS HERE");
      SendClientMessage(playerid, 0xFFFFFFFF, "Depending on how many commands you have will depend on how many lines you use");
      return 1;
}
Reply


Messages In This Thread
/cmds command - by silver_medall - 07.09.2010, 15:34
Re: /cmds command - by [XST]O_x - 07.09.2010, 15:36
Re: /cmds command - by silver_medall - 07.09.2010, 15:38
Re: /cmds command - by silver_medall - 07.09.2010, 17:58
Re: /cmds command - by Dime - 07.09.2010, 18:01
Re: /cmds command - by Mimic - 07.09.2010, 18:04
Re: /cmds command - by silver_medall - 07.09.2010, 18:19
Re: /cmds command - by Mimic - 07.09.2010, 18:27
Re: /cmds command - by silver_medall - 07.09.2010, 18:52
Re: /cmds command - by Mimic - 07.09.2010, 19:03

Forum Jump:


Users browsing this thread: 3 Guest(s)