Custom Chat Colors

Core Custom Chat Colors v3.1.0

No permission to download
Supported Games
CS: Source (v34), CS: Source (Steam/Orange Box)
This plugin gives custom tag, name color, chat color and tag color to players. Supports many colors and has many modules with cool features.


481


Note: Do not run Admin Chat plugin with this plugin. Use any one.

Requirements :
Installation :
  • Download Simple_Chat_Colors.zip file attached to this post.
  • Extract the content of zip file and put into your server's cstrike/addons/sourcemod folder.
  • Configure custom tags and colors in cstrike/addons/sourcemod/configs/custom-chatcolors.cfg file.
  • Change the map or Restart the Server.
Admin Commands :
Code:
!reloadccc              -          Reloads the configuration file of Custom Chat Colors.
Configuration :

All the configuration is done in cstrike/addons/sourcemod/configs/custom-chatcolors.cfg file. You can read the instructions written there about the configuration.

This plugin supports HEX color codes. HEX color codes are hexadecimal color codes which represents a particular color. You can find the HEX code of each color on Google Colour Picker.
482
Here are some examples of the configuration :
Code:
"admin_colors"
{
    "STEAM_0:0:25220192"
    {
        "tag"                "[Admin] "
        "tagcolor"           "#00FF00"
        "namecolor"          "#00FFFF"
        "textcolor"          "#e30e9c"
    }
    "VIP"
    {
        "flags"              "p"
        "tag"                "[VIP] "
        "tagcolor"           "#00FF00"
        "namecolor"          "#0FC03B1"
        "textcolor"          "#ffffff"
    }
}
For CS:S v34 Non-Clientmod server, only 3 colors are supported.
  • T - Teamcolor
  • G - Green
  • O - Olive
Code:
"admin_colors"
{
    "STEAM_0:0:25220192"
    {
        "tag"                "[Admin] "
        "tagcolor"           "T"
        "namecolor"          "G"
        "textcolor"          "O"
    }
    "VIP"
    {
        "flags"              "p"
        "tag"                "[VIP] "
        "tagcolor"           "G"
        "namecolor"          "T"
        "textcolor"          "G"
    }
}

Modules :

Credits :
  • Dr. McKay
Author
Vertigo
Downloads
78
Views
2K
First release
Last update
Rating
5.00 star(s) 1 ratings

More resources from Vertigo

Share this resource

Latest reviews

GG
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock