AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   [L4D2] Admin's Nick Color (https://forums.alliedmods.net/showthread.php?t=111213)

xenams 12-08-2009 10:34

[L4D2] Admin's Nick Color
 
Is it possible to change admin nick color in l4d2? e.g yellow so people will know that's an admin bcuz it has different color than survivor & infected.

billabonker 12-08-2009 11:30

Re: [L4D2] Admin's Nick Color
 
Or.. Once the Admin join the server
just add a [Admin] tag infront of his/her name?
Colored if possible.

KrankFL 12-08-2009 14:56

Re: [L4D2] Admin's Nick Color
 
There´s a plugin called simple chat colors it also has the ability to color tags and so on, here a link to the plugin http://forums.alliedmods.net/showthread.php?t=105150

There seems to be an updated version somewhere between pages 12 and 14

Also you will need a colors.inc file with l4d2 support http://forums.alliedmods.net/showthread.php?t=96831

heres an example of my simple chat color cfg which is located in "addons\sourcemod\configs"

Code:

"admin_colors"
{
    "Groupname2"
    {
        "flag"            "z"
        "tag"            "[Admin]"
        "tagcolor"        "{red}"
        "namecolor"        "{green}"
        "textcolor"        "{default}"
    }
    "Groupname"
    {
        "flag"            "b"
        "tag"            "[Admin]"
        "tagcolor"        "{red}"
        "namecolor"        "{green}"
        "textcolor"        "{default}"
    }
    "Overrides"
    {
        "rank"            ""
        "testcommand"        ""
        "rtv"            ""
        "nominate"        ""
    }

}

I hope this is what you mean... :P

xenams 12-08-2009 20:07

Re: [L4D2] Admin's Nick Color
 
thanks a lot KrankFL ! :D

Mr. Bunny 09-30-2016 11:20

Re: [L4D2] Admin's Nick Color
 
Quote:

Originally Posted by KrankFL (Post 1010433)
There´s a plugin called simple chat colors it also has the ability to color tags and so on, here a link to the plugin http://forums.alliedmods.net/showthread.php?t=105150

There seems to be an updated version somewhere between pages 12 and 14

Also you will need a colors.inc file with l4d2 support http://forums.alliedmods.net/showthread.php?t=96831

heres an example of my simple chat color cfg which is located in "addons\sourcemod\configs"

Code:

"admin_colors"
{
    "Groupname2"
    {
        "flag"            "z"
        "tag"            "[Admin]"
        "tagcolor"        "{red}"
        "namecolor"        "{green}"
        "textcolor"        "{default}"
    }
    "Groupname"
    {
        "flag"            "b"
        "tag"            "[Admin]"
        "tagcolor"        "{red}"
        "namecolor"        "{green}"
        "textcolor"        "{default}"
    }
    "Overrides"
    {
        "rank"            ""
        "testcommand"        ""
        "rtv"            ""
        "nominate"        ""
    }

}

I hope this is what you mean... :P

How i edit?


All times are GMT -4. The time now is 18:58.

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