Raised This Month: $51 Target: $400
 12% 

[Source 2013] Custom Chat Colors


Post New Thread Reply   
 
Thread Tools Display Modes
szogun
Senior Member
Join Date: Apr 2016
Old 06-18-2017 , 12:33   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1331

Hello
I have a small problem with this plugin

PHP Code:
L 06/18/2017 18:26:45Info (map "de_dust2") (file "errors_20170618.log")
L 06/18/2017 18:26:45: [SMException reportedConfig file missing
L 06
/18/2017 18:26:45: [SMBlamingcustom-chatcolors-cp.smx
L 06
/18/2017 18:26:45: [SMCall stack trace:
L 06/18/2017 18:26:45: [SM]   [0SetFailState
L 06
/18/2017 18:26:45: [SM]   [1Line 82E:\Google Drive\SourcePawn\custom-chatcolors.sp::LoadConfig
L 06
/18/2017 18:26:45: [SM]   [2Line 71E:\Google Drive\SourcePawn\custom-chatcolors.sp::OnPluginStart
L 06
/18/2017 18:26:45: [SMUnable to load plugin "custom-chatcolors-cp.smx"Error detected in plugin startup (see error logs
PHP Code:
"chat-processor"
{
    
"csgo"
    
{
        
"Cstrike_Chat_CT_Loc"    "(Counter-Terrorist) {1} : {2}"
        "Cstrike_Chat_CT"    "(Counter-Terrorist) {1} : {2}"
        "Cstrike_Chat_T_Loc"    "(Terrorist) {1} : {2}"
        "Cstrike_Chat_T"    "(Terrorist) {1} : {2}"
        "Cstrike_Chat_CT_Dead"    "*DEAD*(Counter-Terrorist) {1} : {2}"
        "Cstrike_Chat_T_Dead"    "*DEAD*(Terrorist) {1} : {2}"
        "Cstrike_Chat_Spec"    "(Spectator) {1} : {2}"
        "Cstrike_Chat_All"    "{1} : {2}"
        "Cstrike_Chat_AllDead"    "*DEAD* {1} : {2}"
        "Cstrike_Chat_AllSpec"    "*SPEC* {1} : {2}"
    
}
    
    
"csco"
    
{
        
"Cstrike_Chat_CT_Loc"    "(Counter-Terrorist) {1} : {2}"
        "Cstrike_Chat_CT"    "(Counter-Terrorist) {1} : {2}"
        "Cstrike_Chat_T_Loc"    "(Terrorist) {1} : {2}"
        "Cstrike_Chat_T"    "(Terrorist) {1} : {2}"
        "Cstrike_Chat_CT_Dead"    "*DEAD*(Counter-Terrorist) {1} : {2}"
        "Cstrike_Chat_T_Dead"    "*DEAD*(Terrorist) {1} : {2}"
        "Cstrike_Chat_Spec"    "(Spectator) {1} : {2}"
        "Cstrike_Chat_All"    "{1} : {2}"
        "Cstrike_Chat_AllDead"    "*DEAD* {1} : {2}"
        "Cstrike_Chat_AllSpec"    "*SPEC* {1} : {2}"
    
}
    
    
"cstrike"
    
{
        
"Cstrike_Chat_CT_Loc"    "(Counter-Terrorist) {1} : {2}"
        "Cstrike_Chat_CT"    "(Counter-Terrorist) {1} : {2}"
        "Cstrike_Chat_T_Loc"    "(Terrorist) {1} : {2}"
        "Cstrike_Chat_T"    "(Terrorist) {1} : {2}"
        "Cstrike_Chat_CT_Dead"    "*DEAD*(Counter-Terrorist) {1} : {2}"
        "Cstrike_Chat_T_Dead"    "*DEAD*(Terrorist) {1} : {2}"
        "Cstrike_Chat_Spec"    "(Spectator) {1} : {2}"
        "Cstrike_Chat_All"    "{1} : {2}"
        "Cstrike_Chat_AllDead"    "*DEAD* {1} : {2}"
        "Cstrike_Chat_AllSpec"    "*SPEC* {1} : {2}"
    
}
    
    
"l4d"
    
{
        
"L4D_Chat_Infected"    "(Infected) {1} : {2}"
        "L4D_Chat_Survivor"    "(Survivor) {1} : {2}"
        "L4D_Chat_Infected_Dead"    "*DEAD*(Infected) {1} : {2}"
        "L4D_Chat_Survivor_Dead"    "*DEAD*(Survivor) {1} : {2}"
        "L4D_Chat_Spec"    "(Spectator) {1} : {2}"
        "L4D_Chat_All"    "{1} : {2}"
        "L4D_Chat_AllDead"    "*DEAD* {1} : {2}"
        "L4D_Chat_AllSpec"    "*SPEC* {1} : {2}"
    
}
    
    
"l4d2"
    
{
        
"L4D_Chat_Infected"    "(Infected) {1} : {2}"
        "L4D_Chat_Survivor"    "(Survivor) {1} : {2}"
        "L4D_Chat_Infected_Dead"    "*DEAD*(Infected) {1} : {2}"
        "L4D_Chat_Survivor_Dead"    "*DEAD*(Survivor) {1} : {2}"
        "L4D_Chat_Spec"    "(Spectator) {1} : {2}"
        "L4D_Chat_All"    "{1} : {2}"
        "L4D_Chat_AllDead"    "*DEAD* {1} : {2}"
        "L4D_Chat_AllSpec"    "*SPEC* {1} : {2}"
    
}
    
    
"tf"
    
{
        
"TF_Chat_Team_Loc"    "(TEAM) {1} : {2}"
        "TF_Chat_Team"    "(TEAM) {1} : {2}"
        "TF_Chat_Team_Dead"    "*DEAD*(TEAM) {1} : {2}"
        "TF_Chat_Spec"    "(Spectator) {1} : {2}"
        "TF_Chat_All"    "{1} : {2}"
        "TF_Chat_AllDead"    "*DEAD* {1} : {2}"
        "TF_Chat_AllSpec"    "*SPEC* {1} : {2}"
        "TF_Chat_Coach"    "(Coach) {1} : {2}"
    
}

Attached Thumbnails
Click image for larger version

Name:	Bez tytułu.png
Views:	306
Size:	33.3 KB
ID:	163544  

Last edited by szogun; 06-18-2017 at 12:34.
szogun is offline
PBFliX
Member
Join Date: Apr 2017
Location: United Kingdom
Old 06-19-2017 , 04:09   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1332

Quote:
Originally Posted by szogun View Post
Hello
I have a small problem with this plugin

PHP Code:
L 06/18/2017 18:26:45Info (map "de_dust2") (file "errors_20170618.log")
L 06/18/2017 18:26:45: [SMException reportedConfig file missing
L 06
/18/2017 18:26:45: [SMBlamingcustom-chatcolors-cp.smx
L 06
/18/2017 18:26:45: [SMCall stack trace:
L 06/18/2017 18:26:45: [SM]   [0SetFailState
L 06
/18/2017 18:26:45: [SM]   [1Line 82E:\Google Drive\SourcePawn\custom-chatcolors.sp::LoadConfig
L 06
/18/2017 18:26:45: [SM]   [2Line 71E:\Google Drive\SourcePawn\custom-chatcolors.sp::OnPluginStart
L 06
/18/2017 18:26:45: [SMUnable to load plugin "custom-chatcolors-cp.smx"Error detected in plugin startup (see error logs
PHP Code:
"chat-processor"
{
    
"csgo"
    
{
        
"Cstrike_Chat_CT_Loc"    "(Counter-Terrorist) {1} : {2}"
        "Cstrike_Chat_CT"    "(Counter-Terrorist) {1} : {2}"
        "Cstrike_Chat_T_Loc"    "(Terrorist) {1} : {2}"
        "Cstrike_Chat_T"    "(Terrorist) {1} : {2}"
        "Cstrike_Chat_CT_Dead"    "*DEAD*(Counter-Terrorist) {1} : {2}"
        "Cstrike_Chat_T_Dead"    "*DEAD*(Terrorist) {1} : {2}"
        "Cstrike_Chat_Spec"    "(Spectator) {1} : {2}"
        "Cstrike_Chat_All"    "{1} : {2}"
        "Cstrike_Chat_AllDead"    "*DEAD* {1} : {2}"
        "Cstrike_Chat_AllSpec"    "*SPEC* {1} : {2}"
    
}
    
    
"csco"
    
{
        
"Cstrike_Chat_CT_Loc"    "(Counter-Terrorist) {1} : {2}"
        "Cstrike_Chat_CT"    "(Counter-Terrorist) {1} : {2}"
        "Cstrike_Chat_T_Loc"    "(Terrorist) {1} : {2}"
        "Cstrike_Chat_T"    "(Terrorist) {1} : {2}"
        "Cstrike_Chat_CT_Dead"    "*DEAD*(Counter-Terrorist) {1} : {2}"
        "Cstrike_Chat_T_Dead"    "*DEAD*(Terrorist) {1} : {2}"
        "Cstrike_Chat_Spec"    "(Spectator) {1} : {2}"
        "Cstrike_Chat_All"    "{1} : {2}"
        "Cstrike_Chat_AllDead"    "*DEAD* {1} : {2}"
        "Cstrike_Chat_AllSpec"    "*SPEC* {1} : {2}"
    
}
    
    
"cstrike"
    
{
        
"Cstrike_Chat_CT_Loc"    "(Counter-Terrorist) {1} : {2}"
        "Cstrike_Chat_CT"    "(Counter-Terrorist) {1} : {2}"
        "Cstrike_Chat_T_Loc"    "(Terrorist) {1} : {2}"
        "Cstrike_Chat_T"    "(Terrorist) {1} : {2}"
        "Cstrike_Chat_CT_Dead"    "*DEAD*(Counter-Terrorist) {1} : {2}"
        "Cstrike_Chat_T_Dead"    "*DEAD*(Terrorist) {1} : {2}"
        "Cstrike_Chat_Spec"    "(Spectator) {1} : {2}"
        "Cstrike_Chat_All"    "{1} : {2}"
        "Cstrike_Chat_AllDead"    "*DEAD* {1} : {2}"
        "Cstrike_Chat_AllSpec"    "*SPEC* {1} : {2}"
    
}
    
    
"l4d"
    
{
        
"L4D_Chat_Infected"    "(Infected) {1} : {2}"
        "L4D_Chat_Survivor"    "(Survivor) {1} : {2}"
        "L4D_Chat_Infected_Dead"    "*DEAD*(Infected) {1} : {2}"
        "L4D_Chat_Survivor_Dead"    "*DEAD*(Survivor) {1} : {2}"
        "L4D_Chat_Spec"    "(Spectator) {1} : {2}"
        "L4D_Chat_All"    "{1} : {2}"
        "L4D_Chat_AllDead"    "*DEAD* {1} : {2}"
        "L4D_Chat_AllSpec"    "*SPEC* {1} : {2}"
    
}
    
    
"l4d2"
    
{
        
"L4D_Chat_Infected"    "(Infected) {1} : {2}"
        "L4D_Chat_Survivor"    "(Survivor) {1} : {2}"
        "L4D_Chat_Infected_Dead"    "*DEAD*(Infected) {1} : {2}"
        "L4D_Chat_Survivor_Dead"    "*DEAD*(Survivor) {1} : {2}"
        "L4D_Chat_Spec"    "(Spectator) {1} : {2}"
        "L4D_Chat_All"    "{1} : {2}"
        "L4D_Chat_AllDead"    "*DEAD* {1} : {2}"
        "L4D_Chat_AllSpec"    "*SPEC* {1} : {2}"
    
}
    
    
"tf"
    
{
        
"TF_Chat_Team_Loc"    "(TEAM) {1} : {2}"
        "TF_Chat_Team"    "(TEAM) {1} : {2}"
        "TF_Chat_Team_Dead"    "*DEAD*(TEAM) {1} : {2}"
        "TF_Chat_Spec"    "(Spectator) {1} : {2}"
        "TF_Chat_All"    "{1} : {2}"
        "TF_Chat_AllDead"    "*DEAD* {1} : {2}"
        "TF_Chat_AllSpec"    "*SPEC* {1} : {2}"
        "TF_Chat_Coach"    "(Coach) {1} : {2}"
    
}

You don't have the config installed. Get the zip from first post and use the included custom-chatcolors.cfg then customise it to your needs.
__________________
PBFliX is offline
condolent
AlliedModders Donor
Join Date: Jan 2016
Location: gc_sLocation;
Old 07-09-2017 , 12:02   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1333

Any way to combine this with sourcebans? Like using sourcebans admin-groups to set which tag they should get. I heard it's possible with normal Admin groups, at the very least
__________________
condolent is offline
Kammi_
AlliedModders Donor
Join Date: Dec 2007
Old 08-12-2017 , 12:54   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1334

Game: CS:S

Problem:

The mysql module is not working

Code:
sm_who
    Name                     Benutzername       Admin-Zugriff
 1. NoobTV                                      none
 2. 【ツ】 Kammi_         Kammi_             root
Code:
  rcon sm plugins info simple-chatprocessor
  Filename: simple-chatprocessor.smx
  Title: Simple Chat Processor (Redux) (Process chat and allows other plugins to manipulate chat.)
  Author: Simple Plugins, Mini
  Version: 2.1.0
  URL: http://forums.alliedmods.net
  Status: running
  Timestamp: 08/10/2016 14:31:17
  Hash: 0c726809829155302fcdc3b0e659e32e
Code:
  rcon sm plugins info custom-chatcolors
  Filename: custom-chatcolors.smx
  Title: [Source 2013] Custom Chat Colors (Processes chat and provides colors for Source 2013 games)
  Author: Dr. McKay
  Version: 3.1.0
  URL: http://www.doctormckay.com
  Status: running
  Timestamp: 08/30/2014 00:25:41
  Hash: 3f4a96df48fe3321bea1552bc877109e


custom-chatcolors-mysql-dump
Code:
"admin_colors"
{
	"Admins"
	{
		"flag"		"z"
		"tag"		"[DN'S] ADMIN"
		"tagcolor"		"#f70216"
		"namecolor"		"#00CCFF"
		"textcolor"		"#66f202"
	}
}


when i write it to the cfg everything works fine but i need the mysql modul
__________________



Kammi_ is offline
Send a message via ICQ to Kammi_
JaimeF
Junior Member
Join Date: Dec 2014
Old 08-27-2017 , 14:07   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1335

Has anyone worked out how to get this and the menu plugin working together nicely?

I'm trying to set it up so that admins get a tag and chat colours with this plugin, and are able to change their chat colours with the chat colours menu plugin.

I've tried using the offical MySQL plugin, which worked the best but not quite right. It'd always default to the chat colours set in the cccm_users table, unless I set the chat colours in custom-chatcolors.cfg.

It didn't matter what I set them to, if I set them there they'd use the colours in the custom_chatcolors table. Problem was that you couldn't change the chat colours after that using the menu.

Let me know if more info is needed, it's 4am here and I'm going to bed.
__________________
JaimeF is offline
armis12
Junior Member
Join Date: Feb 2017
Location: Birmingham UK
Old 08-29-2017 , 18:45   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1336

I'm having big trouble with this plugin on CSGO. I installed simple chat processor, didn't work, then I installed chat processor master, still didn't work I tried using rgb colours instead of Hex colours I have no clue what else to try.

"admin_colors"
{
"STEAM_0:0:173973317" //Envy

{

"tag" "[OWNER] ʍɘ ٠ "

"tagcolor" "#EFEEEE"

"namecolor" "#8E959B"

"textcolor" "#EFEEEE"

}
"STEAM_0:0:207258372" //Raiin

{

"tag" "[Manager] ʍɘ ٠ "

"tagcolor" "#A4F751"

"namecolor" "#A4F751"

"textcolor" "#A4F751"

}
"STEAM_0:1:58877819" //Elo

{

"tag" "[Manager] ʍɘ ٠ "

"tagcolor" "#2AFF00"

"namecolor" "#E800FF"

"textcolor" "#C0C0C0"

}
"STEAM_0:0:24044787" //Mira

{

"tag" "[OWNER] ʍɘ ٠ "

"tagcolor" "#000000"

"namecolor" "#FF0000"

"textcolor" "#FF0000"
}
}


Urgent Help needed.
armis12 is offline
armis12
Junior Member
Join Date: Feb 2017
Location: Birmingham UK
Old 08-29-2017 , 18:48   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1337

Quote:
Originally Posted by armis12 View Post
I'm having big trouble with this plugin on CSGO. I installed simple chat processor, didn't work, then I installed chat processor master, still didn't work I tried using rgb colours instead of Hex colours I have no clue what else to try.

"admin_colors"
{
"STEAM_0:0:173973317" //Envy

{

"tag" "[OWNER] ʍɘ ٠ "

"tagcolor" "#EFEEEE"

"namecolor" "#8E959B"

"textcolor" "#EFEEEE"

}
"STEAM_0:0:207258372" //Raiin

{

"tag" "[Manager] ʍɘ ٠ "

"tagcolor" "#A4F751"

"namecolor" "#A4F751"

"textcolor" "#A4F751"

}
"STEAM_0:1:58877819" //Elo

{

"tag" "[Manager] ʍɘ ٠ "

"tagcolor" "#2AFF00"

"namecolor" "#E800FF"

"textcolor" "#C0C0C0"

}
"STEAM_0:0:24044787" //Mira

{

"tag" "[OWNER] ʍɘ ٠ "

"tagcolor" "#000000"

"namecolor" "#FF0000"

"textcolor" "#FF0000"
}
}


Urgent Help needed.
New to this website the right file is in the attachment. Please help me out. Thank You
Attached Files
File Type: cfg custom-chatcolors.cfg (3.2 KB, 301 views)
armis12 is offline
WeDoItLive
Member
Join Date: Mar 2015
Old 08-30-2017 , 09:26   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1338

From the first post:
Quote:
This also works on CS:GO, but only "T", "G", and "O" codes can be used.

Update: I'm getting reports that colors don't work on CS:GO when alive. This is a shame, but this plugin doesn't officially support CS:GO. Don't expect it to be fixed.
WeDoItLive is offline
Vaggelis
Senior Member
Join Date: May 2017
Old 08-30-2017 , 10:09   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1339

Quote:
Originally Posted by armis12 View Post
I'm having big trouble with this plugin on CSGO. I installed simple chat processor, didn't work, then I installed chat processor master, still didn't work I tried using rgb colours instead of Hex colours I have no clue what else to try.

"admin_colors"
{
"STEAM_0:0:173973317" //Envy

{

"tag" "[OWNER] ʍɘ ٠ "

"tagcolor" "#EFEEEE"

"namecolor" "#8E959B"

"textcolor" "#EFEEEE"

}
"STEAM_0:0:207258372" //Raiin

{

"tag" "[Manager] ʍɘ ٠ "

"tagcolor" "#A4F751"

"namecolor" "#A4F751"

"textcolor" "#A4F751"

}
"STEAM_0:1:58877819" //Elo

{

"tag" "[Manager] ʍɘ ٠ "

"tagcolor" "#2AFF00"

"namecolor" "#E800FF"

"textcolor" "#C0C0C0"

}
"STEAM_0:0:24044787" //Mira

{

"tag" "[OWNER] ʍɘ ٠ "

"tagcolor" "#000000"

"namecolor" "#FF0000"

"textcolor" "#FF0000"
}
}


Urgent Help needed.
Use this https://forums.alliedmods.net/showpo...postcount=1047
Vaggelis is offline
armis12
Junior Member
Join Date: Feb 2017
Location: Birmingham UK
Old 08-31-2017 , 17:20   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1340

Quote:
Originally Posted by Vaggelis View Post
Can you give me an example in the custom chat colours cfg. I installed it doesnt seem to work. The file is attached. And also what chat processor do I use with it ? because the updated simple chat processor link is broken.

Thanks for the help
Attached Files
File Type: cfg custom-chatcolors.cfg (3.1 KB, 305 views)
armis12 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 17:07.


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