Posts: 578
Threads: 40
Joined: Dec 2016
Basically what I'm asking is; how do you prefer a server to send a message as?
Such as:
Error: Some error message.
Some error message.
[!]: Error: Some Error Message
And so on etc etc, eh; yeah.
I'm trying to properly design my gamemode's client messages but I just can't get it to look nice.. Meh.
Leave some ideas for type of message and design of it pls and u'll get a big cookie
thx
Posts: 824
Threads: 6
Joined: Sep 2012
Reputation:
0
Stick to a single color scheme for client messages.
Don't have a fuckton where half is green, half is red and the other half is blue and just disgusting as fuck.
A default format like "SERVER: You logged in as admin.", and et cetera is OK.
Posts: 81
Threads: 15
Joined: Oct 2014
Reputation:
0
Something like this :
[!]"Error Type Here/Notification": "Description Here"
Posts: 3,004
Threads: 12
Joined: May 2011
{C00C00}[!] {FFFFFF}Error: {EEEEEE}Some Error Message
Preferably third way, also might be different colors.
Posts: 435
Threads: 2
Joined: Jul 2017
Reputation:
0
I find "Error:" and "[ERROR]:" pretty ugly. Third one doesn't look too bad; otherwise, plain messages with a certain color.
Posts: 9
Threads: 1
Joined: Sep 2017
Reputation:
0
Better use " command not found " i think, error notice is tell to people there is something wrong with that command. But if you use " command not found ", not found notice is tell to people this server didn't use that command.
Posts: 578
Threads: 40
Joined: Dec 2016
Quote:
Originally Posted by Assister
Better use " command not found " i think, error notice is tell to people there is something wrong with that command. But if you use " command not found ", not found notice is tell to people this server didn't use that command.
|
This made no sense
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
What's the point of using the asterisk if it is front of EVERY message? I don't think it matters all that much what you choose as long as a) it is different enough from the chat to not be mistaken as such and b) it is consistent throughout the mode.
Posts: 278
Threads: 44
Joined: Aug 2012
Reputation:
0
I personally liked bright yellow, if it's a warning for staff members I added red text to draw attention.
[WARNING] Some_Name (ID 4) is teleport hacking
Posts: 332
Threads: 14
Joined: Aug 2014
Reputation:
0
I like this type "Error: Some error message."
Error: You are not allowed to use this command!
Posts: 89
Threads: 22
Joined: Jul 2017
Reputation:
0
I love it like this
* Error: Command you entered doesn't exist, use /help for the list of commands.
Posts: 277
Threads: 24
Joined: Apr 2017
Reputation:
0
I like this:
Error: Thank you for using this command.
Posts: 217
Threads: 1
Joined: Jul 2017
Reputation:
0
With grey color:
Couldn't find that command.
Posts: 1,474
Threads: 98
Joined: Feb 2011
Reputation:
0
Anything serves: it just has to be consistent.