View Single Post
Horsedick
AlliedModders Donor
Join Date: Sep 2011
Old 10-19-2011 , 19:05   Re: Simple Chat Colors (Redux)
Reply With Quote #56

Quote:
Originally Posted by Snaggle View Post
PHP Code:
"admin_colors"
{
                            
    
    
"STEAM_0:0:0000001" //Player1
    
{
        
"flag"            ""
        "tag"            "[Tag1] "
        "tagcolor"        "{BLA}"
        "namecolor"        "{BLA}"
        "textcolor"        "{N}"
    
}
    

    
"STEAM_0:0:0000002" // Player2
    
{
        
"flag"            ""
        "tag"            "[Tag1] "
        "tagcolor"        "{G}"
        "namecolor"        "{G}"
        "textcolor"        "{N}"
    
}


What is the setup for Team Blue and Team Red to be setup with different options like I want both teams to have olive green text but team color names vs the default color of white text.
Horsedick is offline