View Single Post
Meitis
Member
Join Date: Jan 2014
Old 09-18-2014 , 05:11   Re: [CS:GO] Automatic Messages | Multi-Language Support!
Reply With Quote #14

Quote:
Originally Posted by ESK0 View Post
HintMessage doesnt works with colors
In CS:GO, hinttext does work with colors, just use <font color='#ff0000'>your message in red</font> with ofcourse #ff0000 being able to be any hexadecimal color.

Small example:
PrintHintText(client, "This is <font color='#ff0000'>red</font>, <font color='#00ff00'>green</font> <font color='#0000ff'>blue</font>");
will just color the "red" text in the color red, "green" text in the color green and "blue" text in the color blue.

Last edited by Meitis; 09-18-2014 at 05:11.
Meitis is offline