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

[Any] Chat-Processor (Replacement for Simple Chat Processor)


Post New Thread Reply   
 
Thread Tools Display Modes
Ejziponken
AlliedModders Donor
Join Date: Apr 2008
Old 11-15-2018 , 01:09   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #281

Quote:
L 11/15/2018 - 07:00:08: [SM] Blaming: custom-chatcolors-cp.smx
L 11/15/2018 - 07:00:08: [SM] Call stack trace:
L 11/15/2018 - 07:00:08: [SM] [0] CreateNative
L 11/15/2018 - 07:00:08: [SM] [1] Line 49, custom-chatcolors-cp.sp::AskPluginLoad2
L 11/15/2018 - 07:00:08: [SM] Failed to load plugin "custom-chatcolors-cp.smx": unexpected error 23 in AskPluginLoad callback.
Ejziponken is offline
NanoC
Veteran Member
Join Date: Jan 2016
Location: Argentina
Old 11-15-2018 , 09:31   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #282

it means that you have another plugin called like that, or another plugin doing the same as that too
__________________
NanoC is offline
Send a message via Skype™ to NanoC
Finn1337
Member
Join Date: Jan 2016
Location: Mars
Old 11-15-2018 , 12:33   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #283

Is there a way to get this to work with Store by Zephyrus [1.1 - 03.01.2016], and if so, how? I want to use it for the name tags, name colors and message colors in the store.
__________________
Finn1337 is offline
Cruze
Veteran Member
Join Date: May 2017
Old 11-15-2018 , 13:25   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #284

Quote:
Originally Posted by Finn1337 View Post
Is there a way to get this to work with Store by Zephyrus [1.1 - 03.01.2016], and if so, how? I want to use it for the name tags, name colors and message colors in the store.
https://github.com/Bara/Store
__________________
Taking paid private requests! Contact me
Cruze is offline
Unban
Junior Member
Join Date: Jul 2011
Location: Lithuania
Old 11-18-2018 , 12:58   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #285

Plugin works fine. Thank you very much.

Last edited by Unban; 11-19-2018 at 15:55.
Unban is offline
Send a message via Skype™ to Unban
SemBoonstra_
New Member
Join Date: Dec 2018
Old 12-13-2018 , 12:10   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #286

https://imgur.com/a/OHJrF6M
I do have that the of the hex code begins with #
anyone have a idea for what I'm doing wrong?

Last edited by SemBoonstra_; 12-13-2018 at 12:11.
SemBoonstra_ is offline
Am3riCan0
Junior Member
Join Date: May 2015
Old 01-02-2019 , 05:22   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #287

Hello. Plugin works fine!
But i have a question how to remove this • in front of group [admin] or [vip] ?
Screen to look.

http://oi66.tinypic.com/2cgg8p5.jpg

Last edited by Am3riCan0; 01-02-2019 at 05:23.
Am3riCan0 is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 01-02-2019 , 06:07   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #288

Quote:
Originally Posted by Am3riCan0 View Post
Hello. Plugin works fine!
But i have a question how to remove this • in front of group [admin] or [vip] ?
Screen to look.

http://oi66.tinypic.com/2cgg8p5.jpg
thats not normal and look in this file: addons/sourcemod/configs/custom-chatcolors.cfg

Last edited by freak.exe_uLow; 01-02-2019 at 06:07.
freak.exe_uLow is offline
Am3riCan0
Junior Member
Join Date: May 2015
Old 01-02-2019 , 07:45   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #289

Quote:
Originally Posted by freak.exe_uLow View Post
thats not normal and look in this file: addons/sourcemod/configs/custom-chatcolors.cfg
I didn't change anything.

It looks like this :
Code:
//		Custom Chat Colors is written by Dr. McKay (http://www.doctormckay.com) (Updated for Chat-Processor)
//		Simple Chat Colors (Redux) is written by Antithasys
//		The configuration is very similar, so I've stolen Redux's documentation :P
//		
//		How to edit this file:
//		"admin_colors"										<--	Leave this alone
//		{																<--	Add all groups/steamids after first bracket (Leave this alone)
//																			
//			"STEAM_0:1:1234567"						<--	Here is a steamid example with a tag (don't duplicate steamids)
//			{
//				"namecolor"		"#RRGGBB"						<--	This is the color for the name (#RRGGBB in hex notation or #RRGGBBAA with alpha)
//				"textcolor"		"#RRGGBBAA"						<--	This is the color of the text
//			}
//
//			"groupname"											<--	This can either be a steamid for a specific player, or a group name
//			{															<--	Open the group
//				"flag"				"z"							<--	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"		"O"						<--	This is the color for the tag
//				"namecolor"		"G"						<--	This is the color for the name
//				"textcolor"		"T"						<--	This is the color of the text
//			}															<--	Close the group
//		}																<--	Add all groups/steamids before last bracket (Leave this alone)
//
//		NOTE:
//		If you don't enter a steamid then the group name does not matter, it's just for your reference.
//
//		For colors, either a hex notation of a color (#RRGGBB or #RRGGBBAA) or one of the supported shortcuts (O - Olive, G - Green, T - Team) is required
//
//		--------ORDER OF OPERATIONS--------
//		
//		The order in which you place items in the config file matters.  Here is what determins what color they get:
//		1. SteamID
//			If there is a steamid present, it will always override everything.  If you put a steamid in twice
//			then the first entry (top to bottom) will be used. (I think, just don't do it!)
//		2. Groups
//			The plugin will search (top to bottom) for a postitive match for the flag string.  The player' flags
//			will be compared with the group flag character (NOTE: only one flag per group! "a" is okay, "ab" is NOT),
//			and if the player has the flag, it will stop there.
//			For example. Admins with the "ad" flags and donators with the "a" flag.  If you place the "a" flag group
//			above the "d" group then the admin will get the "a" colors. Order matters.
//
//		---------DO NOT EDIT ABOVE THIS LINE---------
"admin_colors"
{
	"Admin"
	{
		"flag"				"z"
		"tag"				"[Admin] "
		"tagcolor"			"O"
	}
	
	"Mod"
	{
		"flag"				"b"
		"tag"				"[Mod] "
		"tagcolor"			"G"
	}
	
	"VIP"
	{
		"flag"				"a"
		"tag"				"[VIP] "
		"tagcolor"			"T"
	}
}
Am3riCan0 is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 01-02-2019 , 09:43   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #290

Quote:
Originally Posted by Am3riCan0 View Post
I didn't change anything.

It looks like this :
Code:
//		Custom Chat Colors is written by Dr. McKay (http://www.doctormckay.com) (Updated for Chat-Processor)
//		Simple Chat Colors (Redux) is written by Antithasys
//		The configuration is very similar, so I've stolen Redux's documentation :P
//		
//		How to edit this file:
//		"admin_colors"										<--	Leave this alone
//		{																<--	Add all groups/steamids after first bracket (Leave this alone)
//																			
//			"STEAM_0:1:1234567"						<--	Here is a steamid example with a tag (don't duplicate steamids)
//			{
//				"namecolor"		"#RRGGBB"						<--	This is the color for the name (#RRGGBB in hex notation or #RRGGBBAA with alpha)
//				"textcolor"		"#RRGGBBAA"						<--	This is the color of the text
//			}
//
//			"groupname"											<--	This can either be a steamid for a specific player, or a group name
//			{															<--	Open the group
//				"flag"				"z"							<--	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"		"O"						<--	This is the color for the tag
//				"namecolor"		"G"						<--	This is the color for the name
//				"textcolor"		"T"						<--	This is the color of the text
//			}															<--	Close the group
//		}																<--	Add all groups/steamids before last bracket (Leave this alone)
//
//		NOTE:
//		If you don't enter a steamid then the group name does not matter, it's just for your reference.
//
//		For colors, either a hex notation of a color (#RRGGBB or #RRGGBBAA) or one of the supported shortcuts (O - Olive, G - Green, T - Team) is required
//
//		--------ORDER OF OPERATIONS--------
//		
//		The order in which you place items in the config file matters.  Here is what determins what color they get:
//		1. SteamID
//			If there is a steamid present, it will always override everything.  If you put a steamid in twice
//			then the first entry (top to bottom) will be used. (I think, just don't do it!)
//		2. Groups
//			The plugin will search (top to bottom) for a postitive match for the flag string.  The player' flags
//			will be compared with the group flag character (NOTE: only one flag per group! "a" is okay, "ab" is NOT),
//			and if the player has the flag, it will stop there.
//			For example. Admins with the "ad" flags and donators with the "a" flag.  If you place the "a" flag group
//			above the "d" group then the admin will get the "a" colors. Order matters.
//
//		---------DO NOT EDIT ABOVE THIS LINE---------
"admin_colors"
{
	"Admin"
	{
		"flag"				"z"
		"tag"				"[Admin] "
		"tagcolor"			"O"
	}
	
	"Mod"
	{
		"flag"				"b"
		"tag"				"[Mod] "
		"tagcolor"			"G"
	}
	
	"VIP"
	{
		"flag"				"a"
		"tag"				"[VIP] "
		"tagcolor"			"T"
	}
}
do you use a other Tag Menu Plugin? can you send me your plugin list?
freak.exe_uLow is offline
Reply


Thread Tools
Display Modes

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 08:29.


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