Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double Print of Player-Specific Competitive Color #60

Closed
luckykev opened this issue Apr 7, 2020 · 4 comments
Closed

Double Print of Player-Specific Competitive Color #60

luckykev opened this issue Apr 7, 2020 · 4 comments
Labels
bug Bugged feature help wanted Need help!

Comments

@luckykev
Copy link

luckykev commented Apr 7, 2020

When no string defined for "NameColor" is used, or when the {teamcolor} is used, it prints the player-specific competitive color (CSGO generated) dot a second time before their name, after the custom chat tag.

If I use any color other than {teamcolor}, it does not print it a second time.

Config examples which do cause the double print:

	"a" //a -> Only players with the a flag will have these tags.
	{
		"ScoreTag" "[VIP]" //The scoreboard-tag
		"ChatTag"	"[VIP] " //The chat-tag
		"ChatColor" "{default}" //The chat color
		"NameColor" "{teamcolor}" //The name color
	}
	"a" //a -> Only players with the a flag will have these tags.
	{
		"ScoreTag" "[VIP]" //The scoreboard-tag
		"ChatTag"	"[VIP] " //The chat-tag
		"ChatColor" "{default}" //The chat color
	}

Config example which does not cause the double print:

	"a" //a -> Only players with the a flag will have these tags.
	{
		"ScoreTag" "[VIP]" //The scoreboard-tag
		"ChatTag"	"[VIP] " //The chat-tag
		"ChatColor" "{default}" //The chat color
		"NameColor" "{gold}" //The name color
	}

I tried searching the .sp & incl files and couldn't find anything obvious, unfortunately.

I have the latest Sourcemod, Hextags, and Chat-Processor builds as of yesterday, 4/6/2020. I have deleted the custom-chatcolors-cp plugin.

I have no other chat processing or tag plugins installed.

@Hexer10 Hexer10 added bug Bugged feature help wanted Need help! labels Apr 7, 2020
@Hexer10
Copy link
Owner

Hexer10 commented Apr 7, 2020

This is a known issue but I've never opened an issue.
If you don't put any value it still bugs since {teamcolor} is the default value. At the moment I don't know why it behaves like that, I guess it is a csgo issue

@luckykev
Copy link
Author

luckykev commented Apr 7, 2020

@Hexer10 Thanks for the reply!

@Hexer10 Hexer10 pinned this issue Apr 8, 2020
@Hexer10 Hexer10 closed this as not planned Won't fix, can't repro, duplicate, stale Jun 27, 2022
@crashzk
Copy link
Contributor

crashzk commented Sep 22, 2022

@Hexer10 I think it might help.

KeithGDR/chat-processor#5

I believe it's some Chat Processor error

@crashzk
Copy link
Contributor

crashzk commented Oct 7, 2022

News?

@crashzk crashzk mentioned this issue Oct 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bugged feature help wanted Need help!
Projects
None yet
Development

No branches or pull requests

3 participants