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 04-13-2019 , 22:02   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
Reply With Quote #271

Quote:
Originally Posted by Melon_ View Post
Hello, I'm currently hosting a tf2 server but I'm super new to all of this.

I was using your config and I was wondering,


How can I remove the [Admin] tag.
I added the [O] through hextag.cfg
Code:
"STEAM_1:0:63013188"
{
		"ChatTag"	"{gold}[O]"
		"ChatColor" "{default}"
		"NameColor" "{default}"
}
And I have myself added in admins.cfg
Code:
Admins
{
	"Melon"
	{
		"auth"		"steam"
		"identity"	"STEAM_1:0:63013188"
		"flags"	        "z"
		"immunity"	"99"
	}
}
Go to the server plugins folder and remove the following plugins:
Quote:
cp-scp-wrapper.smx
custom-chatcolors-cp.smx
test-messages.smx
paulo_crash is offline
Ejziponken
AlliedModders Donor
Join Date: Apr 2008
Old 04-14-2019 , 08:57   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
Reply With Quote #272

I have 2 servers. Running exact same configs/cvars/plugins and it works on one and breaks hextags on the 2nd one. Breaks as in not showing the colors like:
{red}[VIP] {lime}krEJZi{default} : {bluegrey}wsda

I deleted the addons and CFG folders on the server that works and copied over all files from the server not working and It still ends up WORKING on the server while still being broken on the original where I took the files from..

It starts working fine if I remove Universal Chat Filter (Version 1.2.2, 2019-01-05)

Also... It works on for example DM #2 and #5 but not on #22.. Same with retakes.. Works on #1 and #4 but not on #15 and #16..

Something very random is happening here. Im thinking the order the plugins load or something maybe?.. Im running out of ideas here.
Ejziponken is offline
NanoC
Veteran Member
Join Date: Jan 2016
Location: Argentina
Old 04-17-2019 , 00:21   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
Reply With Quote #273

I wanted to do the commands like !tag / !tagcolor / !namecolor / !chatcolor but i don't have time. Will someone do this? :/
__________________
NanoC is offline
Send a message via Skype™ to NanoC
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 05-13-2019 , 20:15   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
Reply With Quote #274

Is anyone else having a problem with the plugin? If I leave it turned on the players are left without privileges and also does not show the TAGS. I use SourceBans ++ in case I disabled the plugin the privileges came back.

I am with the latest and stable versions of SourceMod & Metamod, server error log shows no error from it.

Report no issues do GitHub: https://github.com/Hexer10/HexTags/issues/39
paulo_crash is offline
Monsterko
Junior Member
Join Date: Mar 2019
Old 05-30-2019 , 17:36   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
Reply With Quote #275

Hey man, is possible to add to plugin something like !colors? (player can choose what chat color he want)
Monsterko is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 05-30-2019 , 20:56   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
Reply With Quote #276

Quote:
Originally Posted by Monsterko View Post
Hey man, is possible to add to plugin something like !colors? (player can choose what chat color he want)
I believe this suggestion is the same as another user suggested:
Quote:
Originally Posted by NanoC View Post
I wanted to do the commands like !tag / !tagcolor / !namecolor / !chatcolor but i don't have time. Will someone do this? :/
I think it's best to make this suggestion direct in the plugin's GitHub, so it gets registered there and we know the process.

I think it's good to also explain better how this function would work, I in the case thought something like this:
  • TAGS configured in the configuration file of the plugin can not be modified by these commands, leave them like this in the file;
  • TAGS created by these commands have the option of leaving them private, that is, only players with privileges have access to such TAGS;
  • Same thing with the commands mentioned, have the option to leave these CVARS only for players with privileges to use;
paulo_crash is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 06-27-2019 , 20:27   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
Reply With Quote #277

How can I configure all non-privileged players to automatically receive a TAG on the server?

I configured it like this but it was not:
Code:
"HexTags"
{
	"@DONOS"
	{
		"ScoreTag" "[DONO]"				//The scoreboard-tag
		"ChatTag"	"{darkred}[DONO] " 	//The chat-tag
		"ChatColor" "{darkred}" 		//The chat color
		"NameColor" "{darkred}"			//The name color
	}
	
	"@ADMINS"
	{
		"ScoreTag" "[ADMIN]"				//The scoreboard-tag
		"ChatTag"	"{darkblue}[ADMIN] " 	//The chat-tag
		"ChatColor" "{darkblue}" 			//The chat color
		"NameColor" "{darkblue}"			//The name color
	}
	
	"@MODS"
	{
		"ScoreTag" "[MOD]"				//The scoreboard-tag
		"ChatTag"	"{yellow}[MOD] " 	//The chat-tag
		"ChatColor" "{yellow}" 			//The chat color
		"NameColor" "{yellow}"			//The name color
	}
	
	"@VIPS"
	{
		"ScoreTag" "[VIP]"				//The scoreboard-tag
		"ChatTag"	"{green}[VIP] " 	//The chat-tag
		"ChatColor" "{green}" 			//The chat color
		"NameColor" "{green}"			//The name color
	}
	
	"HexTags"
	{
		"ScoreTag" "[Players]"			//The scoreboard-tag
		"ChatTag"	"[Players] " 		//The chat-tag
	}

}

Last edited by paulo_crash; 07-25-2019 at 06:06.
paulo_crash is offline
`666
AlliedModders Donor
Join Date: Jan 2006
Old 06-28-2019 , 09:19   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
Reply With Quote #278

Quote:
Originally Posted by paulo_crash View Post
How can I configure all non-privileged players to automatically receive a TAG on the server?
Maybe @Default ? I think it default group for normal clients (look in configs/admin_groups.cfg).

Last edited by `666; 06-28-2019 at 09:19.
`666 is offline
painlesstgp
Senior Member
Join Date: May 2019
Location: Sweden
Old 07-25-2019 , 06:02   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
Reply With Quote #279

Hi, i installed your latest version on the github, and it keeps spamming

"[DEBUG] KeyValue handle: 196873684
[DEBUG] Section: HexTags
[DEBUG] Called ClientCmdKv: ClanTagChanged"ClanTagChanged"{}
[DEBUG] KeyValue handle: 203690537
[DEBUG] Section: HexTags
"
painlesstgp is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 07-25-2019 , 06:05   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
Reply With Quote #280

Quote:
Originally Posted by `666 View Post
Maybe @Default ? I think it default group for normal clients (look in configs/admin_groups.cfg).
Just @Default is gone, thanks!

Quote:
Originally Posted by painlesstgp View Post
Hi, i installed your latest version on the github, and it keeps spamming

"[DEBUG] KeyValue handle: 196873684
[DEBUG] Section: HexTags
[DEBUG] Called ClientCmdKv: ClanTagChanged"ClanTagChanged"{}
[DEBUG] KeyValue handle: 203690537
[DEBUG] Section: HexTags
"
Same problem here, I had to put an older version to fix.
paulo_crash 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 17:19.


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