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

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


Post New Thread Reply   
 
Thread Tools Display Modes
Rale
AlliedModders Donor
Join Date: Sep 2010
Old 12-19-2017 , 11:12   Re: [ANY]HexTags[Chat/Score Colors][16/12/17]
Reply With Quote #11

There you go!

PHP Code:
"HexTags"
{
    
"z"
    
{
        
"ChatTag"    "{darkred}[Server Owner]" //The chat-tag
        
"ChatColor" "{default}" //The chat color
    
}
    
"o"
    
{
        
"ChatTag"    "{lightred}[Server Manager]" //The chat-tag
        
"ChatColor" "{default}" //The chat color
    
}
    
"b"
    
{
        
"ChatTag"    "{green}[ADMIN]" //The chat-tag
        
"ChatColor" "{default}" //The chat color
    
}
    
"q"
    
{
        
"ChatTag"    "{gold}[DIAMOND]" //The chat-tag
        
"ChatColor" "{default}" //The chat color
        
"NameColor" "{lime}"
    
}
    
"p"
    
{
        
"ChatTag"    "{purple}[PREMIUM]" //The chat-tag
        
"ChatColor" "{default}" //The chat color
        
"NameColor" "{lime}"
    
}
    
"r"
    
{
        
"ChatTag"    "{lightblue}[SUPPORTER]" //The chat-tag
        
"ChatColor" "{default}" //The chat color
        
"NameColor" "{lime}"
    
}

Rale is offline
Papero
Veteran Member
Join Date: Aug 2016
Location: Italy
Old 12-19-2017 , 14:10   Re: [ANY]HexTags[Chat/Score Colors][16/12/17]
Reply With Quote #12

Quote:
Originally Posted by Rale View Post
There you go!

PHP Code:
"HexTags"
{
    
"z"
    
{
        
"ChatTag"    "{darkred}[Server Owner]" //The chat-tag
        
"ChatColor" "{default}" //The chat color
    
}
    
"o"
    
{
        
"ChatTag"    "{lightred}[Server Manager]" //The chat-tag
        
"ChatColor" "{default}" //The chat color
    
}
    
"b"
    
{
        
"ChatTag"    "{green}[ADMIN]" //The chat-tag
        
"ChatColor" "{default}" //The chat color
    
}
    
"q"
    
{
        
"ChatTag"    "{gold}[DIAMOND]" //The chat-tag
        
"ChatColor" "{default}" //The chat color
        
"NameColor" "{lime}"
    
}
    
"p"
    
{
        
"ChatTag"    "{purple}[PREMIUM]" //The chat-tag
        
"ChatColor" "{default}" //The chat color
        
"NameColor" "{lime}"
    
}
    
"r"
    
{
        
"ChatTag"    "{lightblue}[SUPPORTER]" //The chat-tag
        
"ChatColor" "{default}" //The chat color
        
"NameColor" "{lime}"
    
}

Should be fixed with the last release.
__________________
My Plugins
SPCode


Steam: hexer504
Telegram: Hexah
Discord: Hexah#6903

If you like my work you can donate here!
Papero is offline
paul181516
Junior Member
Join Date: Aug 2017
Location: Colombia
Old 12-20-2017 , 20:33   Re: [ANY]HexTags[Chat/Score Colors][16/12/17]
Reply With Quote #13

Doesnt work for me

paul181516 is offline
Send a message via MSN to paul181516 Send a message via Skype™ to paul181516
Papero
Veteran Member
Join Date: Aug 2016
Location: Italy
Old 12-21-2017 , 13:35   Re: [ANY]HexTags[Chat/Score Colors][16/12/17]
Reply With Quote #14

Quote:
Originally Posted by paul181516 View Post
Doesnt work for me

Orange color is not supported (for csgo).

Supported colors
__________________
My Plugins
SPCode


Steam: hexer504
Telegram: Hexah
Discord: Hexah#6903

If you like my work you can donate here!

Last edited by Papero; 12-21-2017 at 13:35.
Papero is offline
mR_SMoking
Junior Member
Join Date: Sep 2017
Location: Portugal
Old 12-24-2017 , 11:52   Re: [ANY]HexTags[Chat/Score Colors][16/12/17]
Reply With Quote #15

Quote:
L 12/24/2017 - 16:45:52: [SM] Exception reported: Invalid time format or buffer too small
L 12/24/2017 - 16:45:52: [SM] Blaming: hextags.smx
L 12/24/2017 - 16:45:52: [SM] Call stack trace:
L 12/24/2017 - 16:45:52: [SM] [0] FormatTime
L 12/24/2017 - 16:45:52: [SM] [1] Line 148, hextags.sp::CP_OnChatMessage
L 12/24/2017 - 16:45:52: [SM] [3] Call_Finish
L 12/24/2017 - 16:45:52: [SM] [4] Line 302, E:\Google Drive\Projects\Sourcemod\Public\Chat-Processor\scripting\chat-processor.sp::OnSayText2
I get this in Logs
mR_SMoking is offline
Papero
Veteran Member
Join Date: Aug 2016
Location: Italy
Old 12-24-2017 , 12:04   Re: [ANY]HexTags[Chat/Score Colors][16/12/17]
Reply With Quote #16

Quote:
Originally Posted by mR_SMoking View Post
I get this in Logs
What's your OS?
__________________
My Plugins
SPCode


Steam: hexer504
Telegram: Hexah
Discord: Hexah#6903

If you like my work you can donate here!
Papero is offline
mR_SMoking
Junior Member
Join Date: Sep 2017
Location: Portugal
Old 12-24-2017 , 12:05   Re: [ANY]HexTags[Chat/Score Colors][16/12/17]
Reply With Quote #17

Quote:
Originally Posted by Papero View Post
What's your OS?
Windows
mR_SMoking is offline
Edward22
Junior Member
Join Date: Jul 2017
Location: Hogwarts
Old 12-24-2017 , 13:33   Re: [ANY]HexTags[Chat/Score Colors][16/12/17]
Reply With Quote #18

Could you implement a menu to select your tag if the user has 2 custom ones and the one form his admin group ?

like:

!ctag

>> Select Your Tag <<

1. Owner
2. GOD
3. No-scoper

>> ---------------- <<

That would be an awesome feature :O
Edward22 is offline
Papero
Veteran Member
Join Date: Aug 2016
Location: Italy
Old 12-24-2017 , 17:19   Re: [ANY]HexTags[Chat/Score Colors][16/12/17]
Reply With Quote #19

Quote:
Originally Posted by mR_SMoking View Post
Windows
Mhh, that could be an OS problem since I'm not having any issues.

I'll look in to it.

Quote:
Originally Posted by Edward22 View Post
Could you implement a menu to select your tag if the user has 2 custom ones and the one form his admin group ?

like:

!ctag

>> Select Your Tag <<

1. Owner
2. GOD
3. No-scoper

>> ---------------- <<

That would be an awesome feature :O
I will try to. But I cannot assure anything...



I'm in holiday till 5/6 January so don't aspect any update for now...
__________________
My Plugins
SPCode


Steam: hexer504
Telegram: Hexah
Discord: Hexah#6903

If you like my work you can donate here!
Papero is offline
Rale
AlliedModders Donor
Join Date: Sep 2010
Old 12-27-2017 , 11:59   Re: [ANY]HexTags[Chat/Score Colors][16/12/17]
Reply With Quote #20

Any fix for windows soon?
Rale 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 09:03.


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