We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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}
The text was updated successfully, but these errors were encountered:
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).
Sorry, something went wrong.
No branches or pull requests
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}
The text was updated successfully, but these errors were encountered: