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

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


Post New Thread Reply   
 
Thread Tools Display Modes
PinHeaDi
Senior Member
Join Date: Jul 2013
Location: Bulgaria
Old 02-23-2018 , 12:18   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #231

PHP Code:
L 02/23/2018 19:12:09: [SMException reportedClient index 5724 is invalid
L 02
/23/2018 19:12:09: [SMBlamingChatProcessor/chat-processor.smx
L 02
/23/2018 19:12:09: [SMCall stack trace:
L 02/23/2018 19:12:09: [SM]   [0IsClientInGame
L 02
/23/2018 19:12:09: [SM]   [1Line 373E:\Google Drive\Projects\Sourcemod\Public\Chat-Processor\scripting\chat-processor.sp::Frame_OnChatMessage_SayText2
L 02
/23/2018 19:12:40: [SMException reportedClient index 5724 is invalid
L 02
/23/2018 19:12:40: [SMBlamingChatProcessor/chat-processor.smx
L 02
/23/2018 19:12:40: [SMCall stack trace:
L 02/23/2018 19:12:40: [SM]   [0IsClientInGame
L 02
/23/2018 19:12:40: [SM]   [1Line 373E:\Google Drive\Projects\Sourcemod\Public\Chat-Processor\scripting\chat-processor.sp::Frame_OnChatMessage_SayText2
L 02
/23/2018 19:13:18: [SMException reportedClient index 5724 is invalid
L 02
/23/2018 19:13:18: [SMBlamingChatProcessor/chat-processor.smx
L 02
/23/2018 19:13:18: [SMCall stack trace:
L 02/23/2018 19:13:18: [SM]   [0IsClientInGame
L 02
/23/2018 19:13:18: [SM]   [1Line 373E:\Google Drive\Projects\Sourcemod\Public\Chat-Processor\scripting\chat-processor.sp::Frame_OnChatMessage_SayText2
L 02
/23/2018 19:13:59: [SMException reportedClient index 5724 is invalid
L 02
/23/2018 19:13:59: [SMBlamingChatProcessor/chat-processor.smx
L 02
/23/2018 19:13:59: [SMCall stack trace:
L 02/23/2018 19:13:59: [SM]   [0IsClientInGame
L 02
/23/2018 19:13:59: [SM]   [1Line 373E:\Google Drive\Projects\Sourcemod\Public\Chat-Processor\scripting\chat-processor.sp::Frame_OnChatMessage_SayText2
L 02
/23/2018 19:14:02: [SMException reportedClient index 5724 is invalid
L 02
/23/2018 19:14:02: [SMBlamingChatProcessor/chat-processor.smx
L 02
/23/2018 19:14:02: [SMCall stack trace:
L 02/23/2018 19:14:02: [SM]   [0IsClientInGame
L 02
/23/2018 19:14:02: [SM]   [1Line 373E:\Google Drive\Projects\Sourcemod\Public\Chat-Processor\scripting\chat-processor.sp::Frame_OnChatMessage_SayText2
L 02
/23/2018 19:14:08: [SMException reportedClient index 5724 is invalid
L 02
/23/2018 19:14:08: [SMBlamingChatProcessor/chat-processor.smx
L 02
/23/2018 19:14:08: [SMCall stack trace:
L 02/23/2018 19:14:08: [SM]   [0IsClientInGame
L 02
/23/2018 19:14:08: [SM]   [1Line 373E:\Google Drive\Projects\Sourcemod\Public\Chat-Processor\scripting\chat-processor.sp::Frame_OnChatMessage_SayText2 
__________________
PinHeaDi is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 02-23-2018 , 17:25   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #232

Quote:
Originally Posted by andrept4 View Post
Alive people can't read Dead people chat, no error. sv_deadtalk 1
You have to enable it with the convar that's built into the plugin now which is: sm_chatprocessor_deadchat
Drixevel is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 02-23-2018 , 17:42   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #233

Update for 2.1.2
  1. Added a userid check for the frame delay.
  2. Enabled deadchat to on by default.

Last edited by Drixevel; 02-23-2018 at 17:42.
Drixevel is offline
Caaine
Member
Join Date: Oct 2013
Old 02-25-2018 , 04:57   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #234

hi Drixevel

most Plugins (chat output) not working anymore when Chat-Processor installed.

Game: CSGO
Plugins:
GameMe
Anticamp CS:S and CS:GO from Stachi
and other

can you help?

greetz
Caaine

Last edited by Caaine; 02-25-2018 at 15:35.
Caaine is offline
SHOUBI
Junior Member
Join Date: Aug 2017
Old 02-26-2018 , 14:29   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #235

seems my autoresponder (https://forums.alliedmods.net/showthread.php?p=1520759) plugin remains broken since i ve installed this.
Hope Game Me Stats will works @Caaine
SHOUBI is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 02-27-2018 , 19:22   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #236

Quote:
Originally Posted by SHOUBI View Post
seems my autoresponder (https://forums.alliedmods.net/showthread.php?p=1520759) plugin remains broken since i ve installed this.
Hope Game Me Stats will works @Caaine
Currently testing to see if I can find the bug related to this. Your plugin is perfect for helping fix this bug so thank you for that.
Drixevel is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 03-05-2018 , 19:11   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #237

Update 2.1.3
  • Updated most of the plugin to the latest syntax.
  • Added a patch by Bara to add a ConVar which enables or disables GOTV support.
  • Cleaned up a bit as usual.

I'm still working on testing for a possible fix for the current SayText2 function which causes other plugins using SayText to cease functioning for their SayText2 usage specifically.
Drixevel is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 03-05-2018 , 19:50   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #238

Update 2.1.4
  • Fixed SayText2 usage in other plugins.
  • Disabled half of the test-messages plugin since server operators download and use it for no reason.

Last edited by Drixevel; 03-05-2018 at 19:51.
Drixevel is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 03-06-2018 , 13:41   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #239

Great plugin!

Just have a doubt, suggestion, could put option for the TAG in the score too, in some games would welcome this.
paulo_crash is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 03-06-2018 , 13:46   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #240

Quote:
Originally Posted by paulo_crash View Post
Great plugin!

Just have a doubt, suggestion, could put option for the TAG in the score too, in some games would welcome this.
That would be a separate plugin.
Drixevel 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 20:12.


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