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

[Source 2013] Custom Chat Colors


Post New Thread Reply   
 
Thread Tools Display Modes
Nanochip
Senior Member
Join Date: Jan 2014
Old 08-19-2015 , 13:54   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1111

Quote:
Originally Posted by Svenn View Post
What color code thingy does this plugin use for TF2?
Sorry if it is a dumb question
Hex codes #RRGGBB
http://colorpicker.com
__________________
Nanochip is offline
psewolf
Junior Member
Join Date: Aug 2015
Old 08-20-2015 , 15:02   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1112

Whenever it's installed, the tags work but at random, some msgs send multiple times, but the occurnace is random, not rank based. Meaning. I could send a msg and only 2 out of the 4 players would see that chat quadrupled.
psewolf is offline
OldFashion
Junior Member
Join Date: Aug 2015
Old 08-21-2015 , 17:07   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1113

Colors arent working, I swapped the .sp file with the one that mitchel said should work, But it doesn't. Tags are white, But only with a preffix, Meaning someone saying "[admin]taze: hi" The admin is not colored where as "*dead*[admin] Taze: hi" the admin part is white. This is for CSGO. All the tags work. I can't get colors to work though.


Code:
{
		"flag"				"z"							<--	This is the flag(s) assoicated with the group.  This field doesn't matter if the group name is a steamid
		"tag"				"[Founder]"					<--	This is the text for the tag
		"tagcolor"		"{01}"						<--	This is the color for the tag
		"namecolor"		"{0B}"						<--	This is the color for the name
		"textcolor"		"{01}"						<--	This is the color of the text
	}
	"Council"
	{
		"flag"				"i"							<--	This is the flag(s) assoicated with the group.  This field doesn't matter if the group name is a steamid
		"tag"				"[Council]"					<--	This is the text for the tag
		"tagcolor"		"{04}"						<--	This is the color for the tag
		"namecolor"		"{0B}"						<--	This is the color for the name
		"textcolor"		"{01}"						<--	This is the color of the text
	}
	"Admin"
	{
		"flag"				"r"							<--	This is the flag(s) assoicated with the group.  This field doesn't matter if the group name is a steamid
		"tag"				"[Admin]"					<--	This is the text for the tag
		"tagcolor"		"{02}"						<--	This is the color for the tag
		"namecolor"		"{0B}"						<--	This is the color for the name
		"textcolor"		"{01}"						<--	This is the color of the text
	}
	"Mod"
	{
		"flag"				"s"							<--	This is the flag(s) assoicated with the group.  This field doesn't matter if the group name is a steamid
		"tag"				"[Mod]"					<--	This is the text for the tag
		"tagcolor"		"{07}"						<--	This is the color for the tag
		"namecolor"		"{0B}"						<--	This is the color for the name
		"textcolor"		"{01}"						<--	This is the color of the text
	}
	"Donator"
	{
		"flag"				"t"							<--	This is the flag(s) assoicated with the group.  This field doesn't matter if the group name is a steamid
		"tag"				"[Donator]"					<--	This is the text for the tag
		"tagcolor"		"{10}"						<--	This is the color for the tag
		"namecolor"		"{0B}"						<--	This is the color for the name
		"textcolor"		"{01}"						<--	This is the color of the text
	}
	"Regular"
	{
		"flag"				"o"							<--	This is the flag(s) assoicated with the group.  This field doesn't matter if the group name is a steamid
		"tag"				"[Regular]"					<--	This is the text for the tag
		"tagcolor"		"{03}"						<--	This is the color for the tag
		"namecolor"		"{0B}"						<--	This is the color for the name
		"textcolor"		"{01}"						<--	This is the color of the text
	}

Last edited by OldFashion; 08-21-2015 at 17:10.
OldFashion is offline
Advokat
Member
Join Date: Mar 2014
Location: Australia
Old 08-22-2015 , 23:39   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1114

Quote:
Originally Posted by Dr. McKay View Post
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.
As listed in the initial post. Bit sad, I know.
Advokat is offline
misterG
Senior Member
Join Date: May 2015
Location: Romania
Old 09-11-2015 , 06:40   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1115

After last update, this is not working on tf2. Last metamod version and sm 1.7.3 5227
__________________
misterG is offline
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 09-11-2015 , 07:37   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1116

Quote:
Originally Posted by misterG View Post
After last update, this is not working on tf2. Last metamod version and sm 1.7.3 5227
http://www.sourcemod.net/snapshots.php

Get the latest one.
Maxximou5 is offline
DJ Data
SourceMod Donor
Join Date: Dec 2012
Location: Switzerland
Old 09-11-2015 , 10:07   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1117

Quote:
Originally Posted by Maxximou5 View Post
Thats not what he meant..
Either way, i really hope this gets fixed soon!
__________________
SourcePawn Coding Level: Novice

Last edited by DJ Data; 09-11-2015 at 10:11.
DJ Data is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 09-11-2015 , 10:17   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1118

Quote:
Originally Posted by DJ Data View Post
Thats not what he meant..
Either way, i really hope this gets fixed soon!
The problem was with SM, updating SM will fix this plugin.
__________________
asherkin is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 09-11-2015 , 10:24   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1119

Quote:
Originally Posted by Advokat View Post
As listed in the initial post. Bit sad, I know.
But... they work fine when players are alive...
try using this: https://forums.alliedmods.net/showpo...postcount=1047

Quote:
Originally Posted by OldFashion View Post
Colors arent working, I swapped the .sp file with the one that mitchel said should work, But it doesn't. Tags are white, But only with a preffix, Meaning someone saying "[admin]taze: hi" The admin is not colored where as "*dead*[admin] Taze: hi" the admin part is white. This is for CSGO. All the tags work. I can't get colors to work though.
You most likely did not compile my plugin, i've added the compiled .smx to the post, so just download that and replace the custom-chatcolors.smx with custom-chatcolors-csgo.smx in your plugins folder. Make sure your config is valid also, from what you pasted it could be done wrong. If you cannot still get it working post your entire config. (excluding comments at the top)

Last edited by Mitchell; 09-11-2015 at 10:41.
Mitchell is offline
DJ Data
SourceMod Donor
Join Date: Dec 2012
Location: Switzerland
Old 09-11-2015 , 10:53   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1120

Quote:
Originally Posted by asherkin View Post
The problem was with SM, updating SM will fix this plugin.
Really? I guess i should have dragged more than just the metamod folder out of the new SM zip.
Thanks!
__________________
SourcePawn Coding Level: Novice
DJ Data 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:14.


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