Raised This Month: $32 Target: $400
 8% 

[Source 2013] Custom Chat Colors


Post New Thread Reply   
 
Thread Tools Display Modes
Hoto Cocoa
Senior Member
Join Date: Jun 2018
Location: Somewhere
Old 03-10-2019 , 01:22   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1371

Can someone make a database version?
Hoto Cocoa is offline
JoinedSenses
Senior Member
Join Date: Sep 2013
Old 03-10-2019 , 10:13   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1372

Custom Chat Colors menu uses ccc as its base and stores player prefs in a db.
__________________
JoinedSenses is offline
Ejziponken
AlliedModders Donor
Join Date: Apr 2008
Old 04-17-2019 , 22:49   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1373

I have a weird problem with this plugin. Im using Mitchells CSGO version. And its not working correctly. If I give my self reserved slot the VIP tag or colors does NOT work. But if I give my self Z in sourcebans it does give me the admin tag and colors.

The really weird part is that if I use the command sm_reloadccc it works with VIP tag and colors.. But if I restart the server, it stops working again until i use sm_reloadccc...


My flags:
Code:
 2. krEJZi                                      res
My config:
Code:
"admin_colors"
{
	"admins"
	{
		"flag"				"c"
		"tag"               "[Admin] "
		"tagcolor"          "{02}"
		"namecolor"			"{0B}"
		"textcolor"			"{0A}"
	}
	"vip"
	{
		"flag"				"a"
		"tag"               "[VIP] "
		"tagcolor"          "{10}"
		"namecolor"			"{06}"
		"textcolor"			"{0D}"
	}
}
If I remove "admins" the VIP works.

Plugins loaded:
Code:
09 "Simple Chat Processor (Redux)" (2.1.0) by Simple Plugins, Mini
15 "[Source 2013] Custom Chat Colors" (3.1.2-CSGO) by Dr. McKay | Mitchell

Last edited by Ejziponken; 04-17-2019 at 23:34.
Ejziponken is offline
FluffyDoggo
New Member
Join Date: Aug 2019
Location: U.K.
Old 08-02-2019 , 14:26   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1374

I tried installing both CCC and SCP, but when i do "sm plugins refresh", CCC sent this code:
Code:
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
  Error: Could not find required plugin "scp"
FluffyDoggo is offline
Allower
Senior Member
Join Date: Sep 2013
Location: SourceEngine
Old 09-12-2019 , 06:06   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1375

Quote:
Originally Posted by FluffyDoggo View Post
I tried installing both CCC and SCP, but when i do "sm plugins refresh", CCC sent this code:
Code:
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
  Error: Could not find required plugin "scp"
Try this https://forums.alliedmods.net/showpo...&postcount=413
__________________
Allower is offline
Dubswitcher
Junior Member
Join Date: Jun 2020
Old 06-24-2020 , 08:36   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1376

New to AlliedModders. Needed to make an account to post my issue.

I have this installed on my unusual items trade server. Issue is, if I have the mod activated, messages occasionally get doubled or tripled. I'm not sure what could be causing this at all. I had simple chat filter and simple chat colors in but I removed them.


EDIT - I do not know what happened, but it stopped. All I did was "sm plugins reload simple-chatprocessor" and "sm plugins reload custom-chatcolors" and it just stayed normal from there. I double checked that the plugin was up to date by comparing it with the last version uploaded.

Last edited by Dubswitcher; 06-26-2020 at 17:18.
Dubswitcher is offline
enderandrew
Senior Member
Join Date: Jun 2020
Old 06-28-2020 , 01:02   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1377

Quote:
Originally Posted by P4R4DiSi4C View Post
Hello guys,
I needed this plugin to work with the file: admin-groups and colors for CS:GO since it wasn't working when I set the SteamID and basing on the flags isn't that good...

So I took Mitchell modified version (for csgo colors) and this version (that takes groups instead of flags) and I compiled it, and it's working fine:

Mitchell with only csgo colors:
https://forums.alliedmods.net/showpo...postcount=1047

Nanochip with only based groups:
https://forums.alliedmods.net/showpo...postcount=1308

So you can remove anything related to flags in your config and use this .smx and don't forget to make your groups in: admin-groups.cfg

Credits to: Mitchell, Nanochip and Dr. McKay

Regards
The original plugin, and this modified one both fail to compile on SM 1.10 and SM 1.11 throwing the same error initially.

Code:
C:\tf2_server\tf\addons\sourcemod\scripting>spcomp custom-chatcolors.sp
SourcePawn Compiler 1.11.0.6574
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2018 AlliedModders LLC

custom-chatcolors.sp(269) : error 181: function argument named 'recipients' differs from prototype

1 Error.
The line number changes if it is the original or modified, but both are failing here:

Code:
public Action:OnChatMessage(&author, Handle:recipients, String:name[], String:message[]) {
enderandrew is offline
vn_lind
Member
Join Date: Jul 2017
Old 10-11-2020 , 02:50   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1378

Hello , how can i change the color for the chat between admins ?



i think it should be done by the custom-chatcolors.cfg but i dont know the exact settings

i have in that file :


Code:
"admin_colors"
{

		"rootadmins"
	{
		"flag"			"z"
		"tag"			"(-HEAD*ADMIN-) "
		"tagcolor"			"#01a2ff"
		"namecolor"			"#ff0155"
		"textcolor"			"#00ff78"
	}
	"admins"
	{
		"flag"			"q"
		"tag"			"(-ADMIN-) "
		"tagcolor"			"#1e00ff"
		"namecolor"			"#ff0000"
		"textcolor"			"#00ff00"
	}

anybody knows ?

Last edited by vn_lind; 10-11-2020 at 02:50.
vn_lind is offline
pebn
New Member
Join Date: Sep 2021
Old 09-08-2021 , 03:02   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1379

Is the download link broken? can't seem to get anywhere when i click it.
pebn is offline
pebn
New Member
Join Date: Sep 2021
Old 09-08-2021 , 05:20   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1380

Quote:
Originally Posted by pebn View Post
Is the download link broken? can't seem to get anywhere when i click it.
Nevermind, it worked when i tried to download it through internet explorer instead of chrome.
pebn 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 02:29.


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