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

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


Post New Thread Reply   
 
Thread Tools Display Modes
NanoC
Veteran Member
Join Date: Jan 2016
Location: Argentina
Old 11-07-2018 , 20:49   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][27/10/18]
Reply With Quote #141

Quote:
Originally Posted by gildevanaraujo View Post
Code:
"HexTags"
{
	"z"
	{
		"ScoreTag" "[DONO]" //The scoreboard-tag
		"ChatTag"	"{darkred}[OWNER]" //The chat-tag
		"ChatColor" "{green}" //The chat color
		"NameColor" "{gold}" //The name color
	}
}
Look through your addons/sourcemod/configs/admin_groups.cfg and put there (with @ before) your admin group name instead "z"

For example:
My admin_groups.cfg

Code:
Groups
{ 
	"Owner"
	{
		"flags"			"z"
		"immunity"		"80"
	}

	"VIP"
	{
		"flags"			"bc"
		"immunity"		"80"
	}
}
My hextags.cfg

Code:
"HexTags"
{
    "@Owner"
	{
		"ScoreTag" "[Owner]"
		"ChatTag"	"{red}[Owner] "
		"ChatColor" "{grey}"
		"NameColor" "{green}"
    }
    "@VIP"
	{
		"ScoreTag" "[VIP]"
		"ChatTag"	"{red}[VIP] "
		"ChatColor" "{grey}"
		"NameColor" "{green}"
    }
}
__________________

Last edited by NanoC; 11-07-2018 at 20:51.
NanoC is offline
Send a message via Skype™ to NanoC
gildevanaraujo
Senior Member
Join Date: Oct 2018
Location: Brazil
Old 11-07-2018 , 22:29   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][27/10/18]
Reply With Quote #142

Quote:
Originally Posted by NanoC View Post
Look through your addons/sourcemod/configs/admin_groups.cfg and put there (with @ before) your admin group name instead "z"

For example:
My admin_groups.cfg

Code:
Groups
{ 
	"Owner"
	{
		"flags"			"z"
		"immunity"		"80"
	}

	"VIP"
	{
		"flags"			"bc"
		"immunity"		"80"
	}
}
My hextags.cfg

Code:
"HexTags"
{
    "@Owner"
	{
		"ScoreTag" "[Owner]"
		"ChatTag"	"{red}[Owner] "
		"ChatColor" "{grey}"
		"NameColor" "{green}"
    }
    "@VIP"
	{
		"ScoreTag" "[VIP]"
		"ChatTag"	"{red}[VIP] "
		"ChatColor" "{grey}"
		"NameColor" "{green}"
    }
}
In the admins_simple.ini file how should I put it?

Code:
"STEAM_*:*:********"		"z"		//OWNER SERVER.
I did the configuration you requested, but now it has made the situation worse.

Look at the image:
Attached Images
File Type: jpg Screenshot_2.jpg (4.4 KB, 105 views)
gildevanaraujo is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 11-07-2018 , 22:35   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][27/10/18]
Reply With Quote #143

Quote:
Originally Posted by gildevanaraujo View Post
In the admins_simple.ini file how should I put it?

Code:
"STEAM_*:*:********"		"z"		//OWNER SERVER.
I did the configuration you requested, but now it has made the situation worse.

Look at the image:
Now place in admins_simple.inias you put in admin_groups.cfg

Example, in admin_groups.cfg you put it like this:
Code:
Groups
{ 
	"Owner"
	{
		"flags"			"z"
		"immunity"		"80"
	}

	"VIP"
	{
		"flags"			"bc"
		"immunity"		"80"
	}
}
In admins_simple.ini put it like this:
Code:
"STEAM_*:*:********"		"@Owner"		//OWNER SERVER.
"STEAM_*:*:********"		"@VIP"		//VIP SERVER.

Last edited by paulo_crash; 11-07-2018 at 22:35.
paulo_crash is offline
gildevanaraujo
Senior Member
Join Date: Oct 2018
Location: Brazil
Old 11-07-2018 , 22:56   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][27/10/18]
Reply With Quote #144

Quote:
Originally Posted by paulo_crash View Post
Now place in admins_simple.inias you put in admin_groups.cfg

Example, in admin_groups.cfg you put it like this:
Code:
Groups
{ 
	"Owner"
	{
		"flags"			"z"
		"immunity"		"80"
	}

	"VIP"
	{
		"flags"			"bc"
		"immunity"		"80"
	}
}
In admins_simple.ini put it like this:
Code:
"STEAM_*:*:********"		"@Owner"		//OWNER SERVER.
"STEAM_*:*:********"		"@VIP"		//VIP SERVER.
I did it, I solved that part!
But the NameColor does not change.
gildevanaraujo is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 11-07-2018 , 23:01   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][27/10/18]
Reply With Quote #145

Quote:
Originally Posted by gildevanaraujo View Post
I did it, I solved that part!
But the NameColor does not change.
In case I install the required plugin of it?

In this case: https://forums.alliedmods.net/showthread.php?p=2448733
paulo_crash is offline
gildevanaraujo
Senior Member
Join Date: Oct 2018
Location: Brazil
Old 11-08-2018 , 05:15   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][27/10/18]
Reply With Quote #146

Quote:
Originally Posted by paulo_crash View Post
In case I install the required plugin of it?

In this case: https://forums.alliedmods.net/showthread.php?p=2448733
I followed the tutorial of the post, I think that only need to solve this situation.
I'll send my sm plugins list.

Code:
[SM] Listing 24 plugins:
  01 "Admin File Reader" (1.9.0.6260) by AlliedModders LLC
  02 "Admin Help" (1.9.0.6260) by AlliedModders LLC
  03 "Admin Menu" (1.9.0.6260) by AlliedModders LLC
  04 "Anti-Flood" (1.9.0.6260) by AlliedModders LLC
  05 "Basic Ban Commands" (1.9.0.6260) by AlliedModders LLC
  06 "Basic Chat" (1.9.0.6260) by AlliedModders LLC
  07 "Basic Comm Control" (1.9.0.6260) by AlliedModders LLC
  08 "Basic Commands" (1.9.0.6260) by AlliedModders LLC
  09 "Basic Info Triggers" (1.9.0.6260) by AlliedModders LLC
  10 "Basic Votes" (1.9.0.6260) by AlliedModders LLC
  11 "Chat-Processor" (2.1.5) by Keith Warren (Shaders Allen)
  12 "Client Preferences" (1.9.0.6260) by AlliedModders LLC
  13 "Chat Processor - Simple Chat Processor Wrapper" (1.0.0) by Keith Warren (Shaders Allen)
  14 "[Source 2013] Custom Chat Colors" (3.1.0 CP) by Dr. McKay, Fixed up by Keith Warren (Shaders Allen)
  15 "SM CS:GO Weapon Paints" (2.8.4 public version) by Franc1sco franug
  16 "Fun Commands" (1.9.0.6260) by AlliedModders LLC
  17 "Fun Votes" (1.9.0.6260) by AlliedModders LLC
  18 "hextags" (1.34) by Hexah
  19 "Nextmap" (1.9.0.6260) by AlliedModders LLC
  20 "Player Commands" (1.9.0.6260) by AlliedModders LLC
  21 "Reserved Slots" (1.9.0.6260) by AlliedModders LLC
  22 "ServerAdvertisements3" (3.1.3) by ESK0
  23 "SM CS:GO Franug Knives" (1.5) by Franc1sco franug
  24 "Sound Commands" (1.9.0.6260) by AlliedModders LLC
gildevanaraujo is offline
NanoC
Veteran Member
Join Date: Jan 2016
Location: Argentina
Old 11-08-2018 , 05:30   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][27/10/18]
Reply With Quote #147

you have two chat-processors, also delete Custom Chat Colors and use only hextags
__________________
NanoC is offline
Send a message via Skype™ to NanoC
gildevanaraujo
Senior Member
Join Date: Oct 2018
Location: Brazil
Old 11-08-2018 , 08:46   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][27/10/18]
Reply With Quote #148

Quote:
Originally Posted by NanoC View Post
you have two chat-processors, also delete Custom Chat Colors and use only hextags
OK I will do it.

Edit:

I solved! Thanks bro!

Last edited by gildevanaraujo; 11-08-2018 at 11:06.
gildevanaraujo is offline
Papero
Veteran Member
Join Date: Aug 2016
Location: Italy
Old 11-08-2018 , 10:09   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/11/18]
Reply With Quote #149

New version 1.35
  • Added RankMe support - Untested.
  • Fix the country param on in the scoreboard.
  • Added an option(enabled by default) to avoid the tag being changed from external plugins.

Get it here: https://github.com/Hexer10/HexTags/releases/tag/1.35
__________________
My Plugins
SPCode


Steam: hexer504
Telegram: Hexah
Discord: Hexah#6903

If you like my work you can donate here!

Last edited by Papero; 11-08-2018 at 10:16.
Papero is offline
napster_10
Senior Member
Join Date: May 2016
Old 11-08-2018 , 10:42   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/11/18]
Reply With Quote #150

holy shiit thats awesome..if ranking is gonna work im gonna kiss your ass

default rankme or the kento version?
napster_10 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 07:50.


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