View Single Post
Baklap4
Member
Join Date: Feb 2016
Old 02-16-2016 , 16:38   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1186

I have setup the custom_chatcolor.cfg file:
Code:
"admin_colors"
{
        "Admins"
        {
                "flag"                          "z"
                "tag"                           "[Admin] "
                "tagcolor"                      "#9EC34A"
                "namecolor"                     "#00CCFF"
                "textcolor"                     "#FFFFFF"
        }
        "VIP"
        {
                "flag"                          "p"
                "tag"                           "[VIP] "
                "tagcolor"                      "#9EC34A"
                "namecolor"                     "#00CCFF"
                "textcolor"                     "#FFFFFF"
        }
        "Noobz"
        {
                "flag"                          "o"
                "tag"                           "[Noobz] "
                "tagcolor"                      "#9EC34A"
                "namecolor"                     "#00CCFF"
                "textcolor"                     "#FFFFFF"
        }
}
But somehow these groups don't seem to work..
My admin_groups.cfg:
Code:
Groups{
        "Default"
        {
                "immunity"              "1"
        }
        "Admins"
        {
                "flags"                 "z"
        }
        "VIP"
        {
                "flags"                 "p"
        }
        "Noobz"
        {
                "flags"                 "o"
        }
}
The logs doesn't come with errors either.. soo what am i doing wrong?
Baklap4 is offline