Hexer10 / HexTags

Customize tags & chat colors!
https://forums.alliedmods.net/showthread.php?p=2566623
GNU General Public License v3.0
54 stars 16 forks source link

Hidden Tags by default #52

Open Prefix opened 4 years ago

Prefix commented 4 years ago

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.

Hexer10 commented 4 years ago

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.

Hexer10 commented 4 years ago

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.