View Single Post
nikooo777
AlliedModders Donor
Join Date: Apr 2010
Location: Lugano, Switzerland
Old 09-30-2014 , 16:58   Re: [INC] More Colors (1.9.1)
Reply With Quote #415

So,
I couldn't find a CSGO version of this due to the fact that CSGO only supports some colors.
I did some research and found that colors from x01 to x10 work, therefore i edited the colors.inc to make it work for csgo with those new colors.

There is a little problem, I am colorblind so I can't really figure out what some colors are, nor am I sure for some of those I wrote. I'd appreciate if somebody had a look at them and fixes the tags and eventually the other Print functions.

I know this is not a clean include at all, however it's better than nothing and i use it in advertisements.smx for printing in chat.

here is what i came up with.
Credits to
Quote:
Author: exvel, Editor: Popoklopsi, Powerlord, Bara
BTW, don't use it for any other game other than CSGO... you don't want to break them.

Code:
enum Colors
{
	Color_Default = 0,
	Color_Darkred,
	Color_Pink,
	Color_Green,
	Color_Lightgreen,
	Color_Lime,
	Color_Red,
	Color_Grey,
	Color_Olive,
	Color_A,
	Color_Lightblue,
	Color_Blue,
	Color_D,
	Color_Purple,
	Color_Darkrange,
	Color_Orange
}
Code:
CPrintToChatAll("{default}test{darkred}test{pink}test{green}test{lightgreen}test{lime}test{red}test{grey}test{olive}test{a}test{lightblue}test{blue}test{d}test{purple}test{darkorange}test{orange}test");


use this as reference to the HEX codes:
Attached Files
File Type: inc colors_csgo.inc (15.5 KB, 1708 views)
__________________

Last edited by nikooo777; 09-30-2014 at 16:59.
nikooo777 is offline