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

HexTag error


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
ZohaN11
Junior Member
Join Date: Dec 2021
Old 12-06-2021 , 09:18   HexTag error
Reply With Quote #1

So i tryed many tags in hextags but it doesn't work , so my hextags looks like this:

PHP Code:
Start editing down this lineInside the "HexTags" section (without removing it).
"HexTags"
{
"z" //z -> Only players with the a flag will have these tags.
//    {
//        "ScoreTag" "[OWNER]" //The scoreboard-tag
//        "ChatTag"    "{red}[OWNER]" //The chat-tag
//        "ChatColor" "{rainbow}" //The chat color
//        "NameColor" "{grey}" //The name color
}

in game , i have z flag but i have no tag ,
and can somebody make the plugin like : z for owner , h for administrator , e for moderator and f for helper?
if i put owner with z and helper with f , i have z flag but appear to me ( in-game) that i am a helper.
Sorry for my bad english.
ZohaN11 is offline
ZohaN11
Junior Member
Join Date: Dec 2021
Old 12-06-2021 , 09:25   Re: HexTag error
Reply With Quote #2

And in console i got this error:
PHP Code:
KeyValues ErrorLoadFromBuffermissing in file addons/sourcemod/configs/hextags.cfg 
ZohaN11 is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 12-06-2021 , 12:09   Re: HexTag error
Reply With Quote #3

Quote:
Originally Posted by ZohaN11 View Post
And in console i got this error:
PHP Code:
KeyValues ErrorLoadFromBuffermissing in file addons/sourcemod/configs/hextags.cfg 
Code:
"HexTags"
{
	"z"
	{
		"ScoreTag"  "[Owner]"
		"ChatTag"	"{red}[OWNER] " 
		"ChatColor" "{rainbow}"
		"NameColor" "{grey}" //The name color
	} 
}
you have not removed "//" and have one too many brackets at the end

Last edited by freak.exe_uLow; 12-06-2021 at 23:44.
freak.exe_uLow is offline
ZohaN11
Junior Member
Join Date: Dec 2021
Old 12-06-2021 , 13:42   Re: HexTag error
Reply With Quote #4

now i got not error in console , but in game i got no tag. hextags.cfg looks like that:
// Start editing down this line! Inside the "HexTags" section (without removing it).
PHP Code:
"HexTags"
"z"
{
        
"ScoreTag" "[OWNER]" //The scoreboard-tag
        
"ChatTag"    "{red}[OWNER]" //The chat-tag
        
"ChatColor" "{rainbow}" //The chat color
       
"NameColor" "{grey}" //The name color

ZohaN11 is offline
ZohaN11
Junior Member
Join Date: Dec 2021
Old 12-06-2021 , 13:50   Re: HexTag error
Reply With Quote #5

it works just like that:
PHP Code:
{
"HexTags"
"z"
{
        
"ScoreTag" "[OWNER]" //The scoreboard-tag
        
"ChatTag"    "{red}[OWNER]" //The chat-tag
        
"ChatColor" "{rainbow}" //The chat color
       
"NameColor" "{grey}" //The name color


and if i try to add another tag like helper , the owner gets helper tag , like the helper overwrite on owner tag:
PHP Code:
{
"HexTags"
"z"
{
        
"ScoreTag" "[OWNER]" //The scoreboard-tag
        
"ChatTag"    "{red}[OWNER]" //The chat-tag
        
"ChatColor" "{rainbow}" //The chat color
       
"NameColor" "{grey}" //The name color
}
"f"
{
        
"ScoreTag" "[HELPER]" //The scoreboard-tag
        
"ChatTag"    "{red}[HELPER]" //The chat-tag
        
"ChatColor" "{rainbow}" //The chat color
       
"NameColor" "{grey}" //The name color

ZohaN11 is offline
ZohaN11
Junior Member
Join Date: Dec 2021
Old 12-06-2021 , 13:57   Re: HexTag error
Reply With Quote #6

and now i got this in console , after my edit:
L 12/06/2021 - 20:569: [hextags.smx] No entries found in: "addons/sourcemod/configs/hextags.cfg
ZohaN11 is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 12-06-2021 , 23:34   Re: HexTag error
Reply With Quote #7

Quote:
Originally Posted by ZohaN11 View Post
it works just like that:
PHP Code:
{
"HexTags"
"z"
{
        
"ScoreTag" "[OWNER]" //The scoreboard-tag
        
"ChatTag"    "{red}[OWNER]" //The chat-tag
        
"ChatColor" "{rainbow}" //The chat color
       
"NameColor" "{grey}" //The name color


and if i try to add another tag like helper , the owner gets helper tag , like the helper overwrite on owner tag:
PHP Code:
{
"HexTags"
"z"
{
        
"ScoreTag" "[OWNER]" //The scoreboard-tag
        
"ChatTag"    "{red}[OWNER]" //The chat-tag
        
"ChatColor" "{rainbow}" //The chat color
       
"NameColor" "{grey}" //The name color
}
"f"
{
        
"ScoreTag" "[HELPER]" //The scoreboard-tag
        
"ChatTag"    "{red}[HELPER]" //The chat-tag
        
"ChatColor" "{rainbow}" //The chat color
       
"NameColor" "{grey}" //The name color

a bracket is missing here at the end
Attached Files
File Type: cfg hextags.cfg (5.2 KB, 107 views)

Last edited by freak.exe_uLow; 12-06-2021 at 23:43.
freak.exe_uLow is offline
ZohaN11
Junior Member
Join Date: Dec 2021
Old 12-09-2021 , 09:00   Re: HexTag error
Reply With Quote #8

solved man , thank you a lot
ZohaN11 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 16:36.


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