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

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


Post New Thread Reply   
 
Thread Tools Display Modes
Sw33T3R
AlliedModders Donor
Join Date: Mar 2014
Old 06-29-2017 , 08:38   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #161

Plugin is not working properly (sm_chatprocessor_deadchat)
Living player cant see dead player msg
Sw33T3R is offline
hmmmmm
Great Tester of Whatever
Join Date: Mar 2017
Location: ...
Old 06-29-2017 , 19:17   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #162

Yea it's been like that for a while, the way it checks CSGO deadtalk isn't correct
For temporary fix change line 228 from:
iDeadTalk = GetConVarInt(convar_DeadTalk);
to:
iDeadTalk = GetConVarInt(convar_DeadTalk) + 1;

And to clarify, the plugin uses the sv_deadtalk ConVar in CS:GO rather than the sm_chatprocessor_deadchat ConVar which is why changing the value didn't do anything.

Last edited by hmmmmm; 06-29-2017 at 19:22.
hmmmmm is offline
lay295
Senior Member
Join Date: Sep 2013
Old 06-29-2017 , 22:34   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #163

You could just change sv_deadtalk to 2 so you don't have to recompile the plugin.
__________________

lay295 is offline
8guawong
AlliedModders Donor
Join Date: Dec 2013
Location: BlackMarke7
Old 06-29-2017 , 22:35   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #164

so sv_deadtalk 2 to have alive see dead player's chat
and anything less than 2 to not have alive player see dead player's chat?
8guawong is offline
hmmmmm
Great Tester of Whatever
Join Date: Mar 2017
Location: ...
Old 06-30-2017 , 00:23   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #165

Didn't even know sv_deadtalk went up to 2, but plugin should be fixed anyway since usually sv_deadtalk is either set to 0 or 1, having it not work on 1 is bit confusing

Last edited by hmmmmm; 06-30-2017 at 00:24.
hmmmmm is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 07-01-2017 , 11:22   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #166

https://github.com/Drixevel/Chat-Processor

Updated to 2.0.9, deadchat probably still isn't amazing but it should be more liberal now. (I also fixed a weird color bug for CSGO)
Drixevel is offline
ichiballs
Member
Join Date: Oct 2016
Old 07-07-2017 , 06:13   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #167

What do i have to change so dead people can see what alive are saying?
ichiballs is offline
ichiballs
Member
Join Date: Oct 2016
Old 07-09-2017 , 14:09   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #168

Dead players cant see what alive are saying, can i change that?
ichiballs is offline
andrept4
Senior Member
Join Date: Dec 2012
Location: Portugal
Old 07-27-2017 , 11:38   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #169

Plugin doesn't load xD

Code:
L 07/27/2017 - 16:34:48: [SM] Error (line 0, column 0): Stream failed to open
L 07/27/2017 - 16:34:48: [SM] Exception reported: Config file missing
L 07/27/2017 - 16:34:48: [SM] Blaming: custom-chatcolors-cp.smx
L 07/27/2017 - 16:34:48: [SM] Call stack trace:
L 07/27/2017 - 16:34:48: [SM]   [0] SetFailState
L 07/27/2017 - 16:34:48: [SM]   [1] Line 82, custom-chatcolors-cp.sp::LoadConfig
L 07/27/2017 - 16:34:48: [SM]   [2] Line 71, custom-chatcolors-cp.sp::OnPluginStart
L 07/27/2017 - 16:34:48: [SM] Unable to load plugin "custom-chatcolors-cp.smx": Error detected in plugin startup (see error logs)
__________________
andrept4 is offline
Hydrooxygen
Junior Member
Join Date: Oct 2014
Old 08-15-2017 , 08:45   Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)
Reply With Quote #170

Is there a way to use this with the Custom Chat colours plugin to replace scp
Hydrooxygen 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 22:12.


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