View Single Post
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