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

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


Post New Thread Reply   
 
Thread Tools Display Modes
Mitchell
~lick~
Join Date: Mar 2010
Old 09-03-2019 , 15:44   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #301

Quote:
Originally Posted by Tenchuu1987 View Post
@Drixevel



Please Update your plugin and hold it up 2 date. Thanks!
On behalf of Drixevel I'm going to take offense to the second part of your post "hold it up 2 date". If you're implying that he should spend all his free time maintaining a plugin then you're pretty scummy to request that.

The plugin is open-source, you can always help by contributing your time and effort, which wouldn't sum up much seeing that the error you posted has nothing to do with this plugin.

Please read your error before demanding an update.

Last edited by Mitchell; 09-03-2019 at 15:44.
Mitchell is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 09-03-2019 , 19:36   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #302

Quote:
Originally Posted by Tenchuu1987 View Post
@Drixevel



Please Update your plugin and hold it up 2 date. Thanks!
This error is not related to Chat-Process, but to Simple Chat Processor (Redux).

His fix has already been posted to the plugin thread here.

https://forums.alliedmods.net/showpo...&postcount=413
paulo_crash is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 09-04-2019 , 09:13   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #303

Added the following text to the main thread since I see this issue pop up frequently:

:: WARNING ::
This plugin is NOT meant to be ran alongside Simple Chat Processor(SCP) therefore you should either pick that SayText2 plugin or this one. Keep in mind that the plugin cp-scp-wrapper is meant to be a plugin which replicates SCP's API for plugins but for use with Chat-Processor instead.

Quote:
Originally Posted by Tenchuu1987 View Post
@Drixevel



Please Update your plugin and hold it up 2 date. Thanks!
nice meme

Quote:
Originally Posted by Mitchell View Post
On behalf of Drixevel I'm going to take offense to the second part of your post "hold it up 2 date". If you're implying that he should spend all his free time maintaining a plugin then you're pretty scummy to request that.

The plugin is open-source, you can always help by contributing your time and effort, which wouldn't sum up much seeing that the error you posted has nothing to do with this plugin.

Please read your error before demanding an update.
Thank you friend. If anybody has issues with the plugins then they can post those in the Github issues panel. They can also send pull requests if they would like to update the code.
Drixevel is offline
Ejziponken
AlliedModders Donor
Join Date: Apr 2008
Old 09-05-2019 , 14:10   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #304

When used with:
https://forums.alliedmods.net/showthread.php?p=2458429

I get empty line when a word is blocked:
https://gyazo.com/5bbf959b3975725622979cc741a7bb23
Ejziponken is offline
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
Tenchuu1987
Member
Join Date: Sep 2019
Old 09-06-2019 , 13:05   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #306

Quote:
L 09/06/2019 - 19:04:13: [SM] Exception reported: Fatal error creating dynamic native!
L 09/06/2019 - 19:04:13: [SM] Blaming: chat-processor.smx
L 09/06/2019 - 19:04:13: [SM] Call stack trace:
L 09/06/2019 - 19:04:13: [SM] [0] CreateNative
L 09/06/2019 - 19:04:13: [SM] [1] Line 76, chat-processor.sp::AskPluginLoad2
L 09/06/2019 - 19:04:13: [SM] Failed to load plugin "chat-processor.smx": unexpected error 23 in AskPluginLoad callback.
Some idea? Compiling without any issue ...

Source Line 76 :

Quote:
CreateNative("ChatProcessor_GetFlagFormatStri ng", Native_GetFlagFormatString);

Last edited by Tenchuu1987; 09-06-2019 at 13:07.
Tenchuu1987 is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 09-06-2019 , 13:23   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #307

Quote:
Originally Posted by Tenchuu1987 View Post
Some idea? Compiling without any issue ...

Source Line 76 :
Is there supposed to have a space in the native's name?

"ChatProcessor_GetFlagFormatStri ng"
Mitchell is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 09-16-2019 , 23:50   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #308

Update 2.1.1
  • Added a stripping function for the tags.
  • Updated the include file to add some comments.
Drixevel is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 09-17-2019 , 19:04   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #309

Quote:
Originally Posted by Drixevel View Post
Update 2.1.1
  • Added a stripping function for the tags.
  • Updated the include file to add some comments.
I am using this version and I am getting the following error:
Code:
L 09/17/2019 - 19:00:11: [SM] Failed to load plugin "chat-processor.smx": Unable to load plugin (no debug string table).
I use the latest version of SourceMod 1.9 available for download from the site.

Last edited by paulo_crash; 09-17-2019 at 19:05.
paulo_crash is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 09-17-2019 , 21:25   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #310

Quote:
Originally Posted by paulo_crash View Post
I am using this version and I am getting the following error:
Code:
L 09/17/2019 - 19:00:11: [SM] Failed to load plugin "chat-processor.smx": Unable to load plugin (no debug string table).
I use the latest version of SourceMod 1.9 available for download from the site.
Because it was compiled with SM 1.10, and requires 1.10 on the server to run.
You could recompile using 1.9 compiler
Mitchell 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 07:39.


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