View Single Post
SikoZ
Junior Member
Join Date: Apr 2017
Old 04-14-2017 , 04:12   Re: [CS:GO]Chat Colors (Custom Chat Colors)
Reply With Quote #14

Hello,

I installed the plugin but it's not working.

so i basically upload the files in the zip in my sourcemod folder, then i make 2 documents
chat_colors_csgo.ini in sourcemod/configs
chat_colors_csgo_en.smx in sourcemod/plugins

and i put the below code in both of them and upload them were each of them belongs

Quote:
//ORIGINAL FILE BY Pheonix ( http://steamcommunity.com/id/UA_Phoenix_UA/ ) translated by Papero
//Color list
//--------------------------------------
//DEFAULT
//TEAM
//RED
//GREEN
//LIME
//LIGHTGREEN
//LIGHTRED
//GRAY
//LIGHTOLIVE
//OLIVE
//PURPLE
//LIGHTBLUE
//BLUE
//--------------------------------------
//
// The TAGs/Colors work in this way
// STEAMID: In CS:GO is always STEAM_1..., STEAM_0... will not work.
// Groups: Name of the group, # before the group name is needed.
// Admin flag: Admin flag, @ before the flag is needed
// ALL: To target all players
//--------------------------------------
// Exaples
//--------------------------------------
//"chat_colors_csgo"
//{
// "@z" - Admin flag of the players that need the TAG/Color (@ before the flag is needed)
// {
// "tag" "[Admin] " - Tag
// "tag_Color" "RED" - Color of the tag
// "name_Color" "TEAM" - Color of the nick
// "chat_Color" "RED" - Color of the chat
// }
// "@a" - Admin flag of the players that need the TAG/Color (@ before the flag is needed)
// {
// "tag" "[VIP] " - Tag
// "tag_Color" "PURPLE" - Color of the tag
// "name_Color" "TEAM" - Color of the nick
// "chat_Color" "GREEN" - color of the chat
// }
// "#admin" - Group of the players that need the TAG/Color (# before the group is needed)
// {
// "tag" "[Admin] " - Tag
// "tag_Color" "PURPLE" - Color of the tag
// "name_Color" "TEAM" - Color of the nick
// "chat_Color" "GREEN" - color of the chat
// }
// "STEAM_1:0:53564701" - SteamID if the player that need the TAG/Color (In CSGO is always STEAM_1, STEAM_0 will not work)
// {
// "tag" "[Friends] " - Tag
// "tag_Color" "GREEN" - Color of the tag
// "name_Color" "TEAM" - Color of the nick
// "chat_Color" "RED" - color of the chat
// }
// "All" - To give the tag to all the players
// {
// "tag" "[Player] " - Tag
// "tag_Color" "GREEN" - Color of the tag
// "name_Color" "TEAM" - Color of the nick
// "chat_Color" "DEFAULT" - color of the chat
// }
//}
//--------------------------------------
"chat_colors_csgo"
{
"@z"
{
"tag" "[ADMIN] "
"tag_Color" "RED"
"name_Color" "TEAM"
"chat_Color" "RED"
}
}


is that it??
__________________
SikoZ is offline