Author Topic: How do I change color of "client messages"? Event question.  (Read 3149 times)

What codes or whatever do I use to change the color of text in the client message event? Can someone give me a list of colors and codes I use to make them on the text?
The colors I mainly need is pink yellow red blue green and white. But list all you can.

<color:x>words where x is the 6 character hex code.

I am assuming you are talking about centerPrint and bottomPrint messages.
Just add <color:FFFFFF> before the text for white. You can replace the FFFFFF with any hex color code.