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

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


Post New Thread Reply   
 
Thread Tools Display Modes
shumitu
New Member
Join Date: Jan 2018
Old 02-01-2019 , 17:41   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
Reply With Quote #251

So, how about the purple color?
Will it be fixed? Right now it looks like yellow despite fact that in header file the purple color is assigned to right value which equals x03, so it should work correctly but it doesn't.
shumitu is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 02-01-2019 , 18:45   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
Reply With Quote #252

Quote:
Originally Posted by shumitu View Post
So, how about the purple color?
Will it be fixed? Right now it looks like yellow despite fact that in header file the purple color is assigned to right value which equals x03, so it should work correctly but it doesn't.
Same problem here, purple color does not work, apparently looks blue, not purple.
paulo_crash is offline
NomisCZ
AlliedModders Donor
Join Date: Mar 2014
Location: Czech_Republic
Old 02-02-2019 , 09:58   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
Reply With Quote #253

Purple doesn't work - only for spectate players, because CS:GO using Say2Text and this color is reserved for SPEC, so it's rewritten to TEAM_COLOR (BLUE/YELLOW).

You can use purple only with CPrintToChat(...).

Test video:

__________________

Last edited by NomisCZ; 02-02-2019 at 10:45.
NomisCZ is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 02-02-2019 , 10:15   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
Reply With Quote #254

Quote:
Originally Posted by NomisCZ View Post
Purple doesn't work - only for spectate players, because CS:GO using Say2Text and this color is reserved for SPEC, so it's rewritten to TEAM_COLOR (BLUE/YELLOW).

You can use purple only with CPrintToChat(...).
I understan...Thx
paulo_crash is offline
napster_10
Senior Member
Join Date: May 2016
Old 02-13-2019 , 09:06   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
Reply With Quote #255

mostactive tags also not working?!

Code:
	"Default" //All player will have this tags
	{

			"#14400" //4h
			{
			"ScoreTag" "{country} | LVL#1 |" //The scoreboard-tag
			"ChatTag"	"{red}[LVL#1] " //The chat-tag
			"ChatColor" "{default}" //The chat color
			"NameColor" "{teamcolor}" //The name color
			}
			"#18000" //5h
			{
			"ScoreTag" "{country} | LVL#2 |" //The scoreboard-tag
			"ChatTag"	"{red}[LVL#2] " //The chat-tag
			"ChatColor" "{default}" //The chat color
			"NameColor" "{teamcolor}" //The name color
			}
			"#21600" //6h
			{
			"ScoreTag" "{country} | LVL#3 |" //The scoreboard-tag
			"ChatTag"	"{red}[LVL#3] " //The chat-tag
			"ChatColor" "{default}" //The chat color
			"NameColor" "{teamcolor}" //The name color
			}
			"#25200" //7h
			{
			"ScoreTag" "{country} | LVL#4 |" //The scoreboard-tag
			"ChatTag"	"{red}[LVL#4] " //The chat-tag
			"ChatColor" "{default}" //The chat color
			"NameColor" "{teamcolor}" //The name color
			}
			"#28800" //8h
			{
			"ScoreTag" "{country} | LVL#5 |" //The scoreboard-tag
			"ChatTag"	"{red}[LVL#5] " //The chat-tag
			"ChatColor" "{default}" //The chat color
			"NameColor" "{teamcolor}" //The name color
			}
    		"ScoreTag" "{country} |" 
		"ChatColor" "{default}"
		"NameColor" "{teamcolor}"
	}



I have 6h35min with !active..should be LVL#3 but shows LVL#5


Papero Last Activity: 02-11-19 12:53 PM

wtf..paaaaaaaaaaaappeeeeeeeeeeeeeeeeeeeeeroo WAKEUP^^

Last edited by napster_10; 02-13-2019 at 09:13.
napster_10 is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 02-14-2019 , 14:15   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
Reply With Quote #256

No update, right about the problem with RankMe Kento?
paulo_crash is offline
simpson0141
Member
Join Date: Sep 2017
Location: South Korea
Old 02-16-2019 , 01:41   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
Reply With Quote #257

Quote:
Originally Posted by napster_10 View Post
mostactive tags also not working?!

Code:
	"Default" //All player will have this tags
	{

			"#14400" //4h
			{
			"ScoreTag" "{country} | LVL#1 |" //The scoreboard-tag
			"ChatTag"	"{red}[LVL#1] " //The chat-tag
			"ChatColor" "{default}" //The chat color
			"NameColor" "{teamcolor}" //The name color
			}
			"#18000" //5h
			{
			"ScoreTag" "{country} | LVL#2 |" //The scoreboard-tag
			"ChatTag"	"{red}[LVL#2] " //The chat-tag
			"ChatColor" "{default}" //The chat color
			"NameColor" "{teamcolor}" //The name color
			}
			"#21600" //6h
			{
			"ScoreTag" "{country} | LVL#3 |" //The scoreboard-tag
			"ChatTag"	"{red}[LVL#3] " //The chat-tag
			"ChatColor" "{default}" //The chat color
			"NameColor" "{teamcolor}" //The name color
			}
			"#25200" //7h
			{
			"ScoreTag" "{country} | LVL#4 |" //The scoreboard-tag
			"ChatTag"	"{red}[LVL#4] " //The chat-tag
			"ChatColor" "{default}" //The chat color
			"NameColor" "{teamcolor}" //The name color
			}
			"#28800" //8h
			{
			"ScoreTag" "{country} | LVL#5 |" //The scoreboard-tag
			"ChatTag"	"{red}[LVL#5] " //The chat-tag
			"ChatColor" "{default}" //The chat color
			"NameColor" "{teamcolor}" //The name color
			}
    		"ScoreTag" "{country} |" 
		"ChatColor" "{default}"
		"NameColor" "{teamcolor}"
	}



I have 6h35min with !active..should be LVL#3 but shows LVL#5


Papero Last Activity: 02-11-19 12:53 PM

wtf..paaaaaaaaaaaappeeeeeeeeeeeeeeeeeeeeeroo WAKEUP^^

i have the same problem.. Is there a solution?
simpson0141 is offline
simpson0141
Member
Join Date: Sep 2017
Location: South Korea
Old 02-16-2019 , 12:04   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
Reply With Quote #258

I found a hotfix for mostactive, I moved the load position of fTagsUpdated to the end of LoadTags. The HexTags_OnTagsUpdated function does not seem to work unless move it (Compile the attached hextags.sp)
In my attached hextags_sze.sp, I used HexTags_OnTagsUpdated forward without using hextags.cfg and I added a tag feature if the user is a Steam group member

The attached hextags.sp does not support ScoreTag. If necessary, please add it separately.

I'm a beginner in coding. Please understand that my code is a bit messy!!

sorry my bad english
Attached Files
File Type: sp Get Plugin or Get Source (hextags.sp - 243 views - 23.8 KB)
File Type: sp Get Plugin or Get Source (hextags_sze.sp - 185 views - 3.0 KB)

Last edited by simpson0141; 02-16-2019 at 12:51.
simpson0141 is offline
SOBgaming
Senior Member
Join Date: Jul 2015
Old 03-17-2019 , 10:55   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
Reply With Quote #259

Is there a way to make it so it dosen't change scoretags at all?
Or that players without scoretags don't get theirs removed?
__________________

Last edited by SOBgaming; 03-17-2019 at 10:59.
SOBgaming is offline
Azthex
Junior Member
Join Date: Apr 2016
Old 03-24-2019 , 10:38   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
Reply With Quote #260

It is possible to create a menu for users with permission to change the colors of the tag, name and chat?
Azthex 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 20:04.


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