AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugin/Gameplay Ideas and Requests (https://forums.alliedmods.net/forumdisplay.php?f=60)
-   -   [CS:GO] Plugin to block tags on the scoreboard (https://forums.alliedmods.net/showthread.php?t=327247)

Rugal 09-08-2020 08:37

[CS:GO] Plugin to block tags on the scoreboard
 
Hello guys, so, I need a plugin that blocks all possible tags that customers can use. except for a few in particular.
I need this, because my VIP package has custom tags on my server, but if the client is in a Steam group with an enabled tag, it appears on my server. This is what I wanted to block. If the plugin doesn't exist yet, I can pay to do it for me. That's it, thanks.
(Sorry, my English is bad): 3

awyx 09-08-2020 09:51

Re: [CS:GO] Plugin to block tags on the scoreboard
 
Hey, im pretty sure HexTags has something like this (where you can block all scoreboard tags).

Rugal 09-08-2020 18:16

Re: [CS:GO] Plugin to block tags on the scoreboard
 
Quote:

Originally Posted by awyx (Post 2717141)
Hey, im pretty sure HexTags has something like this (where you can block all scoreboard tags).

You got it wrong, I know that HexTags have a file to block certain tags, that's not what I need, but yes, I need a plugin that literally blocks ALL tags, without exceptions, and I need to do the reverse of what HexTags does. which is to block everything, and release some specific ones.

Ejziponken 09-09-2020 05:41

Re: [CS:GO] Plugin to block tags on the scoreboard
 
Im actually looking for the same thing. In my case tho, I would need a regex based whitelist.
I have a rank tag plugin and the number changes from person to person.

awyx 09-09-2020 11:03

Re: [CS:GO] Plugin to block tags on the scoreboard
 
Quote:

Originally Posted by Rugal (Post 2717188)
You got it wrong, I know that HexTags have a file to block certain tags, that's not what I need, but yes, I need a plugin that literally blocks ALL tags, without exceptions, and I need to do the reverse of what HexTags does. which is to block everything, and release some specific ones.

Just check when someone changes their tag (by using OnClientCommandKeyValues) and after that force it by using CS_SetClientClanTag(client, "") if the client is not VIP (I think thats what you really want);

This might help:
https://github.com/Hexer10/HexTags/b...extags.sp#L249

ThatOneGuy 09-11-2020 11:13

Re: [CS:GO] Plugin to block tags on the scoreboard
 
TOG's Clan Tags can do this if configured properly. Set
Code:

togsclantags_enforcetags 2
then clear the setups in the config file.


All times are GMT -4. The time now is 22:03.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.