Posts: 405
Threads: 40
Joined: Aug 2011
Reputation:
0
Honestly, I'd do it in dialogs or a textdraw. With proper explanation on more than just commands.
Sometimes when there's constant messages appearing in your chat it can be hard to read the client messages.
Posts: 724
Threads: 14
Joined: Jul 2012
Reputation:
0
I find the over usage of dialogs in general annoying. Most commands you can infer what they do, and if not, when you send a command without params, you can easily explain what it's for. If you have a large block of commands for example, a housing system, I'd make a separate parameter for /help for that.
[Help] Use /help x, y, z to view help relating to those things
[Help] Basic commands: /saveaccount, /report, etc
Posts: 110
Threads: 8
Joined: Jun 2015
Reputation:
0
Look you can make general commands and chat commands in a simple command called /commands.
About the admin commands, house commands u can simply use /ahelp, /hhelp etc
Posts: 1,504
Threads: 109
Joined: Jan 2012
I personally don't like dialogs for this, because you have to close the dialog to test the command, and then open it again to see other commands. If it's just a client text you see it all at once.
Posts: 360
Threads: 31
Joined: Sep 2012
Reputation:
0
I prefer a text kind doesn't matter what it is, hate those dialogs... argh!
Posts: 1,206
Threads: 39
Joined: Feb 2014
Reputation:
0
I like dialogs more than I like client messages for this kind of stuff. Though, I must partly agree with Vince. I don't hate using commands in general, but I rather hate them when it are commands you have to use a lot. For example: entering and leaving an interior. Most servers require you to type a command (/enter, /exit). Please, for the sake of convenience, use event handlers for that.
Posts: 77
Threads: 1
Joined: Mar 2013
Reputation:
0
/help xyz would be my personal favorite.
Either that or a well structured menu.
Posts: 23
Threads: 1
Joined: Jan 2014
Quote:
Originally Posted by SickAttack
I would prefer an organized dialog. Just like these:
|
^this. If you are going for a list style menu like this, make sure you can select and execute those commands from the menu too.
Posts: 724
Threads: 14
Joined: Jul 2012
Reputation:
0
Either way you do it, just keep it structured and clean and I don't think there'll be problems. I strongly dislike it when servers use dialog for everything which have terrible structure. I especially hate it when servers use dialog for listing commands and don't even provide a brief description of what the command does!