Open paulo-erichsen opened 1 year ago
I'm configuring it like this
sm_pugsetup_damageprint_format "{GREEN}To: [{DMG_TO} / {HITS_TO} hits] From: [{DMG_FROM} / {HITS_FROM} hits] - {NAME} ({HEALTH} hp)"
I've found a workaround is to add a space before the color. The following works, but not the above.
sm_pugsetup_damageprint_format " {GREEN}To: [{DMG_TO} / {HITS_TO} hits] From: [{DMG_FROM} / {HITS_FROM} hits] - {NAME} ({HEALTH} hp)"
{GREEN}
Yes, this is an unfortunate bug. Glad you found the workaround.
As far as I know, this is a bug in csgo itself, so it may not be fixable in the plugin (I could be wrong, though).
Expected behavior
I'm configuring it like this
Actual behavior
I've found a workaround is to add a space before the color. The following works, but not the above.
{GREEN}