View Single Post
Synthax
Member
Join Date: Mar 2015
Old 03-20-2016 , 00:08   Re: [ANY|Source 2009] Advanced Advertisements
Reply With Quote #273

Quote:
Originally Posted by MyWarthog View Post
Idgi. Shouldn't this be working?
Code:
// This file will not function if your server is not a TF2 server
// TF2 is the only mod (as of now) that has support for extra custom colors
"Extra Chat Colors"
{
	"palepink" //The name of the color without the "{" and "}" tags.
	{
		"hex"		"0xcc9999" // "Hexadecimal representation of the color" - Directly taken off of the morecolors documentation
	}
	"greenishyellow"
	{
		"hex"		"0x999966"
	}
  "unique"
  {
    "hex"   "0xFFD700"
  }
}
The custom color does not print. It just prints out {unique}, showing in Dark Orange.
I'm trying the same thing and running into the same issue. Why include extra_chat_colors.txt if it doesn't work?
Synthax is offline