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

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


Post New Thread Reply   
 
Thread Tools Display Modes
napster_10
Senior Member
Join Date: May 2016
Old 12-09-2018 , 09:52   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
Reply With Quote #201

hi can u do a cfg which replaces the rankme points with ranknames?

Code:
Example
"Ranks"
{
   "RANKNAME1"
   {
      "Points"          "1000"
   }
   "RANKNAME2"
   {
      "Points"          "1100"
   }
   "RANKNAME3"
   {
      "Points"          "1200"
   }
}
so when u have between 1000 and 1100 points u get RANKNAME1 etc..

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

Quote:
Originally Posted by napster_10 View Post
hi can u do a cfg which replaces the rankme points with ranknames?

Code:
Example
"Ranks"
{
   "RANKNAME1"
   {
      "Points"          "1000"
   }
   "RANKNAME2"
   {
      "Points"          "1100"
   }
   "RANKNAME3"
   {
      "Points"          "1200"
   }
}
so when u have between 1000 and 1100 points u get RANKNAME1 etc..

Just have a look at the wiki, HexTags already supports this:
PHP Code:
"HexTags"
{
     
"!1000"
    
{
        
"ScoreTag" "1000 Points Tag"
    
}
     
"!2000"
    
{
        
"ScoreTag" "2000 Points Tag"
    
}

__________________
My Plugins
SPCode


Steam: hexer504
Telegram: Hexah
Discord: Hexah#6903

If you like my work you can donate here!
Papero is offline
starcs
Member
Join Date: Nov 2018
Old 12-10-2018 , 17:19   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
Reply With Quote #203

My NameColor doesn't change, pls someone helpme

PHP Code:
"HexTags"
{
    
"@root"
    
{
        
"ScoreTag" "[Dono] ★ " //The scoreboard-tag
        
"ChatTag"    "{gold}[Dono] ★ " //The chat-tag
        
"ChatColor" "{darkred}" //The chat color
        
"NameColor" "{green}" //The name color
        
"Force"    "1"    
    
}
    
"@admin"
    
{
        
"ScoreTag" "[Admin] ★ " //The scoreboard-tag
        
"ChatTag"    "{darkred}[Admin] ★ " //The chat-tag
        
"ChatColor" "{lime}" //The chat color
        
"NameColor" "{green}" //The name color
        
"Force"    "1"    
    
}
    
"@mod"
    
{
        
"ScoreTag" "[Moderador] ★ " //The scoreboard-tag
        
"ChatTag"    "{green}[Moderador] ★ " //The chat-tag
        
"ChatColor" "{lime}" //The chat color
        
"NameColor" "{green}" //The name color
        
"Force"    "1"    
    
}
    
"@vip"
    
{
        
"ScoreTag" "[VIP] ★ " //The scoreboard-tag
        
"ChatTag"    "{lightred}[VIP] ★ " //The chat-tag
        
"ChatColor" "{lime}" //The chat color
        
"NameColor" "{green}" //The name color    
        
"Force"    "1"    
    
}
    
"@ajudante"
    
{
        
"ScoreTag" "[Ajudante] ★ " //The scoreboard-tag
        
"ChatTag"    "{rainbow}[Ajudante] ★ " //The chat-tag
        
"ChatColor" "{lime}" //The chat color
        
"NameColor" "{green}" //The name color    
        
"Force"    "1"    
    
}
    
"@membro"
    
{
        
"ScoreTag" "[Membro] ★ " //The scoreboard-tag
        
"ChatTag"    "{rainbow}[Membro] ★ " //The chat-tag
        
"ChatColor" "{lime}" //The chat color
        
"NameColor" "{green}" //The name color    
        
"Force"    "1"    
    
}
    
"STEAM_0:0:152303935"
    
{
        
"ScoreTag" "[Administrador] ★ " //The scoreboard-tag
        
"NameColor" "{green}" //The name color    
        
"ChatTag"    "{darkred}[Administrador] ★ " //The chat-tag
        
"ChatColor" "{lime}" //The chat color
        
"Force"    "1"    
    
}
    
"STEAM_0:0:243631608"
    
{
        
"ScoreTag" "[Moderador] " //The scoreboard-tag
        
"ChatTag"    "{green}[Moderador] ★ " //The chat-tag
        
"ChatColor" "{lime}" //The chat color
        
"NameColor" "{green}" //The name color    
        
"Force"    "1"    

starcs is offline
napster_10
Senior Member
Join Date: May 2016
Old 12-10-2018 , 19:38   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
Reply With Quote #204

Quote:
Originally Posted by Papero View Post
Just have a look at the wiki, HexTags already supports this:
PHP Code:
"HexTags"
{
     
"!1000"
    
{
        
"ScoreTag" "1000 Points Tag"
    
}
     
"!2000"
    
{
        
"ScoreTag" "2000 Points Tag"
    
}

hmm its not working for me

so when im doing

Code:
     "!1000"
    {
        "ScoreTag" "1000 Points Tag"
    }
     "!2000"
    {
        "ScoreTag" "2000 Points Tag"
    }
     "!3000"
    {
        "ScoreTag" "3000 Points Tag"
    }
and i have lets say 1400 points i get "3000 Points Tag" and not "1000 Points Tag"
i get always the last entry in config file i guess

Last edited by napster_10; 12-11-2018 at 13:09.
napster_10 is offline
napster_10
Senior Member
Join Date: May 2016
Old 12-11-2018 , 12:58   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
Reply With Quote #205

papeeeeero

Code:
[hextags.smx] [HexTags] Default select is depreaced! Put the tags without any selector to make them on every player
is spamming the server after update to 1.43

so i found out its supposed to be like this now?!?!?!
Code:
"HexTags"
{

	"ScoreTag" "{country}" 
	"ChatTag" "{yellow}[{country}] " 

	"STEAM_0:1:11111111"
	{
		"ScoreTag" "[Admin] " //The scoreboard-tag
		"ChatTag"	"{yellow}[{country}]{green}[Owner] " 
		"ChatColor" "{blue}" //The chat color
		"NameColor" "{orchid}" //The name color
	}

}
instead of this

Code:
"HexTags"
{
 
        "Default"
	{
		"ScoreTag" "{country}" 
		"ChatTag" "{yellow}[{country}] " 
	}
	
	"STEAM_0:1:11111111"
	{
		"ScoreTag" "[Admin] " //The scoreboard-tag
		"ChatTag"	"{yellow}[{country}]{green}[Owner] " 
		"ChatColor" "{blue}" //The chat color
		"NameColor" "{orchid}" //The name color
	}

}
am i right?
but when i do so default tags are not working anymore!
napster_10 is offline
Papero
Veteran Member
Join Date: Aug 2016
Location: Italy
Old 12-11-2018 , 14:43   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
Reply With Quote #206

Quote:
Originally Posted by napster_10 View Post
papeeeeero

Code:
[hextags.smx] [HexTags] Default select is depreaced! Put the tags without any selector to make them on every player
is spamming the server after update to 1.43

so i found out its supposed to be like this now?!?!?!
Code:
"HexTags"
{

	"ScoreTag" "{country}" 
	"ChatTag" "{yellow}[{country}] " 

	"STEAM_0:1:11111111"
	{
		"ScoreTag" "[Admin] " //The scoreboard-tag
		"ChatTag"	"{yellow}[{country}]{green}[Owner] " 
		"ChatColor" "{blue}" //The chat color
		"NameColor" "{orchid}" //The name color
	}

}
instead of this

Code:
"HexTags"
{
 
        "Default"
	{
		"ScoreTag" "{country}" 
		"ChatTag" "{yellow}[{country}] " 
	}
	
	"STEAM_0:1:11111111"
	{
		"ScoreTag" "[Admin] " //The scoreboard-tag
		"ChatTag"	"{yellow}[{country}]{green}[Owner] " 
		"ChatColor" "{blue}" //The chat color
		"NameColor" "{orchid}" //The name color
	}

}
am i right?
but when i do so default tags are not working anymore!
That's how it should work...
I'll test asap if it has any issues. Thanks for the report btw.
__________________
My Plugins
SPCode


Steam: hexer504
Telegram: Hexah
Discord: Hexah#6903

If you like my work you can donate here!
Papero is offline
vegeta1241
AlliedModders Donor
Join Date: Apr 2017
Location: Switzerland
Old 12-11-2018 , 19:15   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
Reply With Quote #207

WHY COLORS DONT CHANGE AND TAG NOT APPEAR ??
Help me please
Quote:

"HexTags"
{
"Terrorist"
{
"ScoreTag" "[HIDER]" //The scoreboard-tag
"Force" "1" //Don't force the tag
}

"CT" .
{
"ScoreTag" "[HIDER]" //The scoreboard-tag
"Force" "1" //Don't force the tag
}
"Spectator"
{
"ScoreTag" "[SPECTATOR]" //The scoreboard-tag
"Force" "1" //Don't force the tag
}
"t" //a -> Only players with the a flag will have these tags.
{
"ScoreTag" "[VIP]" //The scoreboard-tag
"ChatTag" "{red}[VIP]" //The chat-tag
"ChatColor" "{rainbow}" //The chat color
"NameColor" "{grey}" //The name color
"Force" "1" //Don't force the tag
}
"z" //a -> Only players with the a flag will have these tags.
{
"ScoreTag" "[ADMIN]" //The scoreboard-tag
"ChatTag" "{red}[Admin]" //The chat-tag
"ChatColor" "{rainbow}" //The chat color
"NameColor" "{grey2}" //The name color
"Force" "1" //Don't force the tag
}
"#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
"Force" "1" //Don't force the tag
}
"#21600" //#43200 -> Only players with 12 hours (43200 seconds) will have these tags.
{
"ScoreTag" "[MEMBER]" //The scoreboard-tag
"ChatTag" "{red}[MEMBER]" //The chat-tag
"ChatColor" "{random}" //The chat color
"NameColor" "{grey}" //The name color
"Force" "1" //Don't force the tag
}
}
__________________
IDEAS-GAMING.COM SERVERS ON CSGO :

- HIDE AND SEEK - SUPERHEROES
- BUNNY HOP
- KZ / CLIMB

---------------------------------------------------------------------
My steam link
Donate !
vegeta1241 is offline
SOUND.
Junior Member
Join Date: Jul 2013
Old 12-11-2018 , 22:37   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
Reply With Quote #208

error compiling the plugin

Code:
SourcePawn Compiler 1.9.0.5921

plugin.sp(554) : error 092: number of arguments does not match definition

1 Error.
and

error with latest rankme
Code:
L 12/12/2018 - 05:16:55: [SM] Exception reported: Invalid database Handle 0 (error: 4)
L 12/12/2018 - 05:16:55: [SM] Blaming: kento_rankme.smx
L 12/12/2018 - 05:16:55: [SM] Call stack trace:
L 12/12/2018 - 05:16:55: [SM]   [0] SQL_TQuery
L 12/12/2018 - 05:16:55: [SM]   [1] Line 811, I:\csgodev\server\csgo\addons\sourcemod\scripting\kento_rankme.sp::Native_GetRank
L 12/12/2018 - 05:16:55: [SM]   [3] RankMe_GetRank
L 12/12/2018 - 05:16:55: [SM]   [4] Line 318, hextags.sp::OnClientPostAdminCheck
L 12/12/2018 - 05:28:10: Error log file session closed.
how can i disable rankme support and still use rankme on the server?

Last edited by SOUND.; 12-11-2018 at 22:37.
SOUND. is offline
napster_10
Senior Member
Join Date: May 2016
Old 12-12-2018 , 09:20   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
Reply With Quote #209

+1

same error with rankme
napster_10 is offline
Papero
Veteran Member
Join Date: Aug 2016
Location: Italy
Old 12-12-2018 , 10:27   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
Reply With Quote #210

Quote:
Originally Posted by SOUND. View Post
error compiling the plugin

Code:
SourcePawn Compiler 1.9.0.5921

plugin.sp(554) : error 092: number of arguments does not match definition

1 Error.
and

error with latest rankme
Code:
L 12/12/2018 - 05:16:55: [SM] Exception reported: Invalid database Handle 0 (error: 4)
L 12/12/2018 - 05:16:55: [SM] Blaming: kento_rankme.smx
L 12/12/2018 - 05:16:55: [SM] Call stack trace:
L 12/12/2018 - 05:16:55: [SM]   [0] SQL_TQuery
L 12/12/2018 - 05:16:55: [SM]   [1] Line 811, I:\csgodev\server\csgo\addons\sourcemod\scripting\kento_rankme.sp::Native_GetRank
L 12/12/2018 - 05:16:55: [SM]   [3] RankMe_GetRank
L 12/12/2018 - 05:16:55: [SM]   [4] Line 318, hextags.sp::OnClientPostAdminCheck
L 12/12/2018 - 05:28:10: Error log file session closed.
how can i disable rankme support and still use rankme on the server?
Just remove rankme for the hextags-order.txt
__________________
My Plugins
SPCode


Steam: hexer504
Telegram: Hexah
Discord: Hexah#6903

If you like my work you can donate here!
Papero 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 00:35.


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