Author Topic: For those having issues with client message print colors! (how to)  (Read 1764 times)

I realize this is almost common knowledge, but there is still a lot of people who do not know how to use the color code for message prints.

It's basic, and it would go like this
Code: [Select]
<color:FF0000>Display text.Which would come out like this


But what is "FF0000"? It's a Hex color code. Every hex code is six digits.
From google images, refer to this image for hex codes.

FFFFFF
I can figure out hex codes by myself because I'm good with colors

I wish the default client text colour was white instead of red.

Quite helpful.

maybe add to use </color> to stop and that you can use more than one in a line.


I can figure out hex codes by myself because I'm good with colors


I tend to just think about it myself. After all, why use hex codes if you can't figure them out on your own?


I tend to just think about it myself. After all, why use hex codes if you can't figure them out on your own?
to


get


colors?

now tell me what the forget is going with my fonts and why can't i make them bigger without em breaking.



i prefer just mixing values myself rather than using a chart, it tends to be quicker
and </color> actualy works? interesting

Thanks, its hard to remember these. I faved this.

i prefer just mixing values myself rather than using a chart, it tends to be quicker
and </color> actualy works? interesting

I don't remember it working correctly.

<color:FFFFFF>

There are no closing tags, so you have to do another <color:FFFFFF> to change it back.