HexTags
HexTags copied to clipboard
TAGS are flashing on the Score and TAGS take time to appear when you start a new map
Describe the bug The configured tags are flashing during the rounds, and whenever it starts a new map it takes time to load the TAGS in the Score of the players with privileges.
To Reproduce Steps to reproduce the behavior:
- Install the plugin, latest version; https://github.com/Hexer10/HexTags/releases/tag/2.02
- Configure hextags.cfg; (Config is attached in the issues, just below)
- Just change the map and test, you will see the bug;
Expected behavior The TAGS of the players with privileges should already start, from the first round, even when changing maps.
And the TAGS of the players in the Score should not be flashing.
Screenshots Here is a video I made showing the BUG in question.
https://vimeo.com/430512520
System Details
- OS: Linux - Ubuntu
- Game: CSGO
- Sourcemod Version: 1.10.0.6488
- Sourcemod Plugin: "hextags" (2.02) by Hexah
- Your
hextags.cfg:
"HexTags"
{
"@DONO"
{
"ScoreTag" "[DONO]" //The scoreboard-tag
"ChatTag" "{yellow}[DONO] " //The chat-tag
"ChatColor" "{grey}" //The chat color
"NameColor" "{blue}" //The name color
}
"@ADMIN"
{
"ScoreTag" "[ADMIN]" //The scoreboard-tag
"ChatTag" "{red}[ADMIN] " //The chat-tag
"ChatColor" "{grey}" //The chat color
"NameColor" "{blue}" //The name color
}
"@MOD"
{
"ScoreTag" "[MOD]" //The scoreboard-tag
"ChatTag" "{green}[MOD] " //The chat-tag
"ChatColor" "{grey}" //The chat color
"NameColor" "{blue}" //The name color
}
"@VIP"
{
"ScoreTag" "[VIP]" //The scoreboard-tag
"ChatTag" "{gold}[VIP] " //The chat-tag
"ChatColor" "{grey}" //The chat color
"NameColor" "{blue}" //The name color
}
}