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

Simple Chat Processor


Post New Thread Reply   
 
Thread Tools Display Modes
Horsedick
AlliedModders Donor
Join Date: Sep 2011
Old 09-15-2012 , 19:29   Re: Simple Chat Processor
Reply With Quote #71

Quote:
Originally Posted by MPQC View Post
In CSS this doesn't happen -> users are given an "this text contains an illegal character" message, and the text is blocked. But, as far as stopping it goes, why not use REGEX, look for something matching that pattern, and remove it?
Its not in CSS this is in TF2 but its something in the processor that needs to be adjusted - rather that be done than adding something else to load for prevention. Being honest here I have no idea what to adjust so its a matter of the creator to chime in on it or someone else to point out what to change in the code. Valve created the option however with this loaded its being exploited which isn't good.
Horsedick is offline
ph
AlliedModders Donor
Join Date: Mar 2006
Old 09-18-2012 , 10:48   Re: Simple Chat Processor
Reply With Quote #72

Quote:
Originally Posted by TnTSCS View Post
I tried that, was hoping the author would post an official one in the OP... anyways... I added csgo to the enums... it works with the attached files... not all colors work, just FYI... I upped the version number by .1

use http://www.quickdiff.com/ to check the diff
Do you have a list of color codes for CSGO that do work?
__________________

Last edited by ph; 09-18-2012 at 10:50.
ph is offline
wtfaatp
Senior Member
Join Date: Jul 2010
Old 09-18-2012 , 11:42   Re: Simple Chat Processor
Reply With Quote #73

Quote:
Originally Posted by ph View Post
Do you have a list of color codes for CSGO that do work?
{green} {olive} {default}
__________________
SourceMod : 1.10.0 (Official) | MetaMod : 1.10.7 (Official)
Server : NFOservers - Windows

Last edited by wtfaatp; 09-18-2012 at 11:44.
wtfaatp is offline
ph
AlliedModders Donor
Join Date: Mar 2006
Old 09-18-2012 , 13:58   Re: Simple Chat Processor
Reply With Quote #74

Quote:
Originally Posted by KratosMafia View Post
So it works but I get this


FF3333[Owner] KratosMafia : 0000EEanoying

[code]
"STEAM_1:1:13544022"
{
"tag" "[Owner] "
"namecolor" "#FF3333"
"textcolor" "#0000EE"
}
[code]

This is exactly what happens under cs:go
__________________
ph is offline
chrissiapfel
Junior Member
Join Date: Apr 2012
Old 10-09-2012 , 08:52   Re: Simple Chat Processor
Reply With Quote #75

you can do Phrases for HL2DM?
chrissiapfel is offline
FaTony
Veteran Member
Join Date: Aug 2008
Old 10-15-2012 , 13:49   Re: Simple Chat Processor
Reply With Quote #76

There is a bug on line 235 where you create 1 unitialized cell. Change:
PHP Code:
new Handle:cpRecipients CreateArray(11); 
to:
PHP Code:
new Handle:cpRecipients CreateArray(); 
EDIT:
Quote:
Last Activity: 10th Apr 2012 05:20
Aww, I think this should be unapproved until Antithasys returns to forums and someone should take over and continue maintaining this plugin or write new one.
__________________

Last edited by FaTony; 10-15-2012 at 22:50.
FaTony is offline
thetwistedpanda
Good Little Panda
Join Date: Sep 2008
Old 10-16-2012 , 00:51   Re: Simple Chat Processor
Reply With Quote #77

As the plugin still operates correctly, despite the minor error, there's no reason to unapprove it just because the author isn't available.
__________________
thetwistedpanda is offline
FaTony
Veteran Member
Join Date: Aug 2008
Old 10-16-2012 , 00:54   Re: Simple Chat Processor
Reply With Quote #78

Quote:
Originally Posted by thetwistedpanda View Post
As the plugin still operates correctly, despite the minor error, there's no reason to unapprove it just because the author isn't available.
Ok, I'll put temporary (I hope) workaround in my plugin.
__________________
FaTony is offline
11530
Veteran Member
Join Date: Sep 2011
Location: Underworld
Old 10-16-2012 , 01:08   Re: Simple Chat Processor
Reply With Quote #79

Quote:
Originally Posted by thetwistedpanda View Post
As the plugin still operates correctly, despite the minor error, there's no reason to unapprove it just because the author isn't available.
You mean apart from the error that's been spamming everyone's logs for over a year?
__________________
11530 is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 10-16-2012 , 09:26   Re: Simple Chat Processor
Reply With Quote #80

Quote:
Originally Posted by 11530 View Post
You mean apart from the error that's been spamming everyone's logs for over a year?
Isn't the reason FaTony reported it to be unapproved, which is what thetwistedpanda was replying to.
__________________
asherkin 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 01:15.


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