SA-MP Forums Archive
How would you enjoy a server formatting their messages? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: General (https://sampforum.blast.hk/forumdisplay.php?fid=13)
+--- Thread: How would you enjoy a server formatting their messages? (/showthread.php?tid=641040)



How would you enjoy a server formatting their messages? - Meller - 10.09.2017

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


Re: How would you enjoy a server formatting their messages? - Kane - 10.09.2017

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.


Re: How would you enjoy a server formatting their messages? - Splodyf23 - 10.09.2017

Something like this :
[!]"Error Type Here/Notification": "Description Here"


Re: How would you enjoy a server formatting their messages? - Kaperstone - 10.09.2017

{C00C00}[!] {FFFFFF}Error: {EEEEEE}Some Error Message


Re: How would you enjoy a server formatting their messages? - Astralis - 11.09.2017

Preferably third way, also might be different colors.


Re: How would you enjoy a server formatting their messages? - Paulice - 11.09.2017

I find "Error:" and "[ERROR]:" pretty ugly. Third one doesn't look too bad; otherwise, plain messages with a certain color.


Re: How would you enjoy a server formatting their messages? - Assister - 11.09.2017

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.


Re: How would you enjoy a server formatting their messages? - Meller - 11.09.2017

Quote:
Originally Posted by Assister
View Post
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


Re: How would you enjoy a server formatting their messages? - Eoussama - 11.09.2017

This is what I use:

Code:
* Put your message here
the asterisk is always white, the rest of the text is either gray or the same color as dialog text.




Re: How would you enjoy a server formatting their messages? - wallee - 11.09.2017

Quote:
Originally Posted by Eoussama
View Post
This is what I use:

Code:
* Put your message here
the asterisk is always white, the rest of the text is either gray or the same color as dialog text.

i vote for this design


Re: How would you enjoy a server formatting their messages? - Vince - 11.09.2017

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.


Re: How would you enjoy a server formatting their messages? - cuber - 11.09.2017

Quote:
Originally Posted by wallee
Посмотреть сообщение
i vote for this design
2 votes sir


Re: How would you enjoy a server formatting their messages? - Mobtiesgangsa - 11.10.2017

My example is

This for command that does not exist

Quote:

ERROR: Unknown command! Check: /cmds

This for command that has a usage

Quote:

USAGE: /ME<Text>

in Example
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
       dcmd(me, 2, cmdtext);
       return SendClientMessage(playerid, COLOR_RED, "ERROR: Unknown Command! Check: /cmds");
}



Re: How would you enjoy a server formatting their messages? - Mado - 14.10.2017

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


Re: How would you enjoy a server formatting their messages? - AzaMx - 14.10.2017

I like this type "Error: Some error message."

Error: You are not allowed to use this command!


Re: How would you enjoy a server formatting their messages? - Arbico - 28.10.2017

I love it like this
* Error: Command you entered doesn't exist, use /help for the list of commands.


Re: How would you enjoy a server formatting their messages? - Escobabe - 28.10.2017

I like this:
Error: Thank you for using this command.


Re: How would you enjoy a server formatting their messages? - Lucases - 28.10.2017

With grey color:

Couldn't find that command.


Re: How would you enjoy a server formatting their messages? - Twizted - 28.10.2017

Anything serves: it just has to be consistent.