View Single Post
darkoplin
Junior Member
Join Date: Mar 2017
Location: Hungary
Old 11-15-2020 , 06:03   Re: [CS:GO] Admin group problem
Reply With Quote #9

HTML Code:
//	Examples:
//	
//	//NO selector -> All players will have this tag.
//	
//	"ScoreTag" "[Default]" //The scoreboard-tag
//	"ChatTag"	"{darkblue}[Default]" //The chat-tag with the colors
//	"ChatColor" "{purple}" //The chat color
//	"NameColor" "{orchid}" //The name color
//	"Force"	"1"				//If equal to 1(default if ommited), the tag will be forced, and setted to the hextags' one when another plugin changes the tag, put anyother value to disable di behavoir.
//	
//	"@Admin" //@Admin -> Only players in the admin group will have these tags.
//	{
//		"ScoreTag" "[Admin]" //The scoreboard-tag
//		"ChatTag"	"{rainbow}[Admin]" //The chat-tag
//		"ChatColor" "{darkblue}" //The chat color
//		"NameColor" "{grey2}" //The name color
//	}
//	"a" //a -> Only players with the a flag will have these tags.
//	{
//		"ScoreTag" "[Res]" //The scoreboard-tag
//		"ChatTag"	"{red}[Res]" //The chat-tag
//		"ChatColor" "{rainbow}" //The chat color
//		"NameColor" "{grey}" //The name color
//	}
//	"#43200" //#43200 -> Only players with 12 hours (43200 seconds) will have these tags.
//	{
//		"ScoreTag" "[Senior]" //The scoreboard-tag
//		"ChatTag"	"{red}[Senior]" //The chat-tag
//		"ChatColor" "{random}" //The chat color
//		"NameColor" "{grey}" //The name color
//	}
//	"Terrorist" //Terrorist -> Only players in the terrorist team will have these tags.
//	{
//		"ScoreTag" "[Terrorist]" //The scoreboard-tag
//		"Force"	"0"				//Don't force the tag
//	}
//
// Start editing down this line!
"HexTags"
{
	"z"
	{
		"ChatTag"	"{darkred}[{green}Tulajdonos{darkred}] "
		"NameColor" "{darkred}"
	}
	"s"
	{
		"ChatTag"	"{gold}[{default}Főadmin{gold}] "
		"NameColor" "{gold}"
	}
	"o"
	{
		"ChatTag"	"{darkred}[{default}Admin{darkred}] "
		"NameColor" "{darkred}"
	}
	"q"
	{
		"ChatTag"	"{default}[Moderátor] "
		"NameColor" "{grey}"
	}
	"p"
	{
		"ChatTag"	"{green}[{default}VIP{green}] "
		"NameColor" "{green}"
		"ChatColor" "{green}"
	}
	"STEAM_1:0:512608043"
	{
		"ChatTag"	"{grey}[Co-Owner] "
		"NameColor" "{orchid}"
		"ChatColor" "{bluegrey}"
	}
	"STEAM_1:0:77614303"	//who
	{
		"ChatTag"	""
		"NameColor" ""
		"ChatColor" ""
	}
	"STEAM_1:1:455761017"	//Jupiter
	{
		"ChatTag"	""
		"NameColor" ""
		"ChatColor" ""
	}
}
darkoplin is offline