View Single Post
yuv41
Member
Join Date: Jan 2020
Old 09-01-2020 , 11:08   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #335

Anyone knows how to fix this?
This is how chat looks without chat-processor enabled

And this is when chat processor is enabled

---
fixed it by modifying the chat-processor generated config.
Code:
	"csgo"
	{
		"Cstrike_Chat_CT_Loc"	"{teamcolor}(Counter-Terrorist){default} {1} : {2}"
		"Cstrike_Chat_CT"	"{teamcolor}(Counter-Terrorist){default} {1} : {2}"
		"Cstrike_Chat_T_Loc"	"{teamcolor}(Terrorist){default} {1} : {2}"
		"Cstrike_Chat_T"	"{teamcolor}(Terrorist){default} {1} : {2}"
		"Cstrike_Chat_CT_Dead"	"{teamcolor}*DEAD* (Counter-Terrorist){default} {1} : {2}"
		"Cstrike_Chat_T_Dead"	"{teamcolor}*DEAD* (Terrorist){default} {1}   : {2}"
		"Cstrike_Chat_Spec"	"{teamcolor}(Spectator){default} {1} : {2}"
		"Cstrike_Chat_All"	"{teamcolor}{1}{default} : {2}"
		"Cstrike_Chat_AllDead"	"{teamcolor}*DEAD*{default} {1} : {2}"
		"Cstrike_Chat_AllSpec"	"{teamcolor}*SPEC*{default} {1} : {2}"
	}

Last edited by yuv41; 09-07-2020 at 07:07.
yuv41 is offline