Raised This Month: $32 Target: $400
 8% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 08-04-2020 , 13:02   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][19/03/2020]
Reply With Quote #371

Quote:
Originally Posted by minimovz View Post
is there a param to show headshot % as a tag ?
Not in this plugin, it would have this: https://forums.alliedmods.net/showthread.php?p=2550070

However it is for KD it.
paulo_crash is offline
Papero
Veteran Member
Join Date: Aug 2016
Location: Italy
Old 08-05-2020 , 05:35   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][19/03/2020]
Reply With Quote #372

I'm sorry to everyone who has had issues with the flags..
Seems like that for same reason some keys with only one char (eg "c", "d") where parsed as uppercase and sourcemod doesn't recognize uppercase flags. However now this was fixed:
https://github.com/Hexer10/HexTags/releases/tag/2.03
__________________
My Plugins
SPCode


Steam: hexer504
Telegram: Hexah
Discord: Hexah#6903

If you like my work you can donate here!
Papero is offline
G0dFulL.
Member
Join Date: Jun 2020
Location: Romania
Old 08-16-2020 , 17:11   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][19/03/2020]
Reply With Quote #373

Is there anyway this plugin can support simple chat processor redux?
__________________
My Discord: G0dFulL#4405 | My Community
G0dFulL. is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 08-16-2020 , 19:08   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][19/03/2020]
Reply With Quote #374

Quote:
Originally Posted by G0dFulL. View Post
Is there anyway this plugin can support simple chat processor redux?
WIP https://github.com/Hexer10/HexTags/issues/61
paulo_crash is offline
lugui
Senior Member
Join Date: Feb 2016
Location: GetClientAbsOrigin();
Old 09-29-2020 , 16:37   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][05/08/2020]
Reply With Quote #375

I found a bug.

On line 799 there is: SetClientCookie(client, hSelTagCookie, "");
It should be: SetClientCookie(client, hSelTagCookie, "default");

The empty string causes it to use none of the configurations instead of the default configuration in the case a player's selected tag is no longuer availible to him.
__________________
Add me for commissions!
Steam: [U:1:88621772]
Discord: lugui#0889
My Plugins
lugui is offline
lugui
Senior Member
Join Date: Feb 2016
Location: GetClientAbsOrigin();
Old 10-23-2020 , 11:17   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][05/08/2020]
Reply With Quote #376

There is a bug that can potentially crash a server.

In the LoadKv() function it: OpenFile(sConfig, "rt") inside an "if" statement.
this creates a unrefferenced file descriptor each time the function runs.
it is not usually a problem, but it adds up over time.

I fixed it by change this bit of code to:

PHP Code:
    File f OpenFile(sConfig"rt");
    if (
== null) {
        
SetFailState("Couldn't find: \"%s\""sConfig); //Check if cfg exist
    
}
    
f.Close(); 
I did this in order to change as little as possible, but I think the "FileExists()" function is a better suitable for this.
__________________
Add me for commissions!
Steam: [U:1:88621772]
Discord: lugui#0889
My Plugins
lugui is offline
Bosny
Junior Member
Join Date: Sep 2020
Old 11-08-2020 , 09:32   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][05/08/2020]
Reply With Quote #377

I think it'd be interesting to be able to add tags based on the rankme score.

So if someone has xxxx rankme score we could set custom tags.

Example: low score tag "noob", high score tag "pro".
Bosny is offline
Renegated
Junior Member
Join Date: Mar 2013
Location: In the darkness
Old 11-19-2020 , 22:35   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][05/08/2020]
Reply With Quote #378

I just downloaded your mod for a CSS server, but when I use the team tags (because the teams are getting affected and the names do not show color) the plugin does not respond to the cfg based on the teams.

How can i fix it?

Here goes the CFG:
Quote:
"HexTags"
{
"z"
{
"ChatTag" "{green}[SARGENTO] "
}
"b"
{
"ChatTag" "{yellow}[SOLDADO] "
}
"Terrorist"
{
"NameColor" "{red}"
}
"CT"
{
"NameColor" "{blue}"
}
}
Renegated is offline
pdb_
New Member
Join Date: Nov 2020
Old 11-30-2020 , 10:00   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][05/08/2020]
Reply With Quote #379

I put the admin tag like this:
"b"
{
"ScoreTag" "Admin » "
"ChatTag" "{darkblue}[Admin] "
"ChatColor" "{blue}"
"NameColor" "{grey}"
}
But when someone enters the server, he automatically get this tag and turns into an admin. He can do whatever he wants. pls help me.
pdb_ is offline
Sarrus
Member
Join Date: May 2020
Location: France
Old 12-01-2020 , 08:25   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][05/08/2020]
Reply With Quote #380

Quote:
Originally Posted by pdb_ View Post
I put the admin tag like this:
"b"
{
"ScoreTag" "Admin » "
"ChatTag" "{darkblue}[Admin] "
"ChatColor" "{blue}"
"NameColor" "{grey}"
}
But when someone enters the server, he automatically get this tag and turns into an admin. He can do whatever he wants. pls help me.

Try this release
__________________
Discord Coding Server | Steam Profile | Community Website | Github Profile

Taking paid requests (add me on Discord)
Sarrus is offline
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 20:35.


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