Chat-Processor icon indicating copy to clipboard operation
Chat-Processor copied to clipboard

[BUG] {2} in Nick

Open WhyFaust opened this issue 6 years ago • 4 comments

Example: Nick: BaFeR {2} If i print in chat "trololo" it will be like this: BaFeR trololo : trololo

WhyFaust avatar Jun 20 '18 18:06 WhyFaust

Probably it's colorvariables issue

Hexer10 avatar Jun 21 '18 19:06 Hexer10

@Hexer10 Well, I also use this plugin: https://github.com/Hexer10/HexTags

WhyFaust avatar Jun 21 '18 21:06 WhyFaust

Then? What's the point? I remember someone stated this issue as well but idk where

Hexer10 avatar Jun 21 '18 22:06 Hexer10

I'm not sure why you'd think it's a Color variable issue, as much as I find that include clunky and useless, the issue is actually here: https://github.com/Drixevel/Chat-Processor/blob/master/scripting/chat-processor.sp#L336-L338

It replaces for format with the players name, I.e. the format string would be "{3}Mitch {2} : {2}" at the first line, "{3}Mitch test : test" at the second line, etc you get the idea.

MitchDizzle avatar Nov 11 '18 23:11 MitchDizzle