Raised This Month: $51 Target: $400
 12% 

[ANY] HexTags [Tags/Chat Colors & Score Tags]


Post New Thread Reply   
 
Thread Tools Display Modes
Papero
Veteran Member
Join Date: Aug 2016
Location: Italy
Old 01-05-2020 , 06:57   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][19/12/2019]
Reply With Quote #311

Quote:
Originally Posted by Ejziponken View Post
How do you get the tag in scoreboard to be white?
If you are on CSGO, I guess there is no way to change the scoreboard color.
__________________
My Plugins
SPCode


Steam: hexer504
Telegram: Hexah
Discord: Hexah#6903

If you like my work you can donate here!

Last edited by Papero; 01-05-2020 at 06:59.
Papero is offline
Papero
Veteran Member
Join Date: Aug 2016
Location: Italy
Old 01-09-2020 , 11:39   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][19/12/2019]
Reply With Quote #312

New version 1.49, which adds a new command: sm_toggletags, which will toggle the visibility of the tags in chat and in the scoreboard.
By default you need the b flag to use it, but you can override it in the sourcemod settings.
Right now after a map change or a player reconnect the tags will be re enabled.
Get it here: https://github.com/Hexer10/HexTags/releases/tag/1.49
__________________
My Plugins
SPCode


Steam: hexer504
Telegram: Hexah
Discord: Hexah#6903

If you like my work you can donate here!

Last edited by Papero; 01-09-2020 at 11:40.
Papero is offline
ItsCEED
Member
Join Date: Jun 2016
Old 01-19-2020 , 15:50   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][09/01/2020]
Reply With Quote #313

IM keep getting 2 Team Color dots in the name for example

*[STAFF] CEED: Hello how are you! *

or

*[STAFF] CEED @ Mid Doors Molotov *

It should be

*[STAFF] CEED: Hello how are you!

or

*[STAFF] CEED @ Mid Doors Molotov

Last edited by ItsCEED; 01-19-2020 at 15:51.
ItsCEED is offline
Send a message via Skype™ to ItsCEED
Papero
Veteran Member
Join Date: Aug 2016
Location: Italy
Old 01-22-2020 , 16:25   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][09/01/2020]
Reply With Quote #314

Quote:
Originally Posted by ItsCEED View Post
IM keep getting 2 Team Color dots in the name for example

*[STAFF] CEED: Hello how are you! *

or

*[STAFF] CEED @ Mid Doors Molotov *

It should be

*[STAFF] CEED: Hello how are you!

or

*[STAFF] CEED @ Mid Doors Molotov
Most likely you should check your chat-processor configuration, hextags doesn't add any @ or * in the chat by default.
__________________
My Plugins
SPCode


Steam: hexer504
Telegram: Hexah
Discord: Hexah#6903

If you like my work you can donate here!
Papero is offline
Papero
Veteran Member
Join Date: Aug 2016
Location: Italy
Old 01-22-2020 , 16:28   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][09/01/2020]
Reply With Quote #315

New Version 1.50
This version adds clientprefs' support to the sm_toggletags commands, so the tags if hidden will remain hidden even after a reconnect or a map change.
Now the plugin caches the user's steam group tag and if no tags is specified it will be set back.

Get here here!
__________________
My Plugins
SPCode


Steam: hexer504
Telegram: Hexah
Discord: Hexah#6903

If you like my work you can donate here!
Papero is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 01-22-2020 , 21:42   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][09/01/2020]
Reply With Quote #316

Quote:
Originally Posted by Papero View Post
New Version 1.50
This version adds clientprefs' support to the sm_toggletags commands, so the tags if hidden will remain hidden even after a reconnect or a map change.
Now the plugin caches the user's steam group tag and if no tags is specified it will be set back.

Get here here!
Doubt, this command sm_toggletags only for players with ADMFLAG_GENERIC privileges correct? That is, every player with this privilege will be able to choose whether or not they want to hide the TAGS?

Another thing, does it hide both the TAGS from Score and Chat, or does it have a choice as to which TAG it will hide?

Sorry for the doubts, I haven't tested this new feature yet.
paulo_crash is offline
Ejziponken
AlliedModders Donor
Join Date: Apr 2008
Old 01-23-2020 , 12:58   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][22/01/2020]
Reply With Quote #317

Hi

Have an issue.

My VIP players dont have the scoreboard tag nor the chat tag.
They have the RES flag.

03 "Chat-Processor" (2.2.1) by Drixevel
07 "hextags" (1.4 by Hexah

L 01/23/2020 - 16:051: [chat-processor.smx] Message formats generated for game 'csgo'.
L 01/23/2020 - 16:051: [chat-processor.smx] Successfully hooked a SayText2 chat hook.

No error logs.

Config:

Quote:
"HexTags"
{
"b"
{
"ChatTag" "[ADMIN]"
"ChatColor" "{bluegrey}"
"NameColor" "{lime}"
}
"a"
{
"ScoreTag" "[VIP]"
"ChatTag" "[VIP]"
"ChatColor" "{bluegrey}"
"NameColor" "{lime}"
}
}

EDIT: Seems to be working fine on a different server running EXACT same plugins and version with same plugin settings...
Not sure whats causing this "bug/issue"..

Last edited by Ejziponken; 01-23-2020 at 13:14.
Ejziponken is offline
Papero
Veteran Member
Join Date: Aug 2016
Location: Italy
Old 01-23-2020 , 14:00   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][09/01/2020]
Reply With Quote #318

Quote:
Originally Posted by paulo_crash View Post
Doubt, this command sm_toggletags only for players with ADMFLAG_GENERIC privileges correct? That is, every player with this privilege will be able to choose whether or not they want to hide the TAGS?

Another thing, does it hide both the TAGS from Score and Chat, or does it have a choice as to which TAG it will hide?

Sorry for the doubts, I haven't tested this new feature yet.
So, the sm_toggletags command is restricted the the admins the the ADMFLAG_GENERIC flag (b) (which can be overridden through), and currently it will toggle all the tags both chat and scoreboard.
__________________
My Plugins
SPCode


Steam: hexer504
Telegram: Hexah
Discord: Hexah#6903

If you like my work you can donate here!
Papero is offline
zo6zo6
Member
Join Date: Feb 2018
Old 01-29-2020 , 13:41   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][22/01/2020]
Reply With Quote #319

hey, i am using a store plugin that has chat processor build in. that causes the actual chat processor plugin to move automatically to the disabled and hextags that require chat processor will not work. as i have chat processor build in to a different plugin, can you make a version that does not require chat processor to run. the store plugin i am using is the one from kxnrl and here is what he said about the problem
https://github.com/Kxnrl/Store/issues/109

Last edited by zo6zo6; 01-29-2020 at 13:41.
zo6zo6 is offline
ItsCEED
Member
Join Date: Jun 2016
Old 01-31-2020 , 03:07   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][09/01/2020]
Reply With Quote #320

Quote:
Originally Posted by Papero View Post
Most likely you should check your chat-processor configuration, hextags doesn't add any @ or * in the chat by default.
I was reffering to this

https://prnt.sc/qvgl28
ItsCEED is offline
Send a message via Skype™ to ItsCEED
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:26.


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