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

Reserved slots tags #58

Open
bogdaNNNN1 opened this issue Mar 6, 2020 · 2 comments
Open

Reserved slots tags #58

bogdaNNNN1 opened this issue Mar 6, 2020 · 2 comments
Labels
bug Bugged feature need more info Insufficient details

Comments

@bogdaNNNN1
Copy link

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. When the map changes.
  2. After running sm_reloadtags.
    3 ...

** To Fix **
Write it you have found a workaround to temporary fix this.

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

System Details

  • OS: [e.g. Ubuntu]
  • Game [e.g. CSGO]
  • Sourcemod version (send sm version reply from server console.) SourceMod 1.10.0.6474, by AlliedModders LLC
  • Sourcemod plugins list (send sm plugins list reply from server console, if too login use services like hastebin.) https://hastebin.com/upufiruteq.coffeescript
  • Your hextags.cfg "HexTags"
    {
    "@admins"
    {
    //"ScoreTag" "[Admin]" //The scoreboard-tag
    "ChatTag" "{red}[Admin]" //The chat-tag
    "ChatColor" "{default}" //The chat color
    "NameColor" "{red}" //The name color
    }
    "@mod"
    {
    //"ScoreTag" "[Admin]" //The scoreboard-tag
    "ChatTag" "{green}[Mod]" //The chat-tag
    "ChatColor" "{default}" //The chat color
    "NameColor" "{green}" //The name color
    }
    "a"
    {
    "ScoreTag" "[RES]" //The scoreboard-tag
    "ChatTag" "{green}[RES]" //The chat-tag
    "ChatColor" "{default}" //The chat color
    "NameColor" "{green}" //The name color
    }
    }

Additional context
Add any other context about the problem here.
So [SM] "xxxx" has access: res (written from identify)
but the tag isn't working... The tag isn't shown even if he's got the "a" flag.

@Hexer10
Copy link
Owner

Hexer10 commented Mar 8, 2020

Do the other tags work?

@Hexer10 Hexer10 added bug Bugged feature need more info Insufficient details labels Mar 8, 2020
@bogdaNNNN1
Copy link
Author

bogdaNNNN1 commented Mar 11, 2020

Yes, they do.
I installed a fresh server and the "a" flag works, so there's one plugin I guess blocking it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bugged feature need more info Insufficient details
Projects
None yet
Development

No branches or pull requests

2 participants