You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Since commit 31f5c5c there is possibility to save hidden tags in clientprefs.
Describe the solution you'd like
It would be nice if there would be convars to hide tags by default (Something like enabling only when needed - etc admin on duty have tags only).
Also maybe some kind of control who can have hidden by default? In my case I would need everyone who has e flag (ADMFLAG_UNBAN)
Also I haven't tried yet sm_toggletags but does it failover to something or completely removes everything? For example I would love that it would take default player tag if it's not doing that.
The text was updated successfully, but these errors were encountered:
So, right now toggletags is available only to the admins that have the ADMFLAG_GENERIC (b) but it can be overridden in the sourcemod overrides file.
As of now the commands hides both the chat tags and the scoreboard tag, and yes it will restore the default user scoreboard tag.
Adding a cvar to set if by default is hidden or not should be definitely doable.
I'm thinking about adding a new parameter for each tag which would be something like Hidden which can be either 1 or 0 (default), if is 1 by default the tag will be hidden.
Is your feature request related to a problem? Please describe.
Since commit 31f5c5c there is possibility to save hidden tags in clientprefs.
Describe the solution you'd like
It would be nice if there would be convars to hide tags by default (Something like enabling only when needed - etc admin on duty have tags only).
Also maybe some kind of control who can have hidden by default? In my case I would need everyone who has e flag (ADMFLAG_UNBAN)
Also I haven't tried yet sm_toggletags but does it failover to something or completely removes everything? For example I would love that it would take default player tag if it's not doing that.
The text was updated successfully, but these errors were encountered: