AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [ANY] HexTags [Tags/Chat Colors & Score Tags] (https://forums.alliedmods.net/showthread.php?t=303671)

shumitu 02-01-2019 17:41

Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
 
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.

paulo_crash 02-01-2019 18:45

Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
 
Quote:

Originally Posted by shumitu (Post 2637697)
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.

NomisCZ 02-02-2019 09:58

Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
 
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:


paulo_crash 02-02-2019 10:15

Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
 
Quote:

Originally Posted by NomisCZ (Post 2637771)
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 :bacon!:

napster_10 02-13-2019 09:06

Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
 
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}"
        }

https://i.imgur.com/IutoVpK.png


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^^

paulo_crash 02-14-2019 14:15

Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
 
No update, right about the problem with RankMe Kento?

simpson0141 02-16-2019 01:41

Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
 
Quote:

Originally Posted by napster_10 (Post 2639463)
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}"
        }

https://i.imgur.com/IutoVpK.png


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 02-16-2019 12:04

Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
 
2 Attachment(s)
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 :cry:

SOBgaming 03-17-2019 10:55

Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
 
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?

Azthex 03-24-2019 10:38

Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/12/18]
 
It is possible to create a menu for users with permission to change the colors of the tag, name and chat?


All times are GMT -4. The time now is 02:23.

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