How to make a /commands menu
#3

Do you mean a list of commands just like text? Or do you want to create a menu that views the commands (and maybe even executes them).

In case of just like text:

Код:
if(strcmp(cmd, "/Commands", true) == 0)
{
  SendClientMessage(playerid, YOUR_COLOR, " This are the commands of your server");
  SendClientMessage(playerid, YOUR_COLOR, " /command 1, /command 2, /command 3");
  SendClientMessage(playerid, YOUR_COLOR, " /command 4, /command 5, /command 6");
}
In case of the menu it is a bit more complicated.
Reply


Messages In This Thread
How to make a /commands menu - by SampStunta - 09.08.2009, 07:53
Re: How to make a /commands menu - by pagie1111 - 09.08.2009, 10:27
Re: How to make a /commands menu - by Rickk - 09.08.2009, 11:28
Re: How to make a /commands menu - by SampStunta - 19.08.2009, 10:19

Forum Jump:


Users browsing this thread: 1 Guest(s)