View Single Post
TrappaTroopa
Senior Member
Join Date: Feb 2016
Old 06-07-2017 , 15:58   Re: [CS:GO]Chat Colors (Custom Chat Colors)
Reply With Quote #19

Quote:
Originally Posted by Mitchell View Post
You're missing an ending quote or bracket, like the error states. please read the error.
I am getting this missing KeyValue error as well and I am definately not missing a {

I know how to look out for these (Zeph Store Items.txt anyone). I think something else is wrong. It also doesn't like my "" around @z. God knows why. I am using Sublime Text with UTF-8 encoding.

Code:
KeyValues Error: LoadFromBuffer: missing { in file addons/sourcemod/configs/chat_colors_csgo.ini

KeyValues Error: RecursiveLoadFromBuffer:  got NULL key in file addons/sourcemod/configs/chat_colors_csgo.ini
chat_colors_csgo, @z, 
KeyValues Error: RecursiveLoadFromBuffer:  got EOF instead of keyname in file addons/sourcemod/configs/chat_colors_csgo.ini
chat_colors_csgo, (*@z*),
Just in case here is my file After the Comments:
Code:
//--------------------------------------
"chat_colors_csgo"
{
	"@z"
        {
		"tag"			"[OWNER]"
		"tag_Color"		"RED"
		"name_Color"		"TEAM"
		"chat_Color"		"RED"
	}
	"@b"
	{
		"tag"			"[ADMIN]"
		"tag_Color"		"BLUE"
		"name_Color"		"TEAM"
		"chat_Color"		"BLUE"  
	}
}

Last edited by TrappaTroopa; 06-07-2017 at 16:06.
TrappaTroopa is offline