Open
Description
Describe the bug
Issue with saving client prefs
To Reproduce
- Set your hextags.cfg to this provided one
- Enable
sm_hextags_enable_tagslist
- Give yourself "a" flag
- Join to the server and Choose VIP_GREEN tag via sm_tagslist
- Leave & Join server again
- Your TAG is changed to VIP_RED
"HexTags"
{
"Default"
{
"TagName" "NONE"
"ChatColor" "{DEFAULT}"
"NameColor" "{GREY}"
}
"a"
{
"TagName" "VIP_RED"
"ChatTag" "{LIGHTRED}VIP | "
"ChatColor" "{DEFAULT}"
"NameColor" "{GREY}"
}
"a"
{
"TagName" "VIP_GREEN"
"ChatTag" "{GREEN}VIP | "
"ChatColor" "{DEFAULT}"
"NameColor" "{GREY}"
}
}
** To Fix **
Don't use sm_hextags_enable_tagslist
Expected behavior
Player should have his chosen prefix.
Prefix was reset to 1st one from list from specific flag
Screenshots
I noticed that value for HexTags_SelectedTag is not changing when you choosing alternative prefix for specific flag
System Details
- Game CSGO
- Sourcemod version 1.10.0.6488
- Sourcemod plugins list
sm plugins list
[SM] Listing 3 plugins:
01 "Admin File Reader" (1.10.0.6488) by AlliedModders LLC
02 "Client Preferences" (1.10.0.6488) by AlliedModders LLC
03 "hextags" (<TAG>) by Hexah (Latest version from this repo)
- Your hextags.cfg
"HexTags"
{
"Default"
{
"TagName" "NONE"
"ChatColor" "{DEFAULT}"
"NameColor" "{GREY}"
}
"a"
{
"TagName" "VIP_RED"
"ChatTag" "{LIGHTRED}VIP | "
"ChatColor" "{DEFAULT}"
"NameColor" "{GREY}"
}
"a"
{
"TagName" "VIP_GREEN"
"ChatTag" "{GREEN}VIP | "
"ChatColor" "{DEFAULT}"
"NameColor" "{GREY}"
}
}
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
No labels