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

[Source 2013] Custom Chat Colors


Post New Thread Reply   
 
Thread Tools Display Modes
Mitchell
~lick~
Join Date: Mar 2010
Old 06-06-2016 , 16:53   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1231

Quote:
Originally Posted by Soul Eater View Post
Its my Steam ID, also can you possibly help me find out where to put the ""?
You don't need to define your steamid, aslong as you have the "z" flag set to you then you will have that tag. All your tags need quotes around them. All text needs to be enclosed within double quotes.
should look like this

Last edited by Mitchell; 06-06-2016 at 16:55.
Mitchell is offline
ddhoward
Veteran Member
Join Date: May 2012
Location: California
Old 06-06-2016 , 16:57   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1232

I helped him privately over Steam, pretty sure we got everything worked out.
__________________
ddhoward is offline
Tabajara 7.7
Junior Member
Join Date: Apr 2013
Location: Brazil
Old 06-06-2016 , 20:30   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1233

Do you have other plugin that would still works on Source 2007 games? The other 'Redux' doesn't work on the game that I have a server on. I'm looking around the forums and searching for every decent plugin to make it works but I can't find a proper one. Do you have any suggestions?

Cheers!

Last edited by Tabajara 7.7; 06-06-2016 at 20:35.
Tabajara 7.7 is offline
tuan206
Member
Join Date: May 2016
Old 06-09-2016 , 19:48   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1234

Is there anyway to use mitchells CCC version with cksurf?
tuan206 is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 06-09-2016 , 20:17   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1235

Quote:
Originally Posted by tuan206 View Post
Is there anyway to use mitchells CCC version with cksurf?
my version is very similiar on how the original one works, however im not sure what cksurf actually does, or how the char processor handles two plugins trying to change the tag/colors.
Mitchell is offline
tuan206
Member
Join Date: May 2016
Old 06-09-2016 , 20:26   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1236

Quote:
Originally Posted by Mitchell View Post
my version is very similiar on how the original one works, however im not sure what cksurf actually does, or how the char processor handles two plugins trying to change the tag/colors.
Cksurf uses geoip and has its own chat proccessor. In the cvars I disabled the cksurf chat processor but it still did not work. I disabled everything that is related to chat tags and it still doesn't work. Maybe its with the sp file
tuan206 is offline
The_Z_Dog
Junior Member
Join Date: Jun 2014
Old 06-12-2016 , 22:37   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1237

How is this kid bypassing the plugin overrides?
Anyone seen this before?
http://steamcommunity.com/sharedfile.../?id=701408674
The_Z_Dog is offline
condolent
AlliedModders Donor
Join Date: Jan 2016
Location: gc_sLocation;
Old 06-16-2016 , 15:20   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1238

I can't seem to manage to make 2 players with the same flag have 2 different tags.
I have an admin (z-flag) and a try-admin (b-flag) and config like this:
Code:
"STEAM_0:0:3997033"
	{
	    "tag"               "[Try-Admin] "
	    "tagcolor"          "{10}"
	    "namecolor"         "{09}"
	}
	
	"Try-Admin"
	{
		"flag"				"b"
	    "tag"               "[Try-Admin] "
	    "tagcolor"          "{10}"
	    "namecolor"         "{09}"
	    "textcolor"         ""
	}
	
	"STEAM_0:1:22454069"
	{
		"tag"				"[Admin] "
		"tagcolor"			"{02}"
		"namecolor"			"{07}"
	}
	
	"STEAM_0:0:38439947"
	{
		"tag"				"[Admin] "
		"tagcolor"			"{02}"
		"namecolor"			"{07}"
		"textcolor"			""
	}
	
	"Admin"
	{
		"flag"				"z"
		"tag"				"[ADMIN] "
		"tagcolor"          "{02}"
		"namecolor"			"{07}"
		"textcolor"			""
	}
But everyone now get's the try-admin tag..

NOTE: It's on CSGO using Mitchell's version

Last edited by condolent; 06-16-2016 at 15:22.
condolent is offline
misterG
Senior Member
Join Date: May 2015
Location: Romania
Old 06-16-2016 , 15:46   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1239

Quote:
Originally Posted by condolent View Post
I can't seem to manage to make 2 players with the same flag have 2 different tags.
I have an admin (z-flag) and a try-admin (b-flag) and config like this:
Code:
"STEAM_0:0:3997033"
	{
	    "tag"               "[Try-Admin] "
	    "tagcolor"          "{10}"
	    "namecolor"         "{09}"
	}
	
	"Try-Admin"
	{
		"flag"				"b"
	    "tag"               "[Try-Admin] "
	    "tagcolor"          "{10}"
	    "namecolor"         "{09}"
	    "textcolor"         ""
	}
	
	"STEAM_0:1:22454069"
	{
		"tag"				"[Admin] "
		"tagcolor"			"{02}"
		"namecolor"			"{07}"
	}
	
	"STEAM_0:0:38439947"
	{
		"tag"				"[Admin] "
		"tagcolor"			"{02}"
		"namecolor"			"{07}"
		"textcolor"			""
	}
	
	"Admin"
	{
		"flag"				"z"
		"tag"				"[ADMIN] "
		"tagcolor"          "{02}"
		"namecolor"			"{07}"
		"textcolor"			""
	}
But everyone now get's the try-admin tag..

NOTE: It's on CSGO using Mitchell's version
Of course, if you put first the Try-admin everyone with b flag or more than b will have that. You must put first the "Admin" field in the config, and steam ids should be always above any flagged-ones in the config.
__________________
misterG is offline
condolent
AlliedModders Donor
Join Date: Jan 2016
Location: gc_sLocation;
Old 06-16-2016 , 15:51   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1240

Quote:
Originally Posted by misterG View Post
Of course, if you put first the Try-admin everyone with b flag or more than b will have that. You must put first the "Admin" field in the config, and steam ids should be always above any flagged-ones in the config.
Guess you meant having it this way:
Code:
	"STEAM_0:1:22454069"
	{
		"tag"				"[Admin] "
		"tagcolor"			"{02}"
		"namecolor"			"{07}"
	}
	
	"STEAM_0:0:38439947"
	{
		"tag"				"[Admin] "
		"tagcolor"			"{02}"
		"namecolor"			"{07}"
		"textcolor"			""
	}
	
	"Admin"
	{
		"flag"				"z"
		"tag"				"[ADMIN] "
		"tagcolor"          "{02}"
		"namecolor"			"{07}"
		"textcolor"			""
	}
	
	"STEAM_0:0:3997033"
	{
	    "tag"               "[Try-Admin] "
	    "tagcolor"          "{10}"
	    "namecolor"         "{09}"
	}
	
	"Try-Admin"
	{
		"flag"				"b"
	    "tag"               "[Try-Admin] "
	    "tagcolor"          "{10}"
	    "namecolor"         "{09}"
	    "textcolor"         ""
	}
Now all 3 users has the admin-tag

Last edited by condolent; 06-16-2016 at 15:51.
condolent 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 18:08.


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