Author Topic: Chat Command GUI  (Read 1715 times)

That exactly what it is.
What I'm trying to get across is that you could have a list of your commands, and then you turn that list of commands into a list of buttons for those commands.

He wants a list of buttons for common server commands that you can edit.
Like you'd add a "duplicator" button that calls the "/duplicator" command which would give you a duplicator.
Or you could add a "swapteam" button that when pressed calls "/swapteam" for you.

Seems really easy, but not really wanted by enough people to make it worth while.

Quote
Seems really easy, but not really wanted by enough people to make it worth while.

Awww..... I really like this. I have a hard time remembering all the commands like swap team and such. I think this gui would be a good idea. But I would like it to be able to open it of a key bind that you can change.

He wants a list of buttons for common server commands that you can edit.
Like you'd add a "duplicator" button that calls the "/duplicator" command which would give you a duplicator.
Or you could add a "swapteam" button that when pressed calls "/swapteam" for you.

Seems really easy, but not really wanted by enough people to make it worth while.
i think he means an RTB client and server sided GUI that lists all the possible commands in the server and more than just that, each of those commands in a button so you can click them.

oh and yes there is a simmilar thing but it only shows popular things so its not really what i explained nor does it hide the ones you dont have so i would not reccomend it. have it tho
« Last Edit: May 09, 2011, 07:55:03 PM by Xanderian »

Guys, read.  I explained it all.  This has been made quite a few times in the past, and it a always a very low quality mod.  The server does not inform the client as to what /commands are valid, and all the commands that would actualy be useful to have as a gui already exist as one.  Have you considered that every time you move or every time you open the player list, or when you scroll through your tools, or every time you click a button in the wrench event gui, you are sending a command to the server?  There are /commands that do all the same things, but it is more convienent to have them keybinded as keys.  All other /commands are custom commands from addons that are not always active in the server.  Please let this thread die, this is a suggestion that does not deserve a finished result.

 I think what he means is that theres a box. It has a button that says "Add GUI". And then you click it. Another box comes up. It has a text box to name GUI and another for the real command. Like this: Name for Gui[<name for gui here>] Command for GUI[<type real command here>]. So in the name for gui button you type "duplicator". And for real command you type "/duplicator"Theres a OK button and you click it. Then you see a button that has the name of the GUI you named it in it. So it says duplicator. And when you click it, it sends a command to the server saying "get out duplicator". Then you have a duplicator.

See what I mean?
« Last Edit: May 28, 2011, 06:48:59 PM by Sack Boy »

How would you pass parameters?

Eg:

/swapteam Teamname

With a one-click send button, you wouldn't pass parameters.

With a textbox, you nullify the advantage of speed.