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

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


Post New Thread Reply   
 
Thread Tools Display Modes
SpiritBob
Member
Join Date: Jul 2011
Old 03-03-2020 , 19:34   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][22/01/2020]
Reply With Quote #321

I'm using a clean csgo server, and for some reason hextags is not working properly at all.

This is my hextags.cfg.

It sets my tag to the last config entry. This does not make any sense. I'm running KentoRankMe, hence the "!" configurations.

Code:
"HexTags"
{
	"!1000"
	{
		"ScoreTag" "[Veteran]"
		"ChatTag"  "{yellow}[Veteran]"
	}
	"!2000"
	{
		"ScoreTag"	"[Professional]"
		"ChatTag"	"{darkred}[Professional]"
		"ChatColor"	"{purple}"
	}
	"NoPrime"
	{
		"ChatTag"	"{grey2}[NotPrime]"
	}
	"z"
	{
		"ScoreTag"	"[Owner]"
		"ChatTag"	"{purple}[Owner]"
	}
}
I installed custom chat processor, deleted the entries it had in custom-chatcolors.cfg, as well as only leaving the chatprocesor.smx to be active (wrapper didn't help or fix the issue).


EDIT: An additional colored dot (of the csgo color I'm currently set to) is generated alongside a given ChatTag.

EDIT2: It also seems that {purple} is no longer supported in CS:GO.

EDIT3: After further testing, the issue might be connected with RankMe entries. Is RankMe support/functionality even working correctly?

Last edited by SpiritBob; 03-03-2020 at 20:00.
SpiritBob is offline
bogdaNNNN_
Junior Member
Join Date: Jul 2019
Old 03-06-2020 , 15:33   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][22/01/2020]
Reply With Quote #322

So [SM] "xxxx" has access: res (written from identify)
but the tag isn't working... The tag isn't shown even if he's got the "a" flag.
bogdaNNNN_ is offline
Papero
Veteran Member
Join Date: Aug 2016
Location: Italy
Old 03-11-2020 , 16:20   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/03/2020]
Reply With Quote #323

A couple of days ago a released a major version update since it introduced some breaking changes, such as the way the tags are now parsed, before the tags would have been parsed following the order used in the hextags-order.txt file, which is now removed, instead the tags are parsed in the order that they are inserted in the cfg.

This should address a lot of issues regarding external plugin support (such as rankme or mostactive).

I've also added some natives to add custom selectors to extend this plugin functionality (I'll post more about that later).

To download the latest version and learn more about the breaking changes check the main post.
__________________
My Plugins
SPCode


Steam: hexer504
Telegram: Hexah
Discord: Hexah#6903

If you like my work you can donate here!
Papero is offline
Liv3
New Member
Join Date: Mar 2020
Old 03-18-2020 , 10:57   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/03/2020]
Reply With Quote #324

For me its not working with giving tags by steamid at all, it skips steamid but for the rest its working fine/sory for english
Liv3 is offline
Papero
Veteran Member
Join Date: Aug 2016
Location: Italy
Old 03-18-2020 , 13:37   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/03/2020]
Reply With Quote #325

Quote:
Originally Posted by Liv3 View Post
For me its not working with giving tags by steamid at all, it skips steamid but for the rest its working fine/sory for english
Post your config please
__________________
My Plugins
SPCode


Steam: hexer504
Telegram: Hexah
Discord: Hexah#6903

If you like my work you can donate here!
Papero is offline
Whytti
Junior Member
Join Date: Mar 2020
Old 03-19-2020 , 05:23   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/03/2020]
Reply With Quote #326

Hi! I've got this problem:

Code:
L 03/18/2020 - 05:24:01: [SM] Exception reported: Invalid convar handle 0 (error 4)
L 03/18/2020 - 05:24:01: [SM] Blaming: hextags.smx
L 03/18/2020 - 05:24:01: [SM] Call stack trace:
L 03/18/2020 - 05:24:01: [SM]   [0] ConVar.BoolValue.get
L 03/18/2020 - 05:24:01: [SM]   [1] Line 189, hextags.sp::OnLibraryAdded
My cfg:
Code:
"HexTags"
{
	"b" //admin
	{
		"ScoreTag" "[ADMIN]" //The scoreboard-tag
		"ChatTag"	"{green}[ADMIN]" //The chat-tag
		"ChatColor" "{darkred}" //The chat color
		"NameColor" "{gold}" //The name color
	}
	"o" //vip
	{
		"ScoreTag" "[VIP]" //The scoreboard-tag
		"ChatTag"	"{green}[VIP]" //The chat-tag
		"ChatColor" "{darkred}" //The chat color
		"NameColor" "{gold}" //The name color
	}
}
Before i changed config, plugin won't work. There was no error logs, plugin was loaded, even commands work properly, but tags won't show.
Whytti is offline
Papero
Veteran Member
Join Date: Aug 2016
Location: Italy
Old 03-19-2020 , 05:54   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/03/2020]
Reply With Quote #327

Quote:
Originally Posted by Whytti View Post
Hi! I've got this problem:

Code:
L 03/18/2020 - 05:24:01: [SM] Exception reported: Invalid convar handle 0 (error 4)
L 03/18/2020 - 05:24:01: [SM] Blaming: hextags.smx
L 03/18/2020 - 05:24:01: [SM] Call stack trace:
L 03/18/2020 - 05:24:01: [SM]   [0] ConVar.BoolValue.get
L 03/18/2020 - 05:24:01: [SM]   [1] Line 189, hextags.sp::OnLibraryAdded
My cfg:
Code:
"HexTags"
{
	"b" //admin
	{
		"ScoreTag" "[ADMIN]" //The scoreboard-tag
		"ChatTag"	"{green}[ADMIN]" //The chat-tag
		"ChatColor" "{darkred}" //The chat color
		"NameColor" "{gold}" //The name color
	}
	"o" //vip
	{
		"ScoreTag" "[VIP]" //The scoreboard-tag
		"ChatTag"	"{green}[VIP]" //The chat-tag
		"ChatColor" "{darkred}" //The chat color
		"NameColor" "{gold}" //The name color
	}
}
Before i changed config, plugin won't work. There was no error logs, plugin was loaded, even commands work properly, but tags won't show.
Should be fixed with the latest commit
__________________
My Plugins
SPCode


Steam: hexer504
Telegram: Hexah
Discord: Hexah#6903

If you like my work you can donate here!
Papero is offline
Whytti
Junior Member
Join Date: Mar 2020
Old 03-19-2020 , 09:34   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/03/2020]
Reply With Quote #328

I recieved this error when I was trying to compile plugin.
Code:
 (2)\addons\sourcemod\scripting\hextags.sp(519) : error 092: number of arguments does not match definition

Last edited by Whytti; 03-19-2020 at 09:35.
Whytti is offline
Papero
Veteran Member
Join Date: Aug 2016
Location: Italy
Old 03-19-2020 , 09:45   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/03/2020]
Reply With Quote #329

Quote:
Originally Posted by Whytti View Post
I recieved this error when I was trying to compile plugin.
Code:
 (2)\addons\sourcemod\scripting\hextags.sp(519) : error 092: number of arguments does not match definition
I forgot to update hextags.inc, I pushed it in the github repo, you can find the compiled binary here: https://github.com/Hexer10/HexTags/releases/tag/2.01
__________________
My Plugins
SPCode


Steam: hexer504
Telegram: Hexah
Discord: Hexah#6903

If you like my work you can donate here!
Papero is offline
Whytti
Junior Member
Join Date: Mar 2020
Old 03-19-2020 , 10:03   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][19/03/2020]
Reply With Quote #330

I uploaded plugin and I've got same situation like earlier. Plugin is uploaded, commands are working but tags won't show.

I've used sm_tagslist and I've received:
Code:
[SM] No tags available.
Full cfg file:
Code:
//
// HexTags Configuration file.
// by: Hexah
// https://github.com/Hexer10/HexTags
// 
// Copyright (C) 2017-2020 Mattia (Hexah|Hexer10|Papero)
//
// This file is part of the HexTags SourceMod Plugin.
//
// This program is free software; you can redistribute it and/or modify it under
// the terms of the GNU General Public License, version 3.0, as published by the
// Free Software Foundation.
// 
// This program is distributed in the hope that it will be useful, but WITHOUT
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
// details.
//
// You should have received a copy of the GNU General Public License along with
// this program. If not, see <http://www.gnu.org/licenses/>.
//
//
//	HexTags - Hexah 
//	Configuration file.
//	
//	All the avaible colors are: https://goo.gl/VgAHbK (colorvariables supported).
//	Custom colors(DON'T MIX THEM):
//	    Put them at the "key" start.
//	1. {rainbow} -> Make every character follow the rainbow colors. Must be the only color and at the start of the string.
//	2. {random} -> Make every character random colored. Must be the only color and at the start of the string.
//	
//	NOTE: Using Custom colors the max message length is gonna be half (from 128 to 64)
//	
//	Every tag is selected with insertion order; for example if you place the "Default" selector before the "z" selector, even the players with the "z" flag will get the default tags. Nested tags have the same behavoir.
//	STEAM ID (SteamID) --> Can be STEAM_0 or STEAM_1 .
//  Gang -> Just put Gang as selector, this will target all the players with a gang ( https://goo.gl/YNY5YY ).
//	ADMIN GROUP (AdminGroup) --> It is selected only the first client group. It is required a '@' before the group name.
//	ADMIN FLAGS (AdminFlags) --> Allowed only if the client has any of the tags. It a '&' before the group name, or the selector length must be 1.
//	Warden -> A player is warden. - Warden( https://goo.gl/rXhZCt )/ MyJailBreak( https://goo.gl/NMvq2J )
//	Deputy -> A player is deputy. - MyJailBreak ( https://goo.gl/NMvq2J )
//	(TOTAL)ONLINE TIME (ActiveTime) --> This need mostactive( https://goo.gl/Jk4PWn ) to work. Required time in seconds to get the tags. The '#' before the time is needed.
//	RankMe -> Support for KentoRankme( https://goo.gl/UW6x81 ). Required score to get this tag. The '!' before the time is needed.
//	TEAM (Team) --> Tag for a certain team name. CSGO Team names: CT, Terrorist, Spectator. Get the current team name with: /getteam .
// 	NoPrime --> Need to SteamWorks to work ( https://goo.gl/hben3h ). Select only player that have not PrimeStatus in CSGO.
//	Default --> All players who don't match any other section.
//	
//	Params (only works from chat tags/colors): 
//	1. {time} --> Replaced with current time, format: HH:MM. This works only with ChatTags
//	2. {country} --> Replaced with player's country: XX (Country code 2 ex: IT, EN, US, ...). This work both with Score/Chat Tags.
//	3. {gang} --> Replaced with player's gang. ( https://goo.gl/YNY5YY )
//	4. {rmPoints} --> Replaced with player's rankme points. ( https://goo.gl/UW6x81 )
//	5. {rmRank} --> Replaced with player's rankme rank. ( https://goo.gl/UW6x81 )
//	
//	
//	Every entry can be removed if for example you want only the 'ScoreTag'. 
//	
//	Examples:
//	
//	
//	"TagName"	"Default" //The tagname (will appear only in the tagslist command)
//	"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! Inside the "HexTags" section (without removing it).
"HexTags"
{
	"n"
	{
		"ScoreTag" "[OPIEKUN]" //The scoreboard-tag
		"ChatTag"	"{red}[OPIEKUN]" //The chat-tag
		"ChatColor" "{purple}" //The chat color
		"NameColor" "{lime}" //The name color
	}

}
Whytti is offline
Reply


Thread Tools
Display Modes

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 06:45.


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