View Single Post
Papero
Veteran Member
Join Date: Aug 2016
Location: Italy
Old 10-27-2018 , 11:49   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][28/05/18]
Reply With Quote #129

New versions 1.33 & 1.34
  • Added new forwards to handle the chat.
  • Added chain support!

Now you can do:
PHP Code:
"HexTags"
{
    
"@Admin" //Users in the admin group
    
{
        
"Terrorist" //Admins in T team
        
{
            
"ScoreTag" "[TerroristAdmin]" //The scoreboard-tag
            
"ChatTag"    "{red}[Admin-T]" //The chat-tag with the colors
            
"ChatColor" "{red}" //The chat color
            
"NameColor" "{red}" //The name color
        
}
        
"CT" //Admins CT Team
        
{
            
"ScoreTag" "[CT-Admin]" //The scoreboard-tag
            
"ChatTag"    "{red}[MarioCT]" //The chat-tag with the colors
            
"ChatColor" "{blue}" //The chat color
            
"NameColor" "{blue}" //The name color
        
}
                
//Admins in NoTeam or Spectators
        
"ScoreTag" "[NoTeam]" //The scoreboard-tag
        
"ChatTag"    "{purple}[NoTeam]" //The chat-tag with the colors
        
"ChatColor" "{purple}" //The chat color
        
"NameColor" "{purple}" //The name color
    
}

Of course in the sub-selectors you can use any parameter!
__________________
My Plugins
SPCode


Steam: hexer504
Telegram: Hexah
Discord: Hexah#6903

If you like my work you can donate here!

Last edited by Papero; 10-27-2018 at 11:51.
Papero is offline