Raised This Month: $12 Target: $400
 3% 

[CS:GO]Chat Colors (Custom Chat Colors)


Post New Thread Reply   
 
Thread Tools Display Modes
Azerja12
Senior Member
Join Date: Feb 2013
Location: EU
Old 02-19-2017 , 10:52   Re: [CS:GO]Chat Colors (Custom Chat Colors)
Reply With Quote #11

Anything wrong in the picture?
No errors.
Chat processor works fine with no errors and i can tell it works by the space it makes.

__________________
Azerja12 is offline
RudeBOY
New Member
Join Date: Feb 2017
Location: Spain
Old 02-19-2017 , 11:49   Re: [CS:GO]Chat Colors (Custom Chat Colors)
Reply With Quote #12

Quote:
Originally Posted by laskaa View Post
this don't work for me .. i have this"KeyValues Error: LoadFromBuffer: missing { in file addons/sourcemod/configs/chat_colors_csgo.ini" but i have all good
Same error happens to me :S
RudeBOY is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 02-19-2017 , 12:17   Re: [CS:GO]Chat Colors (Custom Chat Colors)
Reply With Quote #13

Quote:
Originally Posted by RudeBOY View Post
Same error happens to me :S
You're missing an ending quote or bracket, like the error states. please read the error.
Mitchell is offline
SikoZ
Junior Member
Join Date: Apr 2017
Old 04-14-2017 , 04:12   Re: [CS:GO]Chat Colors (Custom Chat Colors)
Reply With Quote #14

Hello,

I installed the plugin but it's not working.

so i basically upload the files in the zip in my sourcemod folder, then i make 2 documents
chat_colors_csgo.ini in sourcemod/configs
chat_colors_csgo_en.smx in sourcemod/plugins

and i put the below code in both of them and upload them were each of them belongs

Quote:
//ORIGINAL FILE BY Pheonix ( http://steamcommunity.com/id/UA_Phoenix_UA/ ) translated by Papero
//Color list
//--------------------------------------
//DEFAULT
//TEAM
//RED
//GREEN
//LIME
//LIGHTGREEN
//LIGHTRED
//GRAY
//LIGHTOLIVE
//OLIVE
//PURPLE
//LIGHTBLUE
//BLUE
//--------------------------------------
//
// The TAGs/Colors work in this way
// STEAMID: In CS:GO is always STEAM_1..., STEAM_0... will not work.
// Groups: Name of the group, # before the group name is needed.
// Admin flag: Admin flag, @ before the flag is needed
// ALL: To target all players
//--------------------------------------
// Exaples
//--------------------------------------
//"chat_colors_csgo"
//{
// "@z" - Admin flag of the players that need the TAG/Color (@ before the flag is needed)
// {
// "tag" "[Admin] " - Tag
// "tag_Color" "RED" - Color of the tag
// "name_Color" "TEAM" - Color of the nick
// "chat_Color" "RED" - Color of the chat
// }
// "@a" - Admin flag of the players that need the TAG/Color (@ before the flag is needed)
// {
// "tag" "[VIP] " - Tag
// "tag_Color" "PURPLE" - Color of the tag
// "name_Color" "TEAM" - Color of the nick
// "chat_Color" "GREEN" - color of the chat
// }
// "#admin" - Group of the players that need the TAG/Color (# before the group is needed)
// {
// "tag" "[Admin] " - Tag
// "tag_Color" "PURPLE" - Color of the tag
// "name_Color" "TEAM" - Color of the nick
// "chat_Color" "GREEN" - color of the chat
// }
// "STEAM_1:0:53564701" - SteamID if the player that need the TAG/Color (In CSGO is always STEAM_1, STEAM_0 will not work)
// {
// "tag" "[Friends] " - Tag
// "tag_Color" "GREEN" - Color of the tag
// "name_Color" "TEAM" - Color of the nick
// "chat_Color" "RED" - color of the chat
// }
// "All" - To give the tag to all the players
// {
// "tag" "[Player] " - Tag
// "tag_Color" "GREEN" - Color of the tag
// "name_Color" "TEAM" - Color of the nick
// "chat_Color" "DEFAULT" - color of the chat
// }
//}
//--------------------------------------
"chat_colors_csgo"
{
"@z"
{
"tag" "[ADMIN] "
"tag_Color" "RED"
"name_Color" "TEAM"
"chat_Color" "RED"
}
}


is that it??
__________________
SikoZ is offline
Flotz
Member
Join Date: Aug 2016
Old 05-25-2017 , 17:07   Re: [CS:GO]Chat Colors (Custom Chat Colors)
Reply With Quote #15

Hello, after last updates , if i modify my existed csgo_custom_chat.txt ( example: a tag ) the plugin will not work...if i put it how it was everything is back to normal.
Flotz is offline
vereeq
Junior Member
Join Date: Jul 2016
Location: alliedmods
Old 06-03-2017 , 08:51   Re: [CS:GO]Chat Colors (Custom Chat Colors)
Reply With Quote #16

Plugin does not work!
vereeq is offline
WmakiWmak
Junior Member
Join Date: Aug 2016
Old 06-03-2017 , 09:16   Re: [CS:GO]Chat Colors (Custom Chat Colors)
Reply With Quote #17

Quote:
Originally Posted by vereeq View Post
Plugin does not work!
Are you sure about this?

Spoiler

Last edited by WmakiWmak; 06-03-2017 at 09:17.
WmakiWmak is offline
vereeq
Junior Member
Join Date: Jul 2016
Location: alliedmods
Old 06-07-2017 , 04:38   Re: [CS:GO]Chat Colors (Custom Chat Colors)
Reply With Quote #18

Quote:
Originally Posted by WmakiWmak View Post
Are you sure about this?

Spoiler
Can you help me to make it work on my server?
vereeq is offline
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
Mitchell
~lick~
Join Date: Mar 2010
Old 06-07-2017 , 20:15   Re: [CS:GO]Chat Colors (Custom Chat Colors)
Reply With Quote #20

I don't really trust that this is the full config file.
Mitchell is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:29.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode