Skip to content
New issue

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

Issue with saving client prefs #70

Open
Nevvy opened this issue Jun 14, 2020 · 0 comments
Open

Issue with saving client prefs #70

Nevvy opened this issue Jun 14, 2020 · 0 comments

Comments

@Nevvy
Copy link

Nevvy commented Jun 14, 2020

Describe the bug
Issue with saving client prefs

To Reproduce

  1. Set your hextags.cfg to this provided one
  2. Enable sm_hextags_enable_tagslist
  3. Give yourself "a" flag
  4. Join to the server and Choose VIP_GREEN tag via sm_tagslist
  5. Leave & Join server again
  6. 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
raw

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant