View Single Post
Mitchell
~lick~
Join Date: Mar 2010
Old 09-05-2019 , 18:25   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #305

Quote:
Originally Posted by Ejziponken View Post
I looked at the plugin you posted, it's pretty old but this kind of jumped out at me:
Code:
public Action:CP_OnChatMessage(&client, Handle:recipients, String:flag[], String:name[], String:message[], bool & bProcessColors, bool & bRemoveColors) {
	bProcessColors = false;
	OnChatMessage(client, recipients, name, message);
}
I think it should have a "return OnChatMessage" instead of returning default continue.
The chat filter seems pretty complex so it's hard to tell without setting up a test environment to track the issue.
Mitchell is offline