PDA

View Full Version : Chat Filter v0.4 (2/27)


chundo
05-21-2008, 13:54
Chat Filter v0.4 (2/27)

NOTE: VERSION 0.3 REQUIRES SOURCEMOD 1.1!

Chat Filter is a configurable chat text filter that I created after looking for a more flexible and entertaining version of swear_replacement.

Features:

Chat Filter operates in three modes - replace the entire message with another phrase, censor just the keyword with another word/phrase, or block the message entirely (similar to other censor plugins). Where Chat Filter excels is its configurability:

Keywords and replacements can be grouped together, so you can create context-specific replacements. For example, you could set it to replace any anti-gay comments with "I quite enjoyed the locker room scenes in Top Gun."
Keywords can trigger other actions in addition to the normal replacement/blocking. For example, users can be automatically kicked, banned, set on fire, etc. when they trigger certain keywords.

Chat Filter adds a fun "word of the day" mode, where any user that types the word in chat gets a configurable command executed on them.
The original goal of this plugin was as much to provide amusement for players/admins as to block offensive messages, but it is also a very effective chat censor.

Configuration:

See the attached chatfilter.cfg for a configuration example. Note that when operating in mode 1, the "replace" value will replace the entire message, whereas in mode 2 the replace value will only replace the offending word. If no replacement values are specified, "****" will be used.

CVars:

sm_chatfilter_version - Plugin version.
sm_chatfilter_enable - 1 is on, 0 is off. (default 1)
sm_chatfilter_mode - 1 for replace, 2 for censor, 3 for block. (default 1)
sm_chatfilter_admins - Set to 1 to filter admin chat as well. (default 0)
sm_chatfilter_names - Set to 1 to filter player names as well. (default 0)
sm_chatfilter_limit - Maximum number of offenses before an additional action is taken on a player. 0 for off. (default 0)
sm_chatfilter_limit_action - The action to take on a player when they reach the repeat offender limit. This can be any SourceMod admin command ("sm_" prefix optional) that takes a user parameter. (default "gag")

Commands:

sm_chatfilter_setwordoftheday <phrase> <optional:action> <optional:replace>

Changes the "word of the day" (requires a section in chatfilter.cfg called "wordoftheday"). When a user uses this word in chat, the specified action will be executed on them, and their message will be replaced with the specified text.

sm_chatfilter_deletewordoftheday

Deletes the current word of the day.

Installing:

chatfilter.smx -> addons/sourcemod/plugins/
chatfilter.sp -> addons/sourcemod/scripting/
chatfilter.cfg -> addons/sourcemod/configs/
chatfilter.phrases.txt -> addons/sourcemod/translations/
plugin.chatfilter.cfg (auto-created) -> cfg/sourcemod/

Changelog:

0.1 - Initial release
0.2 - Fixed case-insensitive replacements
- Fixed chat duplication in CS:S
- Added word-only replacement
0.3 - Fixed name replacement for all Orange Box games (using SM 1.1's SetClientInfo()). Due to how name change rate limits work in OB, if the user tries to change their name back to what it originally was, ChatFilter will not be able to change it again for awhile. Due to this issue, if you are concerned about offensive names, it is highly recommended that you set "sm_chatfilter_limit" to something other than 0, and "sm_chatfilter_limit_action" to "kick", which will result in them being kicked almost immediately if they revert to their original offensive name.
0.4 - Various array-length related fixes.

Credits:

Thanks to Hell Phoenix for his Swear Replacement plugin, which I borrowed a few ideas and pieces of code from.

Noobtastic
05-21-2008, 21:48
This is so awesome, I'm not going to install it right now because I neeeeeeed to sleeeeeeep. But just reading through the config made me laugh, great stuff.

Going to try this asap.

FunTF2Server
05-21-2008, 23:41
plugin works great.

for the lulz, I made it for anyone who says 'mccain' gets replaced with 'senile old man', anyone who says 'hillary' gets replaced with 'a bitch' and anyone who says 'obama' gets replaced with 'a negro'

then i went into my server when it was full and asked everyone who they were voting for president.

epic lulz ensued.

when one guy's chat got replaced to 'negro' after he said 'obama', I called him a racist, I said "omg rasist!!!!" and he was like "omg no I'm not the stupid thing replaced me"

so I then said in the chat "obama" and it didn't replace mine because I'm admin and I have admin replace set to 0. haha. And then everyone called him a racist and he left the server

DontWannaName
05-22-2008, 00:07
Thats always a good thing to do.

bl4nk
05-22-2008, 00:08
plugin works great.

for the lulz, I made it for anyone who says 'mccain' gets replaced with 'senile old man', anyone who says 'hillary' gets replaced with 'a bitch' and anyone who says 'obama' gets replaced with 'a negro'

then i went into my server when it was full and asked everyone who they were voting for president.

epic lulz ensued.

when one guy's chat got replaced to 'negro' after he said 'obama', I called him a racist, I said "omg rasist!!!!" and he was like "omg no I'm not the stupid thing replaced me"

so I then said in the chat "obama" and it didn't replace mine because I'm admin and I have admin replace set to 0. haha. And then everyone called him a racist and he left the server


How can I be like you?

FunTF2Server
05-22-2008, 04:41
more funs, i set it for anyone who says:
"sup"
"hey"
"hello"
"omg"

gets replaced with:
"how does i get this semens of my face?!"
"plz let me touch you gonad"
"call me i likes gay secks 1-320-720-3933" (my ex-gf's number)
"plz why does my peness get harded"

LMAO FOr The lULZ!

this will make a good april 1st mod for my server when it's april 1st, i will totally punk everyone

chundo
05-22-2008, 11:20
And you get repeat visitors to your server?

FunTF2Server
05-22-2008, 16:26
And you get repeat visitors to your server?

well no my server is usually empty, im trying to figure out why, its because it keeps crashing all the time

chundo
05-22-2008, 17:50
well no my server is usually empty, im trying to figure out why, its because it keeps crashing all the time

It may be related to calling your users racists. Just a wild guess.

Just to be clear to everyone else, the purpose of this plugin isn't to insult or offend innocent users, it's to turn the actual jerks into a source of amusement.

FunTF2Server
05-22-2008, 19:01
It may be related to calling your users racists. Just a wild guess.

Just to be clear to everyone else, the purpose of this plugin isn't to insult or offend innocent users, it's to turn the actual jerks into a source of amusement.

well people need to lighten up and learn to take a joke

dann
05-22-2008, 23:34
does this work on sentences or just if they type a single word?

chundo
05-23-2008, 02:40
Sentences should work fine too. Although I just realized that the comparison IS case sensitive, so be aware that capitalization has to be exact for it to match. I'll fix that in the next day or two.

imported_Anth0ny
05-23-2008, 04:00
nice work! =)
wery nice replacement for swear_replacement plugin.

FunTF2Server
05-23-2008, 04:29
Is there any way to make a new option for you can have it replace the actual word with another word, but keep the person's sentence? Instead of it writing something new entirely? Know what I mean?

Like if someone said "What the fuck" and your censored word was "fuck", then they would say "What the (replacement)" instead of "(replacement)"

see what i mean?

if not that's alright. but just an idea

Noobtastic
05-23-2008, 09:36
I don't think it's supposed to work like this, right?

http://jasper.onlydutch.com/screenshots/chat.jpg

It keeps showing the 'bad word', but just copies it and censors that one.

chundo
05-23-2008, 11:49
FunTF2Server: good idea, I'll add another replacement mode.

Noobtastic: hmm, it doesn't do that here. Maybe it's a bug with chat from dead users - does it happen when you're alive? If so, do you have any other chat-related plugins running?

Noobtastic
05-23-2008, 12:21
Noobtastic: hmm, it doesn't do that here. Maybe it's a bug with chat from dead users - does it happen when you're alive? If so, do you have any other chat-related plugins running?It happens to alive players as well, I'll check if other chat plugins are interfering.

chundo
05-23-2008, 12:38
After looking at the code again I'd bet that it's a conflict with another plugin. Unfortunately the "player_say" event doesn't work as I would think (bug report here (http://bugs.alliedmods.net/index.php?do=details&task_id=1700&string=player_say&project=5&search_name=&type%5B0%5D=&sev%5B0%5D=&pri%5B0%5D=&due%5B0%5D=&reported%5B0%5D=&cat%5B0%5D=&status%5B0%5D=open&percent%5B0%5D=&opened=&dev=&closed=&duedatefrom=&duedateto=&changedfrom=&changedto=&openedfrom=&openedto=&closedfrom=&closedto=)), so any chat modification has to be done through hooking the "say" and "say_team" commands and then recreating the chat message.

I could definitely see this causing chat duplication between two plugins - if that's the case let me know which one it is and I'll see where the problem is happening.

The other option of course is that it's a CS:S issue - I've only tested on TF2, but there shouldn't be any reason it wouldn't work for all Source games.

Noobtastic
05-23-2008, 15:49
I think it IS game related. I just checked the plugin on a server running these plugins:

01 "Admin File Reader" (1.0.0.1946) by AlliedModders LLC
02 "Country Filter" (1.1.1) by Knagg0
03 "SourceBans" by SteamFriends Development Team
04 "Simple warmod" (1.0.0.0) by Noobtastic
05 "Chat Filter" (0.1) by chundo

And it still showed the bad word first, and the censor second.

chundo
05-23-2008, 16:54
I'll try to get CS:S and test it out, thanks.

FunTF2Server
05-26-2008, 11:17
got the capitalization fixed yet? I want to make it for players can't say "f10" on my server, but it only works if they do the "f" in lowercase.

If I add another filter word with a capital "F" to be replaced, it cancels both out.

chundo
05-26-2008, 16:01
Yep, it's fixed - I'm waiting to see if the CS:S bug is fixed before another release. Here's a snapshot in the meantime.

FunTF2Server
05-26-2008, 16:16
Yep, it's fixed - I'm waiting to see if the CS:S bug is fixed before another release. Here's a snapshot in the meantime.
ty sir testing it now

chundo
05-26-2008, 19:45
New version out - fixes case-insensitive replacements, adds a word-only replacement feature, and as far as I can tell fixes Noobtastic's CS:S issue (actually I couldn't duplicate it here, but I had already changed the message targeting logic quite a bit, so I'm assuming that fixed it. Noobtastic, let me know if you still have that problem.)

chundo
05-27-2008, 12:49
Name filtering doesn't seem to work yet (at least on TF2). In fact, I can't get name changing to work at all in TF2 (with Super Commands, etc). Anyone have any insight? I'm just using ClientCommand(client, "name \"%s\"", name).

Confirmed that it works on CS:S.

raven_coda
05-27-2008, 16:11
If I add another catagory to the cfg will it just work or do I have to do something else to get it to work? This is great btw going to add it tonight.

chundo
05-27-2008, 18:25
It'll just work - the category names are for your reference when grouping things, they don't serve any function to the plugin (with the exception of "wordoftheday").

FunTF2Server
05-27-2008, 21:03
can't change people's names in TF2. they added protection for that for server owner's can't abuse their admin powers and screw people up.

one bug chundo. I can't get "F10" to be censored.

I have it set to censor "f10" and replace it with "i suck" but people can still type F10 and even f10, both cases without them being censored.

works fine for every other word, so I know it's not an error on my part.

maybe something in the code doesn't let letters and numbers together (F and 10) get censored?

idk

chundo
05-27-2008, 21:22
one bug chundo. I can't get "F10" to be censored.

Are you using the latest version from the first post (rather than the snapshot I posted upthread)? Both work fine with the latest version here, although there was a bug with that earlier.

FunTF2Server
05-28-2008, 04:15
Are you using the latest version from the first post (rather than the snapshot I posted upthread)? Both work fine with the latest version here, although there was a bug with that earlier.

hmm I'm not sure which one of those I'm using actually lol, which one shold I use?

chundo
05-28-2008, 10:49
0.2 from the main post.

Jamster
06-17-2008, 15:32
Just like to say this plugin rocks and thanks for making it.

One feature I would ADORE you for though is to filter on a player by player basis. So for example I want the user CheeseMcMonkey to get filtered only:
"cheesefilter"
{
"keyword" "hello"
"replace" "WHAT IS UP MY BRUTHAS"
"user" "CheeseMcMonkey [or steamid is probably better, maybe an option for either]"
}

Thanks man, if you can't then no worries but great work all the same.

Jamster
06-22-2008, 16:41
Apologies for the double post but I currently have a few problems.
It seems with the keywords it'll partially match the word. So say someone says "spice" they'll get called out on saying "spic". I set the filter to slay so I had one annoyed player today, haha.

Again, thanks for this plugin, it's much needed.

edit: also, I get some errors occasionally:

L 06/22/2008 - 14:26:26: Info (map "cp_dustbowl") (file "errors_20080622.log")
L 06/22/2008 - 14:26:26: [SM] Native "IsPlayerAlive" reported: Client 11 is not in game
L 06/22/2008 - 14:26:26: [SM] Debug mode is not enabled for "chatfilter.smx"
L 06/22/2008 - 14:26:26: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 13 on

I've enabled debugging so if it happens again I'll give you that.

crazychicken
06-22-2008, 23:04
when i try this plugin, the filter works but it filters everything u say once u activate it and once the punishment is reached for triggering it 3 times it doesnt start over and work again

chundo
06-22-2008, 23:35
Any errors in the logs? Post your config file please?

Jamster
06-23-2008, 08:56
Oh, apologies, I forgot my config, find attached.

chundo
06-23-2008, 11:46
Ah, the log request was for crazychicken, but thanks. Try this version Jamster.

Jamster
06-23-2008, 13:28
Excellent, that fixed the errors in the logs.
Also, I just realise with the filter really you do need partial matches don't you? Those players like to mix those words up a bit! I see that and it makes sense.

An option that might be handy would maybe be "keyword-match" or something similar, so it will match JUST that word with nothing else. So say I put "spic" in "keyword-match". Then people saying spice DON'T get booted but any racist on the server saying the word by itself or alone in a sentence WILL get booted.

Sorry if this is a bit of a pain to do, if it IS then I'll just remove it from the filter. Thanks for your time man.

edit: oh, did you add the "name" option?

chundo
06-23-2008, 15:04
edit: oh, did you add the "name" option?

Nope.

Jamster
06-23-2008, 15:35
hah, OK, no worries. Thanks for fixing it anyway. :]

colwulf
06-24-2008, 10:51
ok i am trying to set this up on my server... i have done the follwoing
Installed SMX to the /addons/sourcemod/plugins diorectory
installed the SP file to the /addons/sourcemod/scripting folder
installed the chatfiler.cfg file to /addons/sourcemod/configs
installed the phrs...txt. to the addons/sourcemod/translations

i am running DOD:s and the problem i am running in to is for the thing to work i have to manualy type in in consol at every map change sm_chatfilter_mode 3 mode 2 and 1 dont work...

here is my config setup
// This file was auto-generated by SourceMod (v1.0.1.2166)
// ConVars for plugin "chatfilter.smx"

// 1 to filter, 0 to bypass filter for admins.
// -
// Default: "0"
sm_chatfilter_admins "1"
// 1 to filter, 0 to bypass filter for console.
// -
// Default: "0"
sm_chatfilter_console "1"
// 1 is on, 0 is off.
// -
// Default: "1"
sm_chatfilter_enable "1"
// The number of times a player can be chatfiltered before additional action is taken.
// -
// Default: "0"
sm_chatfilter_limit "1"
// The action to take when a player reaches the chatfilter limit.
// -
// Default: "gag"
sm_chatfilter_limit_action "kick"
// 1 for replace, 2 for censor, 3 for block.
// -
// Default: "1"
sm_chatfilter_mode "3"
// Filter player names as well as chat. 1 is on, 0 is off.
// -
// Default: "0"
sm_chatfilter_names "1"
// Chat Filter version.
// -
// Default: "0.2"
sm_chatfilter_version "0.2"

and i dotn know why...
I have rebooted the server i have also edited the the chatfilter.cfg to be the following

"ChatFilter"
{
"racism"
{
"keyword" "nigger"
"keyword" "niga"
"keyword" "nigga"
"keyword" "gook"
"keyword" "spic"
"keyword" "spick"
"keyword" "chink"
"replace" "I should not be saying this on a G-Rated Server"
//"action" "slay"
}
"homophobia"
{
"keyword" "fag"
"keyword" "f@g"
"keyword" "dyke"
"replace" "I should not be saying this on a G-Rated Server"
//"action" "slay"
}
"foulwords"
{
"keyword" "ass"
"keyword" "shit"
"keyword" "fuck"
"keyword" "damn"
"keyword" "lamo"
"keyword" "wtf"
"keyword" "wth"
"keyword" "hell"
"keyword" "dam"
"keyword" "bastard"
"keyword" "retard"
"keyword" "retarded"
"keyword" "bitch"
"keyword" "cunt"
"replace" "I should not be saying this on a G-Rated Server"
"action" "slay"
}
"f10"
{
"keyword" "f10"
"replace" "I TOLD PEOPLE TO PRESS THE FUNCTION 10 BUTTON, PERMABAN ME PLEASE ADMINS, PEACE"
"action" "slay"
}
"wordoftheday"
{
"action" "enforcers"
"replace" "I found the word of the day!"
}
}

PLEASE HELP....

chundo
06-24-2008, 11:26
Do you have anything in your error logs? I haven't tested on DOD:S yet, but it should work fine on all Source games.

colwulf
06-24-2008, 11:59
i did not see any errors...

colwulf
06-24-2008, 13:10
dont know i guess it worked it self out cause it is now working... only on the Block tho...

colwulf
06-24-2008, 13:14
love the plugin by the way and thank you for your prompt responce....

Chaos Llama
06-28-2008, 14:52
This plugin doesnt work in "Zombie Master" (based off of hl2dm)

I get these errors in console when someone says something:


L 06/28/2008 - 14:51:19: [chatfilter.smx] Filtered chat - =GU= MasterMind : "badword" [1]
L 06/28/2008 - 14:51:19: [SM] Native "StartMessage" reported: Invalid message name: "SayText2"
L 06/28/2008 - 14:51:19: [SM] Debug mode is not enabled for "chatfilter.smx"
L 06/28/2008 - 14:51:19: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 15 on

chundo
06-30-2008, 12:21
I was under the impression that all HL2 mods supported that, but it looks like only CS:S and more recent games. I'll look into an alternative.

Chaos Llama
06-30-2008, 14:48
Also, the mod i tried this plugin on uses ep 1 engine.

raven_coda
07-23-2008, 12:23
Hey I just noticed "hello" gets filter because it has "hell" in it.
Can you adjust your filter so that it only gets the words in the list? Maybe have it look for [SPACE]word[SPACE]

chundo
07-23-2008, 21:05
Well, to keep it compatible with sourcemod 1.0.x, I can't use regular expressions, and looking for word boundaries (rather than just a space) is a bit of a pain without that.

You might be able to just add the spaces in your config to get the behavior you want; I don't think I strip them (but I don't have the code near to confirm right now.)

Lebson506th
08-01-2008, 17:37
Here's the warning message with Debug info

L 08/01/2008 - 16:35:00: [SM] Native "StartMessage" reported: Invalid message name: "SayText2"
L 08/01/2008 - 16:35:00: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 08/01/2008 - 16:35:00: [SM] [0] Line 199, /home/groups/sourcemod/compiler/include/usermessages.inc::StartMessageOne()
L 08/01/2008 - 16:35:00: [SM] [1] Line 592, /home/groups/alliedmodders/forums/files/3/7/8/0/7/27007.attach::CF_SayText()
L 08/01/2008 - 16:35:00: [SM] [2] Line 580, /home/groups/alliedmodders/forums/files/3/7/8/0/7/27007.attach::CF_PrintToChat()
L 08/01/2008 - 16:35:00: [SM] [3] Line 479, /home/groups/alliedmodders/forums/files/3/7/8/0/7/27007.attach::CF_CheckChat()
L 08/01/2008 - 16:35:00: [SM] [4] Line 427, /home/groups/alliedmodders/forums/files/3/7/8/0/7/27007.attach::CF_SayHandler()

Edit: For those of you getting this error, try this verison:

(Changed "SayText2" to "SayText")

Chaos Llama
08-13-2008, 01:46
Here's the warning message with Debug info

L 08/01/2008 - 16:35:00: [SM] Native "StartMessage" reported: Invalid message name: "SayText2"
L 08/01/2008 - 16:35:00: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 08/01/2008 - 16:35:00: [SM] [0] Line 199, /home/groups/sourcemod/compiler/include/usermessages.inc::StartMessageOne()
L 08/01/2008 - 16:35:00: [SM] [1] Line 592, /home/groups/alliedmodders/forums/files/3/7/8/0/7/27007.attach::CF_SayText()
L 08/01/2008 - 16:35:00: [SM] [2] Line 580, /home/groups/alliedmodders/forums/files/3/7/8/0/7/27007.attach::CF_PrintToChat()
L 08/01/2008 - 16:35:00: [SM] [3] Line 479, /home/groups/alliedmodders/forums/files/3/7/8/0/7/27007.attach::CF_CheckChat()
L 08/01/2008 - 16:35:00: [SM] [4] Line 427, /home/groups/alliedmodders/forums/files/3/7/8/0/7/27007.attach::CF_SayHandler()Edit: For those of you getting this error, try this verison:

(Changed "SayText2" to "SayText")

I did that edit and the plugin loaded but didnt censor any words.

EDIT: This plugin works on my The Hidden and PVK II servers, but not on my Zombie Master server.

willy1234x1
08-13-2008, 04:05
I've had zero problems with this plugin. I'd like a feature request though. Make some form of admin tag kicker/name changer. Where you have a list of steam ID's that are allowed to wear it and anyone else get's either kicked or their name changed to either not have the tag or to something you can set.

Jamster
08-30-2008, 21:41
I have a small request, if that's possible, could you possibly include the steamid of the user in the normal SM logs when it filters their text? This would help me a lot, I simply filter the bad messages but sift through the logs later to punish users.

Thanks.

RaideR
10-14-2008, 23:41
Tried today.
But I tried to put some russian bad words in it. Then changed coding of chatfilter.cfg to UTF-8 because russian was not supported in ANSI.
As result plugin firstly shows my swearing and then in the second chat message puts substitute.
Please help.

haderlump
10-15-2008, 03:41
Installing:

chatfilter.smx -> addons/sourcemod/plugins/
chatfilter.sp -> addons/sourcemod/scripting/
chatfilter.cfg -> addons/sourcemod/configs/
chatfilter.phrases.txt -> addons/sourcemod/translations/
plugin.chatfilter.cfg (auto-created) -> cfg/sourcemod/

this makes it appear like you need the .sp in /scripting
AND
the .smx in /plugins

...but the DL links say .smx OR .sp

Do we use the .sp if we are just installing the .smx and its cfg files?

Lebson506th
10-15-2008, 08:26
this makes it appear like you need the .sp in /scripting
AND
the .smx in /plugins

...but the DL links say .smx OR .sp

Do we use the .sp if we are just installing the .smx and its cfg files?

No, just the .smx

zhelev81
10-20-2008, 19:43
exellent plugin :) but to how do the replacment of nick to be random of all 6-7 i've set ??

Thank you

zhelev81
10-22-2008, 16:00
I got some errors in the log,how do we fix them ??


L 10/22/2008 - 14:34:55: SourceMod error session started
L 10/22/2008 - 14:34:55: Info (map "zm_hellarch") (file "errors_20081022.log")
L 10/22/2008 - 14:34:55: [chatfilter.smx] Name change failed for SeX^c0n7r0L {Tupuzite}
L 10/22/2008 - 16:39:39: SourceMod error session started
L 10/22/2008 - 16:39:39: Info (map "ze_echo_escape_b2") (file "errors_20081022.log")
L 10/22/2008 - 16:39:39: [chatfilter.smx] Name change failed for mama ne dava
L 10/22/2008 - 16:42:21: [chatfilter.smx] Name change failed for mama ne dava
L 10/22/2008 - 16:42:21: [chatfilter.smx] Name change failed for mama ne dava
L 10/22/2008 - 16:43:02: Error log file session closed.
L 10/22/2008 - 16:43:02: SourceMod error session started
L 10/22/2008 - 16:43:02: Info (map "zm_melong__sky2") (file "errors_20081022.log")
L 10/22/2008 - 16:43:02: [chatfilter.smx] Name change failed for mama ne dava
L 10/22/2008 - 17:17:08: Error log file session closed.
L 10/22/2008 - 17:30:48: SourceMod error session started
L 10/22/2008 - 17:30:48: Info (map "zm_endv2") (file "errors_20081022.log")
L 10/22/2008 - 17:30:48: [chatfilter.smx] Name change failed for SeX^c0n7roL { Tupuzite }
L 10/22/2008 - 17:32:25: [chatfilter.smx] Name change failed for `SeX^con7r0L { Tupuzite }
L 10/22/2008 - 17:32:25: [chatfilter.smx] Name change failed for `SeX^con7r0L { Tupuzite }
L 10/22/2008 - 17:38:28: [chatfilter.smx] Name change failed for `SeX^con7r0L { Tupuzite }
L 10/22/2008 - 17:40:08: [chatfilter.smx] Name change failed for SeX^ c0n7r0L{ Tupuzite }
L 10/22/2008 - 17:40:08: [chatfilter.smx] Name change failed for SeX^ c0n7r0L{ Tupuzite }
L 10/22/2008 - 17:47:45: Error log file session closed.
L 10/22/2008 - 17:47:45: SourceMod error session started
L 10/22/2008 - 17:47:45: Info (map "zm_4way_spacetunnel_idm_v1f") (file "errors_20081022.log")
L 10/22/2008 - 17:47:45: [chatfilter.smx] Name change failed for SeX^ c0n7r0L{ Tupuzite }
L 10/22/2008 - 17:48:25: [chatfilter.smx] Name change failed for SeX^ c0n7r0L{ Tupuzite }
L 10/22/2008 - 17:48:25: [chatfilter.smx] Name change failed for SeX^ c0n7r0L{ Tupuzite }
L 10/22/2008 - 18:19:18: Error log file session closed.
L 10/22/2008 - 19:33:33: SourceMod error session started
L 10/22/2008 - 19:33:33: Info (map "zm_melong_dow_unfire_b2") (file "errors_20081022.log")
L 10/22/2008 - 19:33:33: [chatfilter.smx] Name change failed for Dick
L 10/22/2008 - 19:33:34: [chatfilter.smx] Name change failed for Dick
L 10/22/2008 - 19:37:31: [chatfilter.smx] Name change failed for Dick
L 10/22/2008 - 19:47:25: [chatfilter.smx] Name change failed for Mega Huge Dick
L 10/22/2008 - 19:47:25: [chatfilter.smx] Name change failed for Mega Huge Dick
L 10/22/2008 - 19:52:49: Error log file session closed.
L 10/22/2008 - 19:52:50: SourceMod error session started
L 10/22/2008 - 19:52:50: Info (map "zm_cbglc_b3") (file "errors_20081022.log")
L 10/22/2008 - 19:52:50: [chatfilter.smx] Name change failed for Mega Huge Dick
L 10/22/2008 - 19:52:59: [chatfilter.smx] Name change failed for Mega Huge Dick
L 10/22/2008 - 19:52:59: [chatfilter.smx] Name change failed for Mega Huge Dick
L 10/22/2008 - 19:59:55: [chatfilter.smx] Name change failed for [Mangalia Zombie Infection]Dick
L 10/22/2008 - 19:59:56: [chatfilter.smx] Name change failed for [Mangalia Zombie Infection]Dick
L 10/22/2008 - 20:25:34: Error log file session closed.
L 10/22/2008 - 22:44:15: SourceMod error session started
L 10/22/2008 - 22:44:15: Info (map "zm_hellarch") (file "errors_20081022.log")
L 10/22/2008 - 22:44:15: [SM] Native "KickClient" reported: Client 13 is not connected
L 10/22/2008 - 22:44:15: [SM] Displaying call stack trace for plugin "showrules.smx":
L 10/22/2008 - 22:44:15: [SM] [0] Line 227, /home/groups/alliedmodders/forums/files/3/7/7/5/1/31536.attach::(null)()


some help pls :(

zhelev81
10-30-2008, 08:43
again error:

L 10/30/2008 - 07:39:08: Info (map "zm_roy_old_industrial") (file "errors_20081030.log")
L 10/30/2008 - 07:39:08: [chatfilter.smx] Number of action elements exceeds limit of 200
L 10/30/2008 - 07:39:08: [chatfilter.smx] Configuration parsing was truncated due to previous errors.
L 10/30/2008 - 07:49:07: [SM] Plugin encountered error 15: Array index is out of bounds
L 10/30/2008 - 07:49:07: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 10/30/2008 - 07:49:07: [SM] [0] Line 613, /home/groups/alliedmodders/forums/files/3/7/8/0/7/27007.attach:null)()
L 10/30/2008 - 07:49:07: [SM] [1] Line 350, /home/groups/alliedmodders/forums/files/3/7/8/0/7/27007.attach:null)()
L 10/30/2008 - 07:49:07: [SM] [2] Line 339, /home/groups/alliedmodders/forums/files/3/7/8/0/7/27007.attach:null)()
L 10/30/2008 - 07:49:10: [SM] Plugin encountered error 15: Array index is out of bounds
L 10/30/2008 - 07:49:10: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 10/30/2008 - 07:49:10: [SM] [0] Line 613, /home/groups/alliedmodders/forums/files/3/7/8/0/7/27007.attach:null)()
L 10/30/2008 - 07:49:10: [SM] [1] Line 350, /home/groups/alliedmodders/forums/files/3/7/8/0/7/27007.attach:null)()
L 10/30/2008 - 07:49:10: [SM] [2] Line 339, /home/groups/alliedmodders/forums/files/3/7/8/0/7/27007.attach::(null)()
L 10/30/2008 - 07:50:15: [SM] Plugin encountered error 15: Array index is out of bounds
L 10/30/2008 - 07:50:15: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 10/30/2008 - 07:50:15: [SM] [0] Line 613, /home/groups/alliedmodders/forums/files/3/7/8/0/7/27007.attach:null)()
L 10/30/2008 - 07:50:15: [SM] [1] Line 350, /home/groups/alliedmodders/forums/files/3/7/8/0/7/27007.attach:null)()
L 10/30/2008 - 07:50:15: [SM] [2] Line 335, /home/groups/alliedmodders/forums/files/3/7/8/0/7/27007.attach:null)()
L 10/30/2008 - 07:50:15: [SM] Plugin encountered error 15: Array index is out of bounds
L 10/30/2008 - 07:50:15: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 10/30/2008 - 07:50:15: [SM] [0] Line 613, /home/groups/alliedmodders/forums/files/3/7/8/0/7/27007.attach:null)()
L 10/30/2008 - 07:50:15: [SM] [1] Line 350, /home/groups/alliedmodders/forums/files/3/7/8/0/7/27007.attach:null)()
L 10/30/2008 - 07:50:15: [SM] [2] Line 339, /home/groups/alliedmodders/forums/files/3/7/8/0/7/27007.attach:null)()
L 10/30/2008 - 07:50:15: [SM] Plugin encountered error 15: Array index is out of bounds
L 10/30/2008 - 07:50:15: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 10/30/2008 - 07:50:15: [SM] [0] Line 613, /home/groups/alliedmodders/forums/files/3/7/8/0/7/27007.attach:null)()
L 10/30/2008 - 07:50:15: [SM] [1] Line 350, /home/groups/alliedmodders/forums/files/3/7/8/0/7/27007.attach:null)()
L 10/30/2008 - 07:50:15: [SM] [2] Line 339, /home/groups/alliedmodders/forums/files/3/7/8/0/7/27007.attach:null)()
L 10/30/2008 - 08:03:27: [SM] Plugin encountered error 15: Array index is out of bounds
L 10/30/2008 - 08:03:27: [SM] Displaying call stack trace for plugin "chatfilter.smx":

zhelev81
11-30-2008, 14:58
will anybody fix this errors ??

L 11/30/2008 - 21:42:02: SourceMod error session started
L 11/30/2008 - 21:42:02: Info (map "cs_assault") (file "errors_20081130.log")
L 11/30/2008 - 21:42:02: [chatfilter.smx] Name change failed for DrГјcke Niemals F10 в„ў

FearTX
12-01-2008, 20:17
Hey is there anyone with this working on SM 1.1? plugin is loaded, it did not create a cfg file we used one that came with it but it is not filtering/replacing text

zhelev81
12-01-2008, 22:14
Hey is there anyone with this working on SM 1.1? plugin is loaded, it did not create a cfg file we used one that came with it but it is not filtering/replacing text

yes i'm :

did you check that ?

CVars:

sm_chatfilter_version - Plugin version.
sm_chatfilter_enable - 1 is on, 0 is off. (default 1)
sm_chatfilter_mode - 1 for replace, 2 for censor, 3 for block. (default 1)
sm_chatfilter_admins - Set to 1 to filter admin chat as well. (default 0)
sm_chatfilter_names - Set to 1 to filter player names as well. (default 0)
sm_chatfilter_limit - Maximum number of offenses before an additional action is taken on a player. 0 for off. (default 0)
sm_chatfilter_limit_action - The action to take on a player when they reach the repeat offender limit. This can be any SourceMod admin command ("sm_" prefix optional) that takes a user parameter. (default "gag")

ignitor
01-02-2009, 17:25
Chundo,

Thank you for making this plugin! Unfortunately i have recently run into a problem with the plugin not working on my arena server. The only difference between the arena server and our other servers is that we run RTL (http://forums.alliedmods.net/showthread.php?t=76466).

Everything looks ok, sm_chatfilter_enable shows up as enabled (1) and it's using the same config and wordlist as our other servers.

Any thoughts?

chundo
01-04-2009, 03:28
Nope, sorry - we run the same configuration (arena with RTL) and it works fine. Anything in your console output or error logs?

zhelev81
01-04-2009, 06:17
Nope, sorry - we run the same configuration (arena with RTL) and it works fine. Anything in your console output or error logs?

many times I wrote about this errors :

L 01/03/2009 - 13:16:09: SourceMod error session started
L 01/03/2009 - 13:16:09: Info (map "zm_melong__sky2") (file "errors_20090103.log")
L 01/03/2009 - 13:16:09: [chatfilter.smx] Name change failed for Noobovete sa v trabite
L 01/03/2009 - 13:16:09: [chatfilter.smx] Name change failed for Noobovete sa v trabite
L 01/03/2009 - 13:19:19: [chatfilter.smx] Name change failed for koito e v trabata e noob
L 01/03/2009 - 13:19:19: [chatfilter.smx] Name change failed for koito e v trabata e noob
L 01/03/2009 - 13:21:38: Error log file session closed.
L 01/03/2009 - 13:21:38: SourceMod error session started
L 01/03/2009 - 13:21:38: Info (map "zm_melong_dow_unfire_b2") (file "errors_20090103.log")
L 01/03/2009 - 13:21:38: [chatfilter.smx] Name change failed for Noobovete sa v trabite
L 01/03/2009 - 13:21:38: [chatfilter.smx] Name change failed for koito e v trabata e noob
L 01/03/2009 - 13:21:42: [chatfilter.smx] Name change failed for koito e v trabata e noob
L 01/03/2009 - 13:21:42: [chatfilter.smx] Name change failed for koito e v trabata e noob
L 01/03/2009 - 13:21:42: [chatfilter.smx] Name change failed for Noobovete sa v trabite
L 01/03/2009 - 13:21:42: [chatfilter.smx] Name change failed for Noobovete sa v trabite
L 01/03/2009 - 13:48:45: Error log file session closed.
L 01/03/2009 - 15:17:01: SourceMod error session started
L 01/03/2009 - 15:17:01: Info (map "zm_citydefence_fixed") (file "errors_20090103.log")
L 01/03/2009 - 15:17:01: [chatfilter.smx] Name change failed for |Shit| koki girl ;)
L 01/03/2009 - 15:18:12: Error log file session closed.
L 01/03/2009 - 15:41:09: SourceMod error session started
L 01/03/2009 - 15:41:09: Info (map "zm_droptop_final") (file "errors_20090103.log")
L 01/03/2009 - 15:41:09: [chatfilter.smx] Name change failed for |Shit|koki Girl ;)
L 01/03/2009 - 15:41:09: [chatfilter.smx] Name change failed for |Shit|koki Girl ;)
L 01/03/2009 - 15:41:09: [chatfilter.smx] Name change failed for |Shit|koki Girl ;)
L 01/03/2009 - 15:52:35: Error log file session closed.
L 01/03/2009 - 16:18:52: SourceMod error session started
L 01/03/2009 - 16:18:52: Info (map "zm_hangum_high") (file "errors_20090103.log")
L 01/03/2009 - 16:18:52: [chatfilter.smx] Name change failed for fuck your mom
L 01/03/2009 - 16:18:52: [chatfilter.smx] Name change failed for fuck your mom
L 01/03/2009 - 16:27:40: Error log file session closed.
L 01/03/2009 - 16:27:41: SourceMod error session started
L 01/03/2009 - 16:27:41: Info (map "zm_cbglc_b3") (file "errors_20090103.log")
L 01/03/2009 - 16:27:41: [chatfilter.smx] Name change failed for fuck your mom
L 01/03/2009 - 16:27:53: [chatfilter.smx] Name change failed for fuck your mom
L 01/03/2009 - 16:27:53: [chatfilter.smx] Name change failed for fuck your mom
L 01/03/2009 - 16:58:28: Error log file session closed.
L 01/03/2009 - 23:01:43: SourceMod error session started
L 01/03/2009 - 23:01:43: Info (map "zm_droptop_final") (file "errors_20090103.log")
L 01/03/2009 - 23:01:43: [chatfilter.smx] Name change failed for d3aGle*AMFETA
L 01/03/2009 - 23:01:43: [chatfilter.smx] Name change failed for d3aGle*AMFETA
L 01/03/2009 - 23:22:54: Error log file session closed.
L 01/03/2009 - 23:22:54: SourceMod error session started
L 01/03/2009 - 23:22:54: Info (map "ze_echo_escape_b2") (file "errors_20090103.log")
L 01/03/2009 - 23:22:54: [chatfilter.smx] Name change failed for d3aGle*AMFETA
L 01/03/2009 - 23:23:08: [chatfilter.smx] Name change failed for d3aGle*AMFETA
L 01/03/2009 - 23:23:08: [chatfilter.smx] Name change failed for d3aGle*AMFETA
L 01/03/2009 - 23:44:25: [chatfilter.smx] Name change failed for d3aGle*AMFETA
L 01/03/2009 - 23:44:27: [chatfilter.smx] Name change failed for d3aGle*AMFETA
L 01/03/2009 - 23:44:27: [chatfilter.smx] Name change failed for d3aGle*AMFETA
L 01/03/2009 - 23:44:28: [chatfilter.smx] Name change failed for d3aGle*AMFETA
L 01/03/2009 - 23:44:30: [chatfilter.smx] Name change failed for d3aGle*AMFETA
L 01/03/2009 - 23:44:45: [chatfilter.smx] Name change failed for d3aGle*AMFETA
L 01/03/2009 - 23:54:46: Error log file session closed.


but nobody answer why :|

OziOn
01-06-2009, 18:51
How many replacement sentences can you add to category? Because I just finished adding quite alot to my config, and now it just repeats the first "replace" instead of going through all the others at random.

zhelev81
01-06-2009, 19:19
How many replacement sentences can you add to category? Because I just finished adding quite alot to my config, and now it just repeats the first "replace" instead of going through all the others at random.

I think no one cares about this plugin anymore,as u can see the creator doesn't answer at all

Crap
01-06-2009, 19:58
I think no one cares about this plugin anymore,as u can see the creator doesn't answer at all

The creator answered three posts above yours...

zhelev81
01-06-2009, 20:02
not on even one of my posts ,so it's counted like no answer :)

chundo
01-07-2009, 14:03
OziOn - the maximum number of replacements right now is 50. It should just stop adding them at 50 though, I'm not sure why it's only grabbing the first one for you. Anything in your logs?

chundo
01-07-2009, 14:04
zhelev81 -

Chill out. I've been on vacation for a few months, and you're not paying me for this, so work with what you've got or don't use it.

What game are you using? Name changing from the server is not allowed in many Source games (TF2, for example). To my knowledge it really only works with CS:S.

Lebson506th
01-07-2009, 14:42
SetClientInfo(client, "name", "NewName"); as on SM 1.1

Also, i did a quick modification for my own purposes, but a suggestion is that you put the Steam ID of the person whose chat is filtered in the logs.

zhelev81
01-07-2009, 14:51
zhelev81 -

Chill out. I've been on vacation for a few months, and you're not paying me for this, so work with what you've got or don't use it.

What game are you using? Name changing from the server is not allowed in many Source games (TF2, for example). To my knowledge it really only works with CS:S.

ok :) i'm sorry ... I was wrong ,well I tought that u don't care anymore for this nice thing u've created :) I have 2 CSS servers ,both of them with your plugin .

i'm sorry one more time :oops::oops::oops:

so why is that error ?

chundo
01-07-2009, 15:30
I've never actually played CS:S (I just used it for testing a long time ago), so the name-change thing was just something I hoped would work, but didn't really know about.

Do you have the SM client execute plugin installed? What happens if you type:

sm_exec <player> "name <newname>"

or:

sm_exec <player> "setinfo name <newname>"

(Not sure which syntax CS:S uses)

If the player console says something about server command blocked, then it is not possible anymore. Otherwise, let me know what happens.

zhelev81
01-07-2009, 15:36
Unknown command "sm_exec"

so u mean this will not allow the player to change name in game ?

if it's this i look for this since i use SM :)

what next ?

chundo
01-07-2009, 16:24
Oops, sorry, you should use "sm_cexec". It's a plugin - http://forums.alliedmods.net/showthread.php?p=513074

zhelev81
01-07-2009, 16:46
just install it and done ?


installed ... now what we do :) >?

Lebson506th
01-07-2009, 17:22
*sigh*

In CS:S, the command is name "newName" so the plugin SHOULD work, but i don't know

OziOn
01-08-2009, 09:01
OziOn - the maximum number of replacements right now is 50. It should just stop adding them at 50 though, I'm not sure why it's only grabbing the first one for you. Anything in your logs?
I couldn't find any error from this plugin in the logs. However, I counted the replaces I had in the config, and there were exactly 50 (maybe 51, if I counted wrong :P).
Anyway, I removed one and it's working like it should now.
Thanks for the support, chundo :)

chundo
01-08-2009, 13:51
*sigh*

In CS:S, the command is name "newName" so the plugin SHOULD work, but i don't know

Didn't see your first message, sorry. SetClientInfo() is new to 1.1, I see - is this a server-side override, or is it still subject to being blocked in TF2, etc?

Lebson506th
01-08-2009, 13:54
In all OB games SetClientInfo works fine.

Theoretically what you have should work in CS:S. I don't know why it doesn't.

BTW, the sigh was @ z for being impatient, not you =P

chundo
01-08-2009, 17:50
In all OB games SetClientInfo works fine.

Ah, great, I'll look into switching to that mechanism.

chundo
01-08-2009, 19:03
Ok, I think I got it fixed. If you're using SM 1.1 (REQUIRED FOR 0.3), try upgrading and see if it works for you.

Tested fine in TF2.

Lebson506th
01-08-2009, 19:20
Only thing i see missing is the Steam ID in the logs =)

zhelev81
01-08-2009, 20:37
Ok, I think I got it fixed. If you're using SM 1.1 (REQUIRED FOR 0.3), try upgrading and see if it works for you.

Tested fine in TF2.

what is the fix guys ?? ? what's better with the plugin now ?

Lebson506th
01-08-2009, 20:40
...using the newest version of the plugin.

Pist
01-08-2009, 21:33
Can't download the plugin, it says "Plugin failed to compile! Please try contacting the author.".

Lebson506th
01-08-2009, 21:35
It uses a SM 1.1 function.

You need to compile it yourself.

Or just use the attached.

@ Chundo. To do the Steam ID thing like i suggested just change line 464 from

LogMessage("Filtered chat - %s : %s [%d]", clientName, originalstring, g_cfPlayerOffenses[client] + 1);to

new String:SteamID[32];
GetClientAuthString(client, SteamID, 32);
LogMessage("Filtered chat - %s (%s): %s [%d]", clientName, SteamID, originalstring, g_cfPlayerOffenses[client] + 1);

zhelev81
01-08-2009, 21:50
i got error


L 01/09/2009 - 04:52:52: SourceMod error session started
L 01/09/2009 - 04:52:52: Info (map "fy_fighter") (file "errors_20090109.log")
L 01/09/2009 - 04:52:52: [SM] Native "GetClientName" reported: Client 2 is not connected
L 01/09/2009 - 04:52:52: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/09/2009 - 04:52:52: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/09/2009 - 04:52:52: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()

I run CSS Servers

This came up into the chat


] name fuck
[SM] Console: Silenced fuck.
Name change denied (rate exceeded).
[SM] Console: Silenced fuck.
Name change denied (rate exceeded).
[SM] Console: Silenced fuck.
Name change denied (rate exceeded).
[SM] Console: Silenced fuck.
Name change denied (rate exceeded).
[SM] Console: Silenced fuck.
Name change denied (rate exceeded).
[SM] Console: Silenced fuck.
Name change denied (rate exceeded).
[SM] Console: Silenced fuck.
Name change denied (rate exceeded).
[SM] Console: Silenced fuck.
Name change denied (rate exceeded).
[SM] Console: Silenced fuck.
Name change denied (rate exceeded).
[SM] Console: Silenced fuck.
Name change denied (rate exceeded).
[SM] Console: Silenced fuck.

I use :

SourceMod Version: 1.2.0-dev
SourcePawn Engine: SourcePawn 1.1, jit-x86 (build 1.2.0-dev)
SourcePawn API: v1 = 4, v2 = 2
Compiled on: Dec 3 2008 10:44:44
Build ID: 2441:23f4b300bbc1-dev
http://www.sourcemod.net/

and :

Metamod:Source version 1.7.0
Build ID: 616:8453e69f1827
Loaded As: GameDLL (gameinfo.txt)
Compiled on: Nov 26 2008
Plugin interface version: 10:7
SourceHook version: 4:3
http://www.metamodsource.net/

chundo
01-09-2009, 12:10
Only thing i see missing is the Steam ID in the logs =)

I'm logging name changes with %L now - that includes the Steam ID in my logs.

Edit: ah, missed the chat notice. Will change for next one.

Mosalar
01-23-2009, 22:55
chundo: Nice work :-)

Can you modify the ban commands to be passed by sourcebans? As it is now, if you choose "ban" for the action, it does ban them but sourcebans doesn't pick it up, it goes directly to the banned.cfg,..

Lebson506th
01-23-2009, 23:35
You can just change the BanClient to do a ServerCommand("sm_ban....

Mosalar
01-24-2009, 02:05
ServerCommand("%s #%d", sm_action, GetClientUserId(client));

Works perfectly! Thanks for the pointer.

zhelev81
01-24-2009, 06:57
is this problem fixed ?

L 01/24/2009 - 13:43:49: SourceMod error session started
L 01/24/2009 - 13:43:49: Info (map "zm_cbglc_b3") (file "errors_20090124.log")
L 01/24/2009 - 13:43:49: [chatfilter.smx] Name change failed for Real_Angel [HoLysHiT]
L 01/24/2009 - 13:58:14: Error log file session closed.


my logs are full of this :shock::shock::shock:

Lebson506th
01-24-2009, 07:57
Zhelev, are you running the latest version of this plugin?

If you are still running 1.2, are you running the latest snapshot?
If you are, have you tried 1.1 instead?

If you are... just shut off the name changing and forget it.

zhelev81
01-24-2009, 08:26
I run now v.0.3

and i get error:

L 01/24/2009 - 15:27:33: SourceMod error session started
L 01/24/2009 - 15:27:33: Info (map "zm_tx_highschoolbeta7") (file "errors_20090124.log")
L 01/24/2009 - 15:27:33: [SM] Native "GetClientName" reported: Client 17 is not connected
L 01/24/2009 - 15:27:33: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 15:27:33: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 15:27:33: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 15:29:36: [SM] Native "GetClientName" reported: Client 2 is not connected
L 01/24/2009 - 15:29:36: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 15:29:36: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 15:29:36: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()


sm 1.1.0

what's the problem?

Lebson506th
01-24-2009, 09:05
You are too impatient, that's the problem.


You reported a bug. He'll fix it. Just wait.

zhelev81
01-24-2009, 09:14
:) ok I'm sure :)

i'm sorry ... i'm so worried when I see error in the logs :)

Lebson506th
01-24-2009, 09:22
Usually "Client xx is not connected" is not an error you need to worry about.

zhelev81
01-24-2009, 11:45
yes ,ok i understand but I get tons of this :)

L 01/24/2009 - 15:27:33: SourceMod error session started
L 01/24/2009 - 15:27:33: Info (map "zm_tx_highschoolbeta7") (file "errors_20090124.log")
L 01/24/2009 - 15:27:33: [SM] Native "GetClientName" reported: Client 17 is not connected
L 01/24/2009 - 15:27:33: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 15:27:33: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 15:27:33: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 15:29:36: [SM] Native "GetClientName" reported: Client 2 is not connected
L 01/24/2009 - 15:29:36: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 15:29:36: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 15:29:36: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 15:34:42: [SM] Native "GetClientName" reported: Client 19 is not connected
L 01/24/2009 - 15:34:42: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 15:34:42: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 15:34:42: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 15:35:15: [SM] Native "GetClientName" reported: Client 9 is not connected
L 01/24/2009 - 15:35:15: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 15:35:15: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 15:35:15: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 15:35:25: [SM] Native "GetClientName" reported: Client 18 is not connected
L 01/24/2009 - 15:35:25: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 15:35:25: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 15:35:25: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 15:37:41: [SM] Native "GetClientName" reported: Client 15 is not connected
L 01/24/2009 - 15:37:41: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 15:37:41: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 15:37:41: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 15:39:18: [SM] Native "GetClientName" reported: Client 5 is not connected
L 01/24/2009 - 15:39:18: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 15:39:18: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 15:39:18: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 15:43:51: [SM] Native "GetClientName" reported: Client 4 is not connected
L 01/24/2009 - 15:43:51: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 15:43:51: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 15:43:51: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 15:46:03: [SM] Native "GetClientName" reported: Client 21 is not connected
L 01/24/2009 - 15:46:03: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 15:46:03: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 15:46:03: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 15:48:11: [SM] Native "GetClientName" reported: Client 22 is not connected
L 01/24/2009 - 15:48:11: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 15:48:11: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 15:48:11: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 15:48:58: [SM] Native "GetClientName" reported: Client 28 is not connected
L 01/24/2009 - 15:48:58: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 15:48:58: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 15:48:58: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 15:50:13: [SM] Native "GetClientName" reported: Client 3 is not connected
L 01/24/2009 - 15:50:13: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 15:50:13: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 15:50:13: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 15:51:28: [SM] Native "GetClientName" reported: Client 10 is not connected
L 01/24/2009 - 15:51:28: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 15:51:28: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 15:51:28: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 15:57:37: [SM] Native "GetClientName" reported: Client 14 is not connected
L 01/24/2009 - 15:57:37: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 15:57:37: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 15:57:37: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 15:58:33: Error log file session closed.
L 01/24/2009 - 16:00:37: SourceMod error session started
L 01/24/2009 - 16:00:37: Info (map "ze_canal_escape") (file "errors_20090124.log")
L 01/24/2009 - 16:00:37: [SM] Native "GetClientName" reported: Client 29 is not connected
L 01/24/2009 - 16:00:37: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 16:00:37: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 16:00:37: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 16:01:00: [SM] Native "GetClientName" reported: Client 30 is not connected
L 01/24/2009 - 16:01:00: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 16:01:00: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 16:01:00: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 16:01:40: [SM] Native "GetClientName" reported: Client 8 is not connected
L 01/24/2009 - 16:01:40: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 16:01:40: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 16:01:40: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 16:02:03: [SM] Native "GetClientName" reported: Client 6 is not connected
L 01/24/2009 - 16:02:03: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 16:02:03: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 16:02:03: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 16:02:20: Error log file session closed.
L 01/24/2009 - 16:04:02: SourceMod error session started
L 01/24/2009 - 16:04:02: Info (map "zm_melong_dow_unfire_b2") (file "errors_20090124.log")
L 01/24/2009 - 16:04:02: [SM] Native "GetClientName" reported: Client 24 is not connected
L 01/24/2009 - 16:04:02: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 16:04:02: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 16:04:02: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 16:04:21: [SM] Native "GetClientName" reported: Client 27 is not connected
L 01/24/2009 - 16:04:21: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 16:04:21: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 16:04:21: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 16:06:14: [SM] Native "GetClientName" reported: Client 34 is not connected
L 01/24/2009 - 16:06:14: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 16:06:14: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 16:06:14: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 16:08:31: [SM] Native "GetClientName" reported: Client 16 is not connected
L 01/24/2009 - 16:08:31: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 16:08:31: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 16:08:31: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 16:11:44: [SM] Native "GetClientName" reported: Client 35 is not connected
L 01/24/2009 - 16:11:44: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 16:11:44: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 16:11:44: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 16:20:25: [SM] Native "GetClientName" reported: Client 7 is not connected
L 01/24/2009 - 16:20:25: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 16:20:25: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 16:20:25: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 16:20:37: [SM] Native "GetClientName" reported: Client 13 is not connected
L 01/24/2009 - 16:20:37: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 16:20:37: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 16:20:37: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 16:22:24: [SM] Native "GetClientName" reported: Client 25 is not connected
L 01/24/2009 - 16:22:24: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 16:22:24: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 16:22:24: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 16:32:28: [SM] Native "GetClientName" reported: Client 12 is not connected
L 01/24/2009 - 16:32:28: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 16:32:28: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 16:32:28: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 16:34:24: Error log file session closed.
L 01/24/2009 - 16:43:31: SourceMod error session started
L 01/24/2009 - 16:43:31: Info (map "zm_roy_the_ship") (file "errors_20090124.log")
L 01/24/2009 - 16:43:31: [SM] Native "GetClientName" reported: Client 26 is not connected
L 01/24/2009 - 16:43:31: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 16:43:31: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 16:43:31: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 16:47:33: [SM] Native "GetClientName" reported: Client 32 is not connected
L 01/24/2009 - 16:47:33: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 16:47:33: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 16:47:33: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:02:40: SourceMod error session started
L 01/24/2009 - 17:02:40: Info (map "zm_hellarch") (file "errors_20090124.log")
L 01/24/2009 - 17:02:40: [SM] Native "GetClientName" reported: Client 2 is not connected
L 01/24/2009 - 17:02:40: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:02:40: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:02:40: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:02:41: [SM] Native "GetClientName" reported: Client 1 is not connected
L 01/24/2009 - 17:02:41: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:02:41: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:02:41: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:02:47: [SM] Native "GetClientName" reported: Client 3 is not connected
L 01/24/2009 - 17:02:47: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:02:47: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:02:47: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:02:59: [SM] Native "GetClientName" reported: Client 4 is not connected
L 01/24/2009 - 17:02:59: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:02:59: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:02:59: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:03:07: [SM] Native "GetClientName" reported: Client 5 is not connected
L 01/24/2009 - 17:03:07: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:03:07: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:03:07: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:04:06: [SM] Native "GetClientName" reported: Client 11 is not connected
L 01/24/2009 - 17:04:06: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:04:06: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:04:06: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:05:13: [SM] Native "GetClientName" reported: Client 15 is not connected
L 01/24/2009 - 17:05:13: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:05:13: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:05:13: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:05:32: [SM] Native "GetClientName" reported: Client 16 is not connected
L 01/24/2009 - 17:05:32: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:05:32: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:05:32: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:05:59: [SM] Native "GetClientName" reported: Client 17 is not connected
L 01/24/2009 - 17:05:59: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:05:59: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:05:59: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:06:54: [SM] Native "GetClientName" reported: Client 14 is not connected
L 01/24/2009 - 17:06:54: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:06:54: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:06:54: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:07:05: [SM] Native "GetClientName" reported: Client 20 is not connected
L 01/24/2009 - 17:07:05: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:07:05: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:07:05: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:08:09: [SM] Native "GetClientName" reported: Client 21 is not connected
L 01/24/2009 - 17:08:09: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:08:09: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:08:09: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:09:28: [SM] Native "GetClientName" reported: Client 22 is not connected
L 01/24/2009 - 17:09:28: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:09:28: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:09:28: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:11:42: [SM] Native "GetClientName" reported: Client 24 is not connected
L 01/24/2009 - 17:11:42: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:11:42: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:11:42: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:12:50: [SM] Native "GetClientName" reported: Client 25 is not connected
L 01/24/2009 - 17:12:50: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:12:50: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:12:50: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:13:03: [SM] Native "GetClientName" reported: Client 26 is not connected
L 01/24/2009 - 17:13:03: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:13:03: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:13:03: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:13:39: [SM] Native "GetClientName" reported: Client 7 is not connected
L 01/24/2009 - 17:13:39: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:13:39: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:13:39: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:14:51: [SM] Native "GetClientName" reported: Client 27 is not connected
L 01/24/2009 - 17:14:51: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:14:51: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:14:51: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:16:26: [SM] Native "GetClientName" reported: Client 19 is not connected
L 01/24/2009 - 17:16:26: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:16:26: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:16:26: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:17:27: [SM] Native "GetClientName" reported: Client 18 is not connected
L 01/24/2009 - 17:17:27: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:17:27: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:17:27: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:17:43: [SM] Native "GetClientName" reported: Client 28 is not connected
L 01/24/2009 - 17:17:43: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:17:43: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:17:43: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:20:04: [SM] Native "GetClientName" reported: Client 30 is not connected
L 01/24/2009 - 17:20:04: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:20:04: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:20:04: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:21:19: [SM] Native "GetClientName" reported: Client 32 is not connected
L 01/24/2009 - 17:21:19: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:21:19: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:21:19: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:22:09: [SM] Native "GetClientName" reported: Client 33 is not connected
L 01/24/2009 - 17:22:09: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:22:09: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:22:09: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:27:01: [SM] Native "GetClientName" reported: Client 34 is not connected
L 01/24/2009 - 17:27:01: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:27:01: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:27:01: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:30:04: [SM] Native "GetClientName" reported: Client 8 is not connected
L 01/24/2009 - 17:30:04: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:30:04: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:30:04: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:30:25: [SM] Native "GetClientName" reported: Client 35 is not connected
L 01/24/2009 - 17:30:25: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:30:25: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:30:25: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:31:10: [SM] Native "GetClientName" reported: Client 36 is not connected
L 01/24/2009 - 17:31:10: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:31:10: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:31:10: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:34:17: [SM] Native "GetClientName" reported: Client 10 is not connected
L 01/24/2009 - 17:34:17: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:34:17: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:34:17: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:35:03: Error log file session closed.
L 01/24/2009 - 17:39:59: SourceMod error session started
L 01/24/2009 - 17:39:59: Info (map "zm_cbglc_b3") (file "errors_20090124.log")
L 01/24/2009 - 17:39:59: [SM] Native "GetClientName" reported: Client 23 is not connected
L 01/24/2009 - 17:39:59: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:39:59: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:39:59: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:59:14: [SM] Native "GetClientName" reported: Client 31 is not connected
L 01/24/2009 - 17:59:14: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:59:14: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:59:14: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 18:06:37: Error log file session closed.
L 01/24/2009 - 18:12:43: SourceMod error session started
L 01/24/2009 - 18:12:43: Info (map "zm_coliseum") (file "errors_20090124.log")
L 01/24/2009 - 18:12:43: [SM] Native "GetClientName" reported: Client 29 is not connected
L 01/24/2009 - 18:12:43: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 18:12:43: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 18:12:43: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 18:28:57: [SM] Native "GetClientName" reported: Client 12 is not connected
L 01/24/2009 - 18:28:57: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 18:28:57: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 18:28:57: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 18:32:39: [SM] Native "GetClientName" reported: Client 9 is not connected
L 01/24/2009 - 18:32:39: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 18:32:39: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 18:32:39: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()

Stargater59
01-24-2009, 21:21
The plugin fails to compile.

"/home/groups/sourcemod/upload_tmp/phpyyRTo2.sp(364) : error 017: undefined symbol "SetClientInfo""

Is there a fix? Will there be one soon?

Thanks

Lebson506th
01-25-2009, 00:12
You need to compile it against SM version 1.1

zhelev81
01-30-2009, 19:18
chundo ... are you going to help me to fix this flood in my console ... ? :wink::wink::wink:

this error messages are making 1 mb error file a day :shock::shock::shock:

liv3d
02-02-2009, 20:40
One thing we've noticed is that anything thats replaced is no longer logged, in normal server logs :( (The original text or what was replaced)
This is for l4d

p0lar_bear
02-07-2009, 02:44
A feature I would like to see implemented into this is a parameter to set the severity of an action caused by the word filter. For example:

"ChatFilter"
{
"Stupidity"
{
"keyword" "durr"
"action" "slap"
"value" "10"
}
}This would cause a player to be slapped for 10 damage whenever they say "durr" in the chat.

Likewise:
"ChatFilter"
{
"Kidnapped"
{
"keyword" "candlejack"
"action" "ban"
"value" "60"
}
}(Yes I'm horrible memefag sometimes %-) )
This would ban any player who says "candlejack" in the chat for 60 minutes.

I can add this myself for my own usage and test it, but I thought I'd suggest it to be officially added.

wagner
02-09-2009, 15:39
i getthis plugin pls..........i can`t download this....
"http://forums.alliedmods.net/images/attach/sp.gif Get Plugin (http://www.sourcemod.net/vbcompiler.php?file_id=35698) or Get Source (http://forums.alliedmods.net/attachment.php?attachmentid=35698&d=1231459314) (chatfilter.sp - 94 views - 19.2 KB)"

this is the bad link....pls get new

p0lar_bear
02-09-2009, 16:55
wagner: The compiler built into vBulletin is still compiling against v1.0.x of SourceMod.

What you can do is click "Get Source", download the .sp file, go to the online compiler (http://www.sourcemod.net/compiler.php), upload and compile the .sp file, then download the compiled .smx plugin.

wagner
02-10-2009, 23:15
ok tnx..... :)

fanggaming
02-20-2009, 10:30
yes ,ok i understand but I get tons of this :)

L 01/24/2009 - 15:27:33: SourceMod error session started
L 01/24/2009 - 15:27:33: Info (map "zm_tx_highschoolbeta7") (file "errors_20090124.log")
L 01/24/2009 - 15:27:33: [SM] Native "GetClientName" reported: Client 17 is not connected
L 01/24/2009 - 15:27:33: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 15:27:33: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 15:27:33: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 15:29:36: [SM] Native "GetClientName" reported: Client 2 is not connected
L 01/24/2009 - 15:29:36: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 15:29:36: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 15:29:36: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 15:34:42: [SM] Native "GetClientName" reported: Client 19 is not connected
L 01/24/2009 - 15:34:42: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 15:34:42: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 15:34:42: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 15:35:15: [SM] Native "GetClientName" reported: Client 9 is not connected
L 01/24/2009 - 15:35:15: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 15:35:15: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 15:35:15: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 15:35:25: [SM] Native "GetClientName" reported: Client 18 is not connected
L 01/24/2009 - 15:35:25: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 15:35:25: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 15:35:25: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 15:37:41: [SM] Native "GetClientName" reported: Client 15 is not connected
L 01/24/2009 - 15:37:41: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 15:37:41: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 15:37:41: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 15:39:18: [SM] Native "GetClientName" reported: Client 5 is not connected
L 01/24/2009 - 15:39:18: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 15:39:18: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 15:39:18: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 15:43:51: [SM] Native "GetClientName" reported: Client 4 is not connected
L 01/24/2009 - 15:43:51: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 15:43:51: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 15:43:51: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 15:46:03: [SM] Native "GetClientName" reported: Client 21 is not connected
L 01/24/2009 - 15:46:03: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 15:46:03: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 15:46:03: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 15:48:11: [SM] Native "GetClientName" reported: Client 22 is not connected
L 01/24/2009 - 15:48:11: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 15:48:11: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 15:48:11: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 15:48:58: [SM] Native "GetClientName" reported: Client 28 is not connected
L 01/24/2009 - 15:48:58: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 15:48:58: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 15:48:58: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 15:50:13: [SM] Native "GetClientName" reported: Client 3 is not connected
L 01/24/2009 - 15:50:13: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 15:50:13: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 15:50:13: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 15:51:28: [SM] Native "GetClientName" reported: Client 10 is not connected
L 01/24/2009 - 15:51:28: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 15:51:28: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 15:51:28: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 15:57:37: [SM] Native "GetClientName" reported: Client 14 is not connected
L 01/24/2009 - 15:57:37: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 15:57:37: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 15:57:37: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 15:58:33: Error log file session closed.
L 01/24/2009 - 16:00:37: SourceMod error session started
L 01/24/2009 - 16:00:37: Info (map "ze_canal_escape") (file "errors_20090124.log")
L 01/24/2009 - 16:00:37: [SM] Native "GetClientName" reported: Client 29 is not connected
L 01/24/2009 - 16:00:37: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 16:00:37: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 16:00:37: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 16:01:00: [SM] Native "GetClientName" reported: Client 30 is not connected
L 01/24/2009 - 16:01:00: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 16:01:00: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 16:01:00: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 16:01:40: [SM] Native "GetClientName" reported: Client 8 is not connected
L 01/24/2009 - 16:01:40: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 16:01:40: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 16:01:40: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 16:02:03: [SM] Native "GetClientName" reported: Client 6 is not connected
L 01/24/2009 - 16:02:03: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 16:02:03: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 16:02:03: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 16:02:20: Error log file session closed.
L 01/24/2009 - 16:04:02: SourceMod error session started
L 01/24/2009 - 16:04:02: Info (map "zm_melong_dow_unfire_b2") (file "errors_20090124.log")
L 01/24/2009 - 16:04:02: [SM] Native "GetClientName" reported: Client 24 is not connected
L 01/24/2009 - 16:04:02: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 16:04:02: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 16:04:02: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 16:04:21: [SM] Native "GetClientName" reported: Client 27 is not connected
L 01/24/2009 - 16:04:21: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 16:04:21: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 16:04:21: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 16:06:14: [SM] Native "GetClientName" reported: Client 34 is not connected
L 01/24/2009 - 16:06:14: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 16:06:14: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 16:06:14: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 16:08:31: [SM] Native "GetClientName" reported: Client 16 is not connected
L 01/24/2009 - 16:08:31: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 16:08:31: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 16:08:31: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 16:11:44: [SM] Native "GetClientName" reported: Client 35 is not connected
L 01/24/2009 - 16:11:44: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 16:11:44: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 16:11:44: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 16:20:25: [SM] Native "GetClientName" reported: Client 7 is not connected
L 01/24/2009 - 16:20:25: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 16:20:25: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 16:20:25: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 16:20:37: [SM] Native "GetClientName" reported: Client 13 is not connected
L 01/24/2009 - 16:20:37: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 16:20:37: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 16:20:37: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 16:22:24: [SM] Native "GetClientName" reported: Client 25 is not connected
L 01/24/2009 - 16:22:24: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 16:22:24: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 16:22:24: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 16:32:28: [SM] Native "GetClientName" reported: Client 12 is not connected
L 01/24/2009 - 16:32:28: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 16:32:28: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 16:32:28: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 16:34:24: Error log file session closed.
L 01/24/2009 - 16:43:31: SourceMod error session started
L 01/24/2009 - 16:43:31: Info (map "zm_roy_the_ship") (file "errors_20090124.log")
L 01/24/2009 - 16:43:31: [SM] Native "GetClientName" reported: Client 26 is not connected
L 01/24/2009 - 16:43:31: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 16:43:31: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 16:43:31: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 16:47:33: [SM] Native "GetClientName" reported: Client 32 is not connected
L 01/24/2009 - 16:47:33: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 16:47:33: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 16:47:33: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:02:40: SourceMod error session started
L 01/24/2009 - 17:02:40: Info (map "zm_hellarch") (file "errors_20090124.log")
L 01/24/2009 - 17:02:40: [SM] Native "GetClientName" reported: Client 2 is not connected
L 01/24/2009 - 17:02:40: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:02:40: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:02:40: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:02:41: [SM] Native "GetClientName" reported: Client 1 is not connected
L 01/24/2009 - 17:02:41: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:02:41: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:02:41: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:02:47: [SM] Native "GetClientName" reported: Client 3 is not connected
L 01/24/2009 - 17:02:47: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:02:47: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:02:47: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:02:59: [SM] Native "GetClientName" reported: Client 4 is not connected
L 01/24/2009 - 17:02:59: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:02:59: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:02:59: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:03:07: [SM] Native "GetClientName" reported: Client 5 is not connected
L 01/24/2009 - 17:03:07: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:03:07: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:03:07: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:04:06: [SM] Native "GetClientName" reported: Client 11 is not connected
L 01/24/2009 - 17:04:06: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:04:06: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:04:06: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:05:13: [SM] Native "GetClientName" reported: Client 15 is not connected
L 01/24/2009 - 17:05:13: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:05:13: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:05:13: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:05:32: [SM] Native "GetClientName" reported: Client 16 is not connected
L 01/24/2009 - 17:05:32: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:05:32: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:05:32: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:05:59: [SM] Native "GetClientName" reported: Client 17 is not connected
L 01/24/2009 - 17:05:59: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:05:59: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:05:59: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:06:54: [SM] Native "GetClientName" reported: Client 14 is not connected
L 01/24/2009 - 17:06:54: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:06:54: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:06:54: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:07:05: [SM] Native "GetClientName" reported: Client 20 is not connected
L 01/24/2009 - 17:07:05: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:07:05: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:07:05: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:08:09: [SM] Native "GetClientName" reported: Client 21 is not connected
L 01/24/2009 - 17:08:09: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:08:09: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:08:09: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:09:28: [SM] Native "GetClientName" reported: Client 22 is not connected
L 01/24/2009 - 17:09:28: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:09:28: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:09:28: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:11:42: [SM] Native "GetClientName" reported: Client 24 is not connected
L 01/24/2009 - 17:11:42: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:11:42: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:11:42: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:12:50: [SM] Native "GetClientName" reported: Client 25 is not connected
L 01/24/2009 - 17:12:50: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:12:50: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:12:50: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:13:03: [SM] Native "GetClientName" reported: Client 26 is not connected
L 01/24/2009 - 17:13:03: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:13:03: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:13:03: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:13:39: [SM] Native "GetClientName" reported: Client 7 is not connected
L 01/24/2009 - 17:13:39: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:13:39: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:13:39: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:14:51: [SM] Native "GetClientName" reported: Client 27 is not connected
L 01/24/2009 - 17:14:51: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:14:51: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:14:51: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:16:26: [SM] Native "GetClientName" reported: Client 19 is not connected
L 01/24/2009 - 17:16:26: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:16:26: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:16:26: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:17:27: [SM] Native "GetClientName" reported: Client 18 is not connected
L 01/24/2009 - 17:17:27: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:17:27: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:17:27: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:17:43: [SM] Native "GetClientName" reported: Client 28 is not connected
L 01/24/2009 - 17:17:43: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:17:43: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:17:43: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:20:04: [SM] Native "GetClientName" reported: Client 30 is not connected
L 01/24/2009 - 17:20:04: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:20:04: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:20:04: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:21:19: [SM] Native "GetClientName" reported: Client 32 is not connected
L 01/24/2009 - 17:21:19: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:21:19: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:21:19: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:22:09: [SM] Native "GetClientName" reported: Client 33 is not connected
L 01/24/2009 - 17:22:09: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:22:09: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:22:09: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:27:01: [SM] Native "GetClientName" reported: Client 34 is not connected
L 01/24/2009 - 17:27:01: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:27:01: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:27:01: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:30:04: [SM] Native "GetClientName" reported: Client 8 is not connected
L 01/24/2009 - 17:30:04: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:30:04: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:30:04: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:30:25: [SM] Native "GetClientName" reported: Client 35 is not connected
L 01/24/2009 - 17:30:25: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:30:25: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:30:25: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:31:10: [SM] Native "GetClientName" reported: Client 36 is not connected
L 01/24/2009 - 17:31:10: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:31:10: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:31:10: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:34:17: [SM] Native "GetClientName" reported: Client 10 is not connected
L 01/24/2009 - 17:34:17: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:34:17: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:34:17: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:35:03: Error log file session closed.
L 01/24/2009 - 17:39:59: SourceMod error session started
L 01/24/2009 - 17:39:59: Info (map "zm_cbglc_b3") (file "errors_20090124.log")
L 01/24/2009 - 17:39:59: [SM] Native "GetClientName" reported: Client 23 is not connected
L 01/24/2009 - 17:39:59: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:39:59: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:39:59: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 17:59:14: [SM] Native "GetClientName" reported: Client 31 is not connected
L 01/24/2009 - 17:59:14: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 17:59:14: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 17:59:14: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 18:06:37: Error log file session closed.
L 01/24/2009 - 18:12:43: SourceMod error session started
L 01/24/2009 - 18:12:43: Info (map "zm_coliseum") (file "errors_20090124.log")
L 01/24/2009 - 18:12:43: [SM] Native "GetClientName" reported: Client 29 is not connected
L 01/24/2009 - 18:12:43: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 18:12:43: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 18:12:43: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 18:28:57: [SM] Native "GetClientName" reported: Client 12 is not connected
L 01/24/2009 - 18:28:57: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 18:28:57: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 18:28:57: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()
L 01/24/2009 - 18:32:39: [SM] Native "GetClientName" reported: Client 9 is not connected
L 01/24/2009 - 18:32:39: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 01/24/2009 - 18:32:39: [SM] [0] Line 348, chatfilter.sp::CheckClientName()
L 01/24/2009 - 18:32:39: [SM] [1] Line 340, chatfilter.sp::Timer_CheckName()


I dont know much / anything about these really but I think by changing line 346 from


if (client != 0) {


to

if (client != 0 && IsClientConnected(client)) {

that should fix it i think ;)

Lebson506th
02-20-2009, 11:17
IsClientInGame works better, but you have the general idea

fanggaming
02-20-2009, 11:41
Cheers :D

zhelev81
02-23-2009, 15:54
so what is better to put ?

Lebson506th
02-23-2009, 16:51
IsClientInGame where he put IsClientConnected

Either should work fine, but IsClientInGame covers more possibilities.

zhelev81
02-23-2009, 19:22
Thank you no more 1 mb error logs for a day :D

zhelev81
02-24-2009, 12:08
omg now another one :

L 02/24/2009 - 17:18:20: SourceMod error session started
L 02/24/2009 - 17:18:20: Info (map "cs_office_extended") (file "errors_20090224.log")
L 02/24/2009 - 17:18:20: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 17:18:20: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 17:18:20: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 17:18:31: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 17:18:31: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 17:18:31: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 17:18:34: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 17:18:34: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 17:18:34: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 17:21:44: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 17:21:44: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 17:21:44: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 17:21:52: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 17:21:52: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 17:21:52: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 17:22:14: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 17:22:14: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 17:22:14: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 17:46:04: Error log file session closed.
L 02/24/2009 - 17:49:28: SourceMod error session started
L 02/24/2009 - 17:49:28: Info (map "knas_sandland_css") (file "errors_20090224.log")
L 02/24/2009 - 17:49:28: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 17:49:28: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 17:49:28: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 17:49:33: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 17:49:33: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 17:49:33: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 17:49:39: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 17:49:39: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 17:49:39: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 17:50:34: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 17:50:34: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 17:50:34: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 17:52:25: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 17:52:25: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 17:52:25: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 17:52:40: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 17:52:40: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 17:52:40: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 17:52:41: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 17:52:41: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 17:52:41: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 17:52:50: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 17:52:50: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 17:52:50: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 17:54:09: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 17:54:09: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 17:54:09: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 17:54:15: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 17:54:15: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 17:54:15: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 17:54:17: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 17:54:17: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 17:54:17: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 17:54:17: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 17:54:17: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 17:54:17: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:16:04: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:16:04: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:16:04: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:16:04: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:16:04: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:16:04: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:16:22: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:16:22: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:16:22: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:16:25: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:16:25: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:16:25: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:16:25: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:16:25: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:16:25: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:17:38: Error log file session closed.
L 02/24/2009 - 18:17:39: SourceMod error session started
L 02/24/2009 - 18:17:39: Info (map "de_dust3") (file "errors_20090224.log")
L 02/24/2009 - 18:17:39: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:17:39: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:17:39: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:17:39: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:17:39: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:17:39: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:17:48: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:17:48: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:17:48: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:17:50: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:17:50: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:17:50: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:28:18: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:28:18: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:28:18: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:28:19: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:28:19: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:28:19: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:28:33: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:28:33: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:28:33: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:48:59: Error log file session closed.
L 02/24/2009 - 18:49:00: SourceMod error session started
L 02/24/2009 - 18:49:00: Info (map "knas_Rocktown_CSS") (file "errors_20090224.log")
L 02/24/2009 - 18:49:00: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:49:00: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:49:00: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:49:05: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:49:05: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:49:05: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:52:47: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:52:47: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:52:47: [SM] [0] Line 464, chatfilter.sp::CF_CheckChat()
L 02/24/2009 - 18:52:47: [SM] [1] Line 429, chatfilter.sp::CF_SayHandler()
L 02/24/2009 - 18:52:52: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:52:52: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:52:52: [SM] [0] Line 464, chatfilter.sp::CF_CheckChat()
L 02/24/2009 - 18:52:52: [SM] [1] Line 429, chatfilter.sp::CF_SayHandler()
L 02/24/2009 - 18:56:54: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:56:54: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:56:54: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:57:20: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:57:20: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:57:20: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:57:29: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:57:29: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:57:29: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:57:31: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:57:31: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:57:31: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:57:31: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:57:31: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:57:31: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:57:44: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:57:44: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:57:44: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:57:51: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:57:51: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:57:51: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:57:51: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:57:51: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:57:51: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:57:54: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:57:54: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:57:54: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:58:06: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:58:06: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:58:06: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:58:08: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:58:08: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:58:08: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:58:10: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:58:10: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:58:10: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:58:11: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:58:11: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:58:11: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:58:12: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:58:12: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:58:12: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:58:15: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:58:15: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:58:15: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:58:17: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:58:17: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:58:17: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:58:23: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:58:23: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:58:23: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:58:28: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:58:28: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:58:28: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:58:55: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:58:55: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:58:55: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:59:02: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:59:02: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:59:02: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:59:02: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:59:02: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:59:02: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:59:08: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:59:08: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:59:08: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:59:16: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:59:16: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:59:16: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:59:19: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:59:19: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:59:19: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:59:22: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:59:22: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:59:22: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:59:26: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:59:26: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:59:26: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 18:59:29: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 18:59:29: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 18:59:29: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:00:06: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:00:06: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:00:06: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:00:12: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:00:12: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:00:12: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:00:20: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:00:20: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:00:20: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:00:25: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:00:25: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:00:25: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:00:29: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:00:29: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:00:29: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:00:30: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:00:30: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:00:30: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:00:38: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:00:38: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:00:38: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:00:48: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:00:48: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:00:48: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:00:52: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:00:52: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:00:52: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:00:52: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:00:52: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:00:52: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:00:55: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:00:55: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:00:55: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:00: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:00: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:00: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:00: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:00: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:00: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:03: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:03: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:03: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:05: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:05: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:05: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:06: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:06: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:06: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:07: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:07: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:07: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:09: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:09: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:09: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:09: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:09: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:09: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:11: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:11: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:11: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:11: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:11: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:11: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:13: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:13: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:13: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:13: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:13: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:13: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:14: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:14: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:14: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:15: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:15: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:15: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:16: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:16: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:16: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:17: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:17: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:17: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:20: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:20: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:20: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:20: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:20: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:20: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:21: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:21: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:21: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:21: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:21: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:21: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:22: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:22: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:22: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:23: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:23: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:23: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:25: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:25: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:25: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:26: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:26: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:26: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:27: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:27: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:27: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:30: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:30: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:30: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:31: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:31: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:31: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:32: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:32: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:32: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:33: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:33: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:33: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:35: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:35: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:35: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:35: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:35: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:35: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:39: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:39: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:39: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:39: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:39: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:39: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:41: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:41: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:41: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:42: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:42: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:42: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:43: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:43: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:43: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:45: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:45: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:45: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:47: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:47: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:47: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:50: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:50: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:50: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:51: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:51: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:51: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:52: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:52: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:52: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:01:52: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:01:52: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:01:52: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:02:00: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:02:00: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:02:00: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:02:03: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:02:03: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:02:03: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:02:05: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:02:05: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:02:05: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:02:08: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:02:08: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:02:08: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:02:10: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:02:10: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:02:10: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:02:12: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:02:12: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:02:12: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:02:13: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:02:13: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:02:13: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:02:19: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:02:19: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:02:19: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:02:22: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:02:22: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:02:22: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:02:24: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:02:24: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:02:24: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:02:27: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:02:27: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:02:27: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:02:28: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:02:28: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:02:28: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:02:31: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:02:31: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:02:31: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:02:33: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:02:33: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:02:33: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:02:33: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:02:33: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:02:33: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:02:36: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:02:36: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:02:36: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:02:38: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:02:38: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:02:38: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:02:38: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:02:38: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:02:38: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:02:39: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:02:39: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:02:39: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:02:39: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:02:39: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:02:39: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:02:41: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:02:41: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:02:41: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:02:43: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:02:43: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:02:43: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:02:43: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:02:43: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:02:43: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:02:46: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:02:46: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:02:46: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:02:47: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:02:47: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:02:47: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:02:47: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:02:47: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:02:47: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:02:51: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:02:51: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:02:51: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:02:52: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:02:52: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:02:52: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:02:54: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:02:54: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:02:54: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:02:54: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:02:54: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:02:54: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:02:55: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:02:55: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:02:55: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:02:56: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:02:56: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:02:56: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:02:58: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:02:58: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:02:58: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:02:59: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:02:59: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:02:59: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:03:00: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:03:00: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:03:00: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:03:02: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:03:02: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:03:02: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:03:02: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:03:02: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:03:02: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:03:05: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:03:05: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:03:05: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:03:06: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:03:06: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:03:06: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:03:08: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:03:08: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:03:08: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:03:09: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:03:09: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:03:09: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:03:12: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:03:12: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:03:12: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:03:12: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:03:12: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:03:12: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:03:15: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:03:15: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:03:15: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:03:15: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:03:15: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:03:15: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:03:18: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:03:18: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:03:18: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:03:18: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:03:18: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:03:18: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:03:20: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:03:20: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:03:20: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:03:21: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:03:21: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:03:21: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:03:24: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:03:24: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:03:24: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:03:26: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:03:26: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:03:26: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()
L 02/24/2009 - 19:03:30: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/24/2009 - 19:03:30: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/24/2009 - 19:03:30: [SM] [0] Line 333, chatfilter.sp::OnClientSettingsChanged()

Lebson506th
02-24-2009, 12:13
At the beginning of public OnClientSettingsChanged(client) {

add

if( client > MaxClients )
return;

zhelev81
02-24-2009, 13:44
like that :

}

if( client > MaxClients )
return; public OnClientSettingsChanged(client) {
if (g_cfPlayerInCheck[client] == 0) {
g_cfPlayerInCheck[client] = 1;
CreateTimer(1.0, Timer_CheckName, client);
}
}

??:shock:

Lebson506th
02-24-2009, 16:27
like that :

}

if( client > MaxClients )
return; public OnClientSettingsChanged(client) {
if (g_cfPlayerInCheck[client] == 0) {
g_cfPlayerInCheck[client] = 1;
CreateTimer(1.0, Timer_CheckName, client);
}
}??:shock:

So... not a coder huh?


public OnClientSettingsChanged(client) {
if( client > MaxClients )
return;

if (g_cfPlayerInCheck[client] == 0) {
g_cfPlayerInCheck[client] = 1;
CreateTimer(1.0, Timer_CheckName, client);
}
}

zhelev81
02-24-2009, 18:02
yes i'm terreble codder :D

pls do it for me,this is my current sp file pls correct it and attach it in the next post :)

:):):)

Lebson506th
02-24-2009, 18:05
There.

Prophet07
02-25-2009, 03:10
Boomer,Smoker,Tank,Witch,Hunter & so on is changed to.." I like little Boys" That would be fantastic.

Thankz...

I also like..." I had sex up the bum yesterday & I liked it"..

does this work for L4D

zhelev81
02-25-2009, 04:57
Thank you Lebson506th (https://forums.alliedmods.net/member.php?u=39538) I'll test :wink:

Lebson506th
02-25-2009, 07:28
Boomer,Smoker,Tank,Witch,Hunter & so on is changed to.." I like little Boys" That would be fantastic.

Thankz...

I also like..." I had sex up the bum yesterday & I liked it"..

does this work for L4D

...what are you on?

zhelev81
02-25-2009, 07:35
Lebson506th (https://forums.alliedmods.net/member.php?u=39538) thank you it works :)

:up::up::up:

zhelev81
02-25-2009, 15:13
I got another error now :(

L 02/25/2009 - 15:43:18: SourceMod error session started
L 02/25/2009 - 15:43:18: Info (map "zm_melong_dow_unfire_b2") (file "errors_20090225.log")
L 02/25/2009 - 15:43:18: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 15:43:18: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 15:43:18: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 15:43:23: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 15:43:23: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 15:43:23: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 15:44:41: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 15:44:41: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 15:44:41: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 15:44:48: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 15:44:48: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 15:44:48: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 15:44:50: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 15:44:50: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 15:44:50: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 15:44:50: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 15:44:50: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 15:44:50: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 15:44:53: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 15:44:53: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 15:44:53: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 15:44:58: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 15:44:58: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 15:44:58: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 15:45:12: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 15:45:12: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 15:45:12: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 15:45:13: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 15:45:13: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 15:45:13: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 15:45:13: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 15:45:13: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 15:45:13: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 15:45:15: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 15:45:15: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 15:45:15: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 15:45:29: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 15:45:29: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 15:45:29: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 15:45:37: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 15:45:37: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 15:45:37: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 15:45:42: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 15:45:42: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 15:45:42: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 15:45:43: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 15:45:43: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 15:45:43: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 16:10:03: Error log file session closed.
L 02/25/2009 - 16:58:25: SourceMod error session started
L 02/25/2009 - 16:58:25: Info (map "zm_neko_athletic_park_v2") (file "errors_20090225.log")
L 02/25/2009 - 16:58:25: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 16:58:25: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 16:58:25: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 16:58:32: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 16:58:32: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 16:58:32: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 16:58:37: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 16:58:37: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 16:58:37: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 16:59:02: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 16:59:02: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 16:59:02: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 16:59:02: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 16:59:02: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 16:59:02: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 16:59:14: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 16:59:14: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 16:59:14: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 16:59:47: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 16:59:47: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 16:59:47: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:00:46: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:00:46: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:00:46: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:00:50: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:00:50: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:00:50: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:01:07: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:01:07: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:01:07: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:02:43: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:02:43: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:02:43: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:03:03: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:03:03: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:03:03: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:03:09: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:03:09: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:03:09: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:03:09: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:03:09: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:03:09: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:03:15: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:03:15: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:03:15: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:03:19: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:03:19: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:03:19: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:03:23: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:03:23: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:03:23: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:03:24: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:03:24: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:03:24: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:03:26: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:03:26: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:03:26: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:03:28: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:03:28: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:03:28: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:03:29: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:03:29: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:03:29: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:03:32: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:03:32: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:03:32: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:03:35: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:03:35: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:03:35: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:03:35: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:03:35: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:03:35: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:03:36: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:03:36: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:03:36: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:03:37: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:03:37: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:03:37: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:03:39: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:03:39: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:03:39: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:03:40: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:03:40: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:03:40: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:03:42: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:03:42: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:03:42: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:03:43: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:03:43: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:03:43: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:03:46: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:03:46: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:03:46: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:03:46: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:03:46: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:03:46: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:03:48: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:03:48: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:03:48: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:03:49: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:03:49: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:03:49: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:03:52: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:03:52: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:03:52: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:03:52: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:03:52: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:03:52: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:03:54: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:03:54: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:03:54: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:03:55: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:03:55: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:03:55: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:03:57: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:03:57: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:03:57: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:03:58: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:03:58: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:03:58: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:04:00: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:04:00: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:04:00: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:04:02: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:04:02: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:04:02: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:04:03: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:04:03: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:04:03: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:04:05: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:04:05: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:04:05: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:04:05: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:04:05: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:04:05: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:04:08: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:04:08: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:04:08: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:04:08: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:04:08: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:04:08: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:04:11: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:04:11: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:04:11: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:04:13: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:04:13: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:04:13: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:04:16: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:04:16: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:04:16: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:04:47: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:04:47: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:04:47: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:04:50: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:04:50: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:04:50: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:05:01: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:05:01: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:05:01: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:05:01: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:05:01: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:05:01: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:06:18: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:06:18: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:06:18: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:06:19: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:06:19: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:06:19: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:08:58: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:08:58: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:08:58: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:09:02: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:09:02: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:09:02: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:09:22: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:09:22: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:09:22: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:09:25: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:09:25: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:09:25: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:10:00: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:10:00: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:10:00: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:10:00: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:10:00: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:10:00: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:10:40: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:10:40: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:10:40: [SM] [0] Line 467, chatfilter.sp::CF_CheckChat()
L 02/25/2009 - 17:10:40: [SM] [1] Line 432, chatfilter.sp::CF_SayHandler()
L 02/25/2009 - 17:10:41: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:10:41: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:10:41: [SM] [0] Line 467, chatfilter.sp::CF_CheckChat()
L 02/25/2009 - 17:10:41: [SM] [1] Line 432, chatfilter.sp::CF_SayHandler()
L 02/25/2009 - 17:10:42: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:10:42: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:10:42: [SM] [0] Line 467, chatfilter.sp::CF_CheckChat()
L 02/25/2009 - 17:10:42: [SM] [1] Line 432, chatfilter.sp::CF_SayHandler()
L 02/25/2009 - 17:13:52: Error log file session closed.
L 02/25/2009 - 17:13:53: SourceMod error session started
L 02/25/2009 - 17:13:53: Info (map "zm_lila_panic_sethensV2_fix") (file "errors_20090225.log")
L 02/25/2009 - 17:13:53: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:13:53: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:13:53: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:13:53: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:13:53: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:13:53: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:15:01: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:15:01: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:15:01: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:15:29: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:15:29: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:15:29: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:16:01: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:16:01: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:16:01: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:16:41: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:16:41: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:16:41: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:16:42: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:16:42: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:16:42: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:16:43: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:16:43: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:16:43: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:16:45: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:16:45: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:16:45: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:22:35: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:22:35: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:22:35: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:22:38: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:22:38: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:22:38: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:22:42: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:22:42: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:22:42: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:22:48: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:22:48: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:22:48: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:22:54: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:22:54: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:22:54: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:23:00: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:23:00: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:23:00: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:23:03: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:23:03: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:23:03: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:23:04: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:23:04: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:23:04: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:23:04: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:23:04: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:23:04: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:23:07: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:23:07: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:23:07: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:23:08: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:23:08: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:23:08: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:23:11: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:23:11: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:23:11: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:23:11: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:23:11: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:23:11: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:23:25: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:23:25: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:23:25: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:24:20: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:24:20: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:24:20: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:24:20: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:24:20: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:24:20: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:24:35: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:24:35: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:24:35: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:24:40: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:24:40: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:24:40: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:24:42: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:24:42: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:24:42: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:25:25: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:25:25: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:25:25: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:25:25: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:25:25: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:25:25: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:25:28: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:25:28: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:25:28: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:27:59: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:27:59: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:27:59: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:28:14: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:28:14: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:28:14: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:28:15: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:28:15: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:28:15: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:28:15: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:28:15: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:28:15: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:28:21: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:28:21: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:28:21: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:28:24: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:28:24: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:28:24: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:28:24: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:28:24: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:28:24: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:28:31: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:28:31: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:28:31: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:28:32: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:28:32: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:28:32: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:28:33: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:28:33: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:28:33: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:48:59: Error log file session closed.
L 02/25/2009 - 17:49:00: SourceMod error session started
L 02/25/2009 - 17:49:00: Info (map "zm_ruined_town") (file "errors_20090225.log")
L 02/25/2009 - 17:49:00: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:49:00: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:49:00: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:49:00: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:49:00: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:49:00: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:49:10: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:49:10: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:49:10: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:49:14: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:49:14: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:49:14: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:49:40: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:49:40: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:49:40: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:49:42: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:49:42: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:49:42: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:49:44: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:49:44: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:49:44: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:49:47: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:49:47: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:49:47: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:50:00: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:50:00: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:50:00: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:50:00: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:50:00: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:50:00: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:50:08: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:50:08: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:50:08: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 17:50:12: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 17:50:12: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 17:50:12: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:08:10: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:08:10: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:08:10: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:08:10: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:08:10: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:08:10: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:08:13: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:08:13: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:08:13: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:08:23: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:08:23: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:08:23: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:08:26: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:08:26: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:08:26: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:08:28: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:08:28: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:08:28: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:08:30: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:08:30: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:08:30: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:08:33: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:08:33: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:08:33: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:08:35: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:08:35: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:08:35: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:08:38: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:08:38: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:08:38: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:08:40: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:08:40: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:08:40: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:08:43: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:08:43: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:08:43: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:08:50: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:08:50: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:08:50: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:08:52: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:08:52: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:08:52: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:08:56: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:08:56: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:08:56: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:09:12: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:09:12: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:09:12: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:09:12: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:09:12: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:09:12: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:09:24: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:09:24: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:09:24: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:09:30: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:09:30: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:09:30: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:09:30: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:09:30: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:09:30: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:11:01: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:11:01: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:11:01: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:11:03: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:11:03: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:11:03: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:11:16: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:11:16: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:11:16: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:11:22: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:11:22: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:11:22: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:19:41: Error log file session closed.
L 02/25/2009 - 18:19:41: SourceMod error session started
L 02/25/2009 - 18:19:41: Info (map "zm_base_day") (file "errors_20090225.log")
L 02/25/2009 - 18:19:41: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:19:41: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:19:41: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:19:42: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:19:42: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:19:42: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:20:00: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:20:00: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:20:00: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:20:02: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:20:02: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:20:02: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:33:57: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:33:57: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:33:57: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:34:02: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:34:02: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:34:02: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:34:02: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:34:02: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:34:02: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:34:02: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:34:02: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:34:02: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:34:50: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:34:50: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:34:50: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:34:53: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:34:53: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:34:53: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:34:53: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:34:53: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:34:53: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:34:55: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:34:55: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:34:55: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:34:55: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:34:55: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:34:55: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:34:55: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:34:55: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:34:55: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:34:57: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:34:57: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:34:57: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:34:58: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:34:58: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:34:58: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:34:58: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:34:58: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:34:58: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:35:00: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:35:00: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:35:00: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:35:06: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:35:06: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:35:06: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:35:06: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:35:06: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:35:06: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:35:06: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:35:06: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:35:06: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:35:07: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:35:07: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:35:07: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:35:07: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:35:07: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:35:07: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:36:03: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:36:03: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:36:03: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:36:06: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:36:06: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:36:06: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:36:06: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:36:06: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:36:06: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:36:06: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:36:06: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:36:06: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:36:09: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:36:09: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:36:09: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:36:10: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:36:10: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:36:10: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:36:32: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:36:32: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:36:32: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:43:30: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:43:30: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:43:30: [SM] [0] Line 467, chatfilter.sp::CF_CheckChat()
L 02/25/2009 - 18:43:30: [SM] [1] Line 436, chatfilter.sp::CF_SayTeamHandler()
L 02/25/2009 - 18:48:26: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:48:26: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:48:26: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:48:27: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:48:27: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:48:27: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:48:27: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 18:48:27: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 18:48:27: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 18:51:07: Error log file session closed.
L 02/25/2009 - 19:27:18: SourceMod error session started
L 02/25/2009 - 19:27:18: Info (map "zm_app7e_betterbworld") (file "errors_20090225.log")
L 02/25/2009 - 19:27:18: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:27:18: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:27:18: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:27:34: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:27:34: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:27:34: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:32:56: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:32:56: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:32:56: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:33:35: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:33:35: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:33:35: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:33:47: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:33:47: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:33:47: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:33:47: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:33:47: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:33:47: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:34:01: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:34:01: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:34:01: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:34:39: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:34:39: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:34:39: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:34:39: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:34:39: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:34:39: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:35:12: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:35:12: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:35:12: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:42:15: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:42:15: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:42:15: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:42:33: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:42:33: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:42:33: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:42:36: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:42:36: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:42:36: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:42:51: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:42:51: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:42:51: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:42:53: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:42:53: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:42:53: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:42:53: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:42:53: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:42:53: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:42:54: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:42:54: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:42:54: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:42:54: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:42:54: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:42:54: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:42:56: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:42:56: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:42:56: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:42:57: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:42:57: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:42:57: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:42:58: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:42:58: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:42:58: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:42:58: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:42:58: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:42:58: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:42:59: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:42:59: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:42:59: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:42:59: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:42:59: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:42:59: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:43:01: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:43:01: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:43:01: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:43:02: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:43:02: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:43:02: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:43:03: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:43:03: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:43:03: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:43:04: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:43:04: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:43:04: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:43:06: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:43:06: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:43:06: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:43:06: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:43:06: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:43:06: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:43:07: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:43:07: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:43:07: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:43:08: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:43:08: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:43:08: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:43:09: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:43:09: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:43:09: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:43:10: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:43:10: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:43:10: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:43:10: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:43:10: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:43:10: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:43:12: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:43:12: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:43:12: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:43:13: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:43:13: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:43:13: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:43:15: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:43:15: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:43:15: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:43:17: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:43:17: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:43:17: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:43:18: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:43:18: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:43:18: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:43:20: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:43:20: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:43:20: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:43:21: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:43:21: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:43:21: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:43:22: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:43:22: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:43:22: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:43:24: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:43:24: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:43:24: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:43:25: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:43:25: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:43:25: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:43:26: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:43:26: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:43:26: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:43:27: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:43:27: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:43:27: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:43:29: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:43:29: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:43:29: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:43:31: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:43:31: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:43:31: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:43:33: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:43:33: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:43:33: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:43:36: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:43:36: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:43:36: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:43:39: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:43:39: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:43:39: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:43:43: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:43:43: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:43:43: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:43:45: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:43:45: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:43:45: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:43:49: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:43:49: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:43:49: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:44:49: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:44:49: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:44:49: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:45:09: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:45:09: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:45:09: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:46:48: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:46:48: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:46:48: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:48:16: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:48:16: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:48:16: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:48:16: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:48:16: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:48:16: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:48:20: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:48:20: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:48:20: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:48:25: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:48:25: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:48:25: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:48:26: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:48:26: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:48:26: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:48:38: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:48:38: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:48:38: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:48:41: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:48:41: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:48:41: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:48:41: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:48:41: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:48:41: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:48:46: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:48:46: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:48:46: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:48:47: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:48:47: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:48:47: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:48:50: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:48:50: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:48:50: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:48:50: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:48:50: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:48:50: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:49:04: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:49:04: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:49:04: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:49:07: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:49:07: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:49:07: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:49:08: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:49:08: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:49:08: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:49:10: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:49:10: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:49:10: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:49:14: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:49:14: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:49:14: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:49:17: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:49:17: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:49:17: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:49:19: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:49:19: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:49:19: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:49:22: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:49:22: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:49:22: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:49:23: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:49:23: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:49:23: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:49:26: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:49:26: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:49:26: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:49:34: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:49:34: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:49:34: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:49:34: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:49:34: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:49:34: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:49:50: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:49:50: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:49:50: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:49:53: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:49:53: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:49:53: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:50:03: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:50:03: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:50:03: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:52:21: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:52:21: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:52:21: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:52:32: Error log file session closed.
L 02/25/2009 - 19:52:34: SourceMod error session started
L 02/25/2009 - 19:52:34: Info (map "zm_coliseum") (file "errors_20090225.log")
L 02/25/2009 - 19:52:34: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:52:34: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:52:34: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:52:49: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:52:49: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:52:49: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:52:57: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:52:57: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:52:57: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:53:08: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:53:08: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:53:08: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:54:13: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:54:13: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:54:13: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:54:16: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:54:16: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:54:16: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:54:34: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:54:34: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:54:34: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:54:34: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:54:34: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:54:34: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:54:34: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:54:34: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:54:34: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:54:36: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:54:36: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:54:36: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:54:47: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:54:47: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:54:47: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:54:49: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:54:49: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:54:49: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:54:53: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:54:53: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:54:53: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:54:53: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:54:53: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:54:53: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:54:55: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:54:55: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:54:55: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:54:55: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:54:55: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:54:55: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:54:57: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:54:57: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:54:57: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:55:00: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:55:00: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:55:00: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:55:10: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:55:10: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:55:10: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:55:10: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:55:10: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:55:10: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:55:14: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:55:14: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:55:14: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:55:15: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:55:15: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:55:15: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:55:15: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:55:15: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:55:15: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:55:19: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:55:19: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:55:19: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:55:19: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:55:19: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:55:19: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:55:19: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:55:19: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:55:19: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:55:22: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:55:22: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:55:22: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:55:26: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:55:26: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:55:26: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 19:59:27: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 19:59:27: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 19:59:27: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:00:19: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:00:19: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:00:19: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:00:22: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:00:22: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:00:22: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:00:26: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:00:26: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:00:26: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:00:27: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:00:27: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:00:27: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:00:28: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:00:28: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:00:28: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:00:36: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:00:36: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:00:36: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:01:21: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:01:21: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:01:21: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:01:26: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:01:26: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:01:26: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:01:29: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:01:29: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:01:29: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:04:41: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:04:41: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:04:41: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:04:56: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:04:56: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:04:56: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:05:00: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:05:00: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:05:00: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:05:17: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:05:17: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:05:17: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:05:17: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:05:17: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:05:17: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:05:55: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:05:55: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:05:55: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:06:19: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:06:19: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:06:19: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:09:00: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:09:00: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:09:00: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:09:07: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:09:07: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:09:07: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:09:49: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:09:49: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:09:49: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:09:49: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:09:49: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:09:49: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:10:50: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:10:50: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:10:50: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:10:53: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:10:53: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:10:53: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:11:29: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:11:29: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:11:29: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:11:33: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:11:33: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:11:33: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:14:04: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:14:04: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:14:04: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:14:12: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:14:12: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:14:12: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:16:20: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:16:20: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:16:20: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:16:23: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:16:23: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:16:23: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:16:32: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:16:32: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:16:32: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:16:32: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:16:32: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:16:32: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:27:13: SourceMod error session started
L 02/25/2009 - 20:27:13: Info (map "zm_hellarch") (file "errors_20090225.log")
L 02/25/2009 - 20:27:13: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:27:13: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:27:13: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:27:39: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:27:39: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:27:39: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:27:39: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:27:39: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:27:39: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:29:00: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:29:00: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:29:00: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:29:32: Error log file session closed.
L 02/25/2009 - 20:29:32: SourceMod error session started
L 02/25/2009 - 20:29:32: Info (map "zm_roy_the_ship") (file "errors_20090225.log")
L 02/25/2009 - 20:29:32: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:29:32: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:29:32: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:29:37: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:29:37: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:29:37: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:29:44: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:29:44: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:29:44: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:29:58: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:29:58: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:29:58: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:29:58: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:29:58: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:29:58: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:30:40: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:30:40: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:30:40: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:31:04: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:31:04: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:31:04: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:31:08: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:31:08: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:31:08: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:31:09: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:31:09: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:31:09: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:31:12: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:31:12: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:31:12: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:31:12: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:31:12: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:31:12: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:31:12: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:31:12: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:31:12: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:31:49: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:31:49: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:31:49: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:31:54: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:31:54: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:31:54: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:31:54: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:31:54: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:31:54: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:34:49: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:34:49: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:34:49: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:35:04: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:35:04: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:35:04: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:35:04: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:35:04: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:35:04: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:35:12: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:35:12: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:35:12: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:35:13: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:35:13: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:35:13: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:35:15: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:35:15: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:35:15: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:35:19: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:35:19: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:35:19: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:35:21: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:35:21: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:35:21: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:35:24: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:35:24: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:35:24: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:35:27: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:35:27: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:35:27: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:35:36: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:35:36: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:35:36: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:35:38: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:35:38: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:35:38: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:35:46: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:35:46: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:35:46: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:35:49: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:35:49: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:35:49: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:36:10: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:36:10: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:36:10: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:36:12: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:36:12: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:36:12: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:36:13: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:36:13: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:36:13: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:36:13: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:36:13: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:36:13: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:36:15: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:36:15: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:36:15: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:36:18: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:36:18: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:36:18: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:36:21: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:36:21: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:36:21: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:36:23: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:36:23: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:36:23: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:36:30: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:36:30: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:36:30: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:36:32: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:36:32: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:36:32: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:36:35: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:36:35: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:36:35: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:36:57: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:36:57: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:36:57: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:36:58: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:36:58: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:36:58: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:36:58: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:36:58: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:36:58: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:37:06: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:37:06: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:37:06: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:37:12: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:37:12: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:37:12: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:37:16: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:37:16: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:37:16: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:37:23: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:37:23: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:37:23: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:37:26: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:37:26: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:37:26: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:37:53: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:37:53: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:37:53: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:37:56: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:37:56: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:37:56: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:38:00: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:38:00: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:38:00: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:38:15: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:38:15: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:38:15: [SM] [0] Line 467, chatfilter.sp::CF_CheckChat()
L 02/25/2009 - 20:38:15: [SM] [1] Line 432, chatfilter.sp::CF_SayHandler()
L 02/25/2009 - 20:38:17: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:38:17: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:38:17: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:38:27: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:38:27: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:38:27: [SM] [0] Line 467, chatfilter.sp::CF_CheckChat()
L 02/25/2009 - 20:38:27: [SM] [1] Line 432, chatfilter.sp::CF_SayHandler()
L 02/25/2009 - 20:38:44: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:38:44: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:38:44: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:38:44: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:38:44: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:38:44: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:38:51: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:38:51: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:38:51: [SM] [0] Line 467, chatfilter.sp::CF_CheckChat()
L 02/25/2009 - 20:38:51: [SM] [1] Line 432, chatfilter.sp::CF_SayHandler()
L 02/25/2009 - 20:39:01: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:39:01: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:39:01: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:39:02: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:39:02: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:39:02: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:39:27: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:39:27: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:39:27: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:39:41: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:39:41: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:39:41: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:39:42: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:39:42: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:39:42: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:39:42: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:39:42: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:39:42: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:40:12: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:40:12: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:40:12: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:40:32: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:40:32: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:40:32: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:41:37: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:41:37: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:41:37: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:41:38: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:41:38: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:41:38: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:41:38: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:41:38: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:41:38: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:41:38: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:41:38: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:41:38: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:41:39: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:41:39: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:41:39: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:42:20: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:42:20: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:42:20: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:42:23: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:42:23: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:42:23: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:42:23: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:42:23: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:42:23: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:43:08: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:43:08: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:43:08: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:43:09: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:43:09: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:43:09: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 20:52:00: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 20:52:00: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 20:52:00: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 21:00:01: Error log file session closed.
L 02/25/2009 - 21:00:01: SourceMod error session started
L 02/25/2009 - 21:00:01: Info (map "zm_little_city_v5") (file "errors_20090225.log")
L 02/25/2009 - 21:00:01: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 21:00:01: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 21:00:01: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 21:00:01: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 21:00:01: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 21:00:01: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 21:00:02: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 21:00:02: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 21:00:02: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 21:00:28: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 21:00:28: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 21:00:28: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 21:00:39: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 21:00:39: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 21:00:39: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 21:05:32: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 21:05:32: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 21:05:32: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 21:05:54: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 21:05:54: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 21:05:54: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 21:31:16: Error log file session closed.
L 02/25/2009 - 21:31:16: SourceMod error session started
L 02/25/2009 - 21:31:16: Info (map "zm_temple_v2") (file "errors_20090225.log")
L 02/25/2009 - 21:31:16: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 21:31:16: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 21:31:16: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 21:31:16: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 21:31:16: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 21:31:16: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 21:31:26: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 21:31:26: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 21:31:26: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 21:32:20: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 21:32:20: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 21:32:20: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 21:32:52: [sodstats.smx] [SoD-Stats] SQL_LoadPlayerCallback failure: unrecognized token: "\"
L 02/25/2009 - 21:34:15: [sodstats.smx] [SoD-Stats] SQL_LoadPlayerCallback failure: unrecognized token: "\"
L 02/25/2009 - 21:47:05: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 21:47:05: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 21:47:05: [SM] [0] Line 467, chatfilter.sp::CF_CheckChat()
L 02/25/2009 - 21:47:05: [SM] [1] Line 432, chatfilter.sp::CF_SayHandler()
L 02/25/2009 - 21:49:16: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 21:49:16: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 21:49:16: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 21:57:25: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 21:57:25: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 21:57:25: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 21:57:36: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 21:57:36: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 21:57:36: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 22:00:05: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 22:00:05: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 22:00:05: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 22:00:59: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 22:00:59: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 22:00:59: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 22:01:11: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 22:01:11: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 22:01:11: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 22:01:11: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 22:01:11: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 22:01:11: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 22:02:11: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 22:02:11: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 22:02:11: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 22:03:16: Error log file session closed.
L 02/25/2009 - 22:03:16: SourceMod error session started
L 02/25/2009 - 22:03:16: Info (map "zm_hangum_high") (file "errors_20090225.log")
L 02/25/2009 - 22:03:16: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 22:03:16: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 22:03:16: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()
L 02/25/2009 - 22:03:26: [SM] Plugin encountered error 15: Array index is out of bounds
L 02/25/2009 - 22:03:26: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/25/2009 - 22:03:26: [SM] [0] Line 336, chatfilter.sp::OnClientSettingsChanged()

Lebson506th
02-25-2009, 16:05
...that's the same error

I know why it's happening. Because chundo didn't use the built in MAXPLAYERS value -.-

Here.

HanoverFist
03-05-2009, 19:48
did this break with last update? It's not working here now.

Lebson506th
03-05-2009, 19:57
Works fine for me on DoD:S

zhelev81
03-05-2009, 21:27
I found one more bug :) it doesnt silence on team chat ,can we fix it ?

Lebson506th
03-05-2009, 21:32
Huh? What do you mean it doesn't "silence"?

zhelev81
03-05-2009, 21:36
it doesnt filter any bad word in team messages :)

Lebson506th
03-05-2009, 21:38
Can anyone else confirm that?

...is chundo still willing to work on this?

chundo
03-06-2009, 01:23
Well, considering I just posted a new version a week ago...

Anything in your logs, zhelev?

zhelev81
03-06-2009, 07:10
No everything is fine with the logs ,but if you go back in the posts u'll see that I was getting so many errors which Lebson fix in a edited version ,u may want to update the firs post with the fixed one.No errors now but i see [adminseeall] bad words are not filtered.:)

tnx for the quick reply.

Lebson506th
03-06-2009, 07:30
Well, considering I just posted a new version a week ago...

Anything in your logs, zhelev?

I only ask because I probably shouldn't be posted "fixed" versions if you are still around and willing to do it yourself, that's all.

Lebson506th
03-06-2009, 07:31
No everything is fine with the logs ,but if you go back in the posts u'll see that I was getting so many errors which Lebson fix in a edited version ,u may want to update the firs post with the fixed one.No errors now but i see [adminseeall] bad words are not filtered.:)

tnx for the quick reply.

Thats the admin see all plugin repeating a player's text to you before its filtered by this plugin. Thats not this plugin's fault.

zhelev81
03-06-2009, 07:50
so no problem ,the plugin filters it but I still see it just because i'm admin ?

Lebson506th
03-06-2009, 07:52
so no problem ,the plugin filters it but I still see it just because i'm admin ?

You can still see it because that other plugin is copying what they said before this one changes it.

zhelev81
03-06-2009, 08:26
Understood :P) thnx:up:

I wanted to tell Chundo that I have a good idea for this plugin and maybe u want also Lebson to help ??

My idea is to mute/silence/gag this ppl for time by id and even if the reconnect still to be muted .

Also Mute option to be added to the menu so u can do it manually from the menu.

l0gen
03-06-2009, 11:48
A nice feature to add, a language filter.

If you have a server which is English only, other languages should be banned and not be visible to the server chat.

The user gets a warning when he tries to talk a language that is banned.

This can be done by looking for words in the players chat, if it contains more then X amount of 'banned' language words the chat won't come trough.

Then we need a file with most used words in a server in different languages.

Made a topic in 'Plugin/Gameplay Ideas and Requests '
http://forums.alliedmods.net/showthread.php?t=87077

Lebson506th
03-06-2009, 12:03
Other than extended ascii characters, how would you tell what a foreign word is?

zhelev81
03-06-2009, 12:04
Also nice idea :up::up::up:

l0gen
03-06-2009, 12:11
Other than extended ascii characters, how would you tell what a foreign word is?

Well, are you going to talk in ASCII characters every time?
And these words can be added, or be checked too.

Lebson506th
03-06-2009, 12:21
Languages like German use the same alphabet as English, so how would you tell the difference?

That's all I meant.


You can't have a dictionary of all words you don't want in every language =/

Mr E. Unknown
03-07-2009, 03:49
Is there any specific reason why SayText2 is used instead of just SayText?

For reasons tied to the orbit of the moon, sun spots or some other phenomena (read, probably Valve bug I guess), this (chatfilter) plugin does not work on DOD:S when using mode 1 (replace), but does work with HL2:MP (DM), CS:S, TF2 and L4D.

To make matters more confusing, DJ Tsunami's Advertisements plugin also uses SayText2 but works on DOD:S just fine. :?

Would it be possible for a future version (0.5?) of this plugin to use SayText if SayText2 is not really required, or alternatively to detect the host game/mod and use SayText on DOD:S so that admins aren't forced to maintain local patches all the time to get the plugin working whenever there's an update? Please? :)

zhelev81
03-07-2009, 08:14
Languages like German use the same alphabet as English, so how would you tell the difference?

That's all I meant.


You can't have a dictionary of all words you don't want in every language =/

LEBSON :

I wanted to tell Chundo that I have a good idea for this plugin and maybe u want also Lebson to help ??

My idea is to mute/silence/gag this ppl for time by id and even if the player reconnects still to be muted .

Also Mute option to be added to the menu so u can do it manually from the menu.

Lebson506th
03-07-2009, 09:46
I read what you said, you don't need to repeat it.

It's not my plugin, so its not my place to add features.

zhelev81
03-07-2009, 11:49
ok:grrr:

HanoverFist
03-08-2009, 09:23
I have always gotten this with chatfilter. I thought maybe I'd check to see if there is a solution.

L 03/07/2009 - 19:17:35: SourceMod error session started
L 03/07/2009 - 19:17:35: Info (map "pl_goldrush") (file "errors_20090307.log")
L 03/07/2009 - 19:17:35: [SM] Native "GetClientTeam" reported: Client 6 is not in game
L 03/07/2009 - 19:17:35: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 03/07/2009 - 19:17:35: [SM] [0] Line 572, /home/groups/alliedmodders/forums/files/3/7/8/0/7/37973.attach::CF_PrintToChat()
L 03/07/2009 - 19:17:35: [SM] [1] Line 468, /home/groups/alliedmodders/forums/files/3/7/8/0/7/37973.attach::CF_CheckChat()
L 03/07/2009 - 19:17:35: [SM] [2] Line 432, /home/groups/alliedmodders/forums/files/3/7/8/0/7/37973.attach::CF_SayTeamHandler()
L 03/07/2009 - 19:38:14: Error log file session closed.
L 03/07/2009 - 20:13:13: SourceMod error session started
L 03/07/2009 - 20:13:13: Info (map "cp_dustbowl") (file "errors_20090307.log")
L 03/07/2009 - 20:13:13: [SM] Native "GetClientTeam" reported: Client 8 is not in game
L 03/07/2009 - 20:13:13: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 03/07/2009 - 20:13:13: [SM] [0] Line 572, /home/groups/alliedmodders/forums/files/3/7/8/0/7/37973.attach::CF_PrintToChat()
L 03/07/2009 - 20:13:13: [SM] [1] Line 468, /home/groups/alliedmodders/forums/files/3/7/8/0/7/37973.attach::CF_CheckChat()
L 03/07/2009 - 20:13:13: [SM] [2] Line 432, /home/groups/alliedmodders/forums/files/3/7/8/0/7/37973.attach::CF_SayTeamHandler()
L 03/07/2009 - 20:17:51: [SM] Native "GetClientTeam" reported: Client 8 is not in game
L 03/07/2009 - 20:17:51: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 03/07/2009 - 20:17:51: [SM] [0] Line 572, /home/groups/alliedmodders/forums/files/3/7/8/0/7/37973.attach::CF_PrintToChat()
L 03/07/2009 - 20:17:51: [SM] [1] Line 468, /home/groups/alliedmodders/forums/files/3/7/8/0/7/37973.attach::CF_CheckChat()
L 03/07/2009 - 20:17:51: [SM] [2] Line 432, /home/groups/alliedmodders/forums/files/3/7/8/0/7/37973.attach::CF_SayTeamHandler()
L 03/07/2009 - 20:23:30: Error log file session closed.

zhelev81
03-08-2009, 09:36
Just use this version here : 127 (https://forums.alliedmods.net/showpost.php?p=768993&postcount=127) it work with no errors :)

:wink:

chundo
03-08-2009, 21:43
So does the posted version. I updated it over a week ago.

zhelev81
03-08-2009, 21:53
So does the posted version. I updated it over a week ago.


ok did you see my post here Chundo ... what do u think can you add it to your plugin ? 140 (https://forums.alliedmods.net/showpost.php?p=775088&postcount=140)

tnx

Dinosaur Gas
03-22-2009, 11:47
Can someone post a version compatible with sourcebans, or highlight the exact code I need to replace to make it compatible. Thanks.

Mosalar
03-23-2009, 14:45
Find line 540
BanClient(client, 60, BANFLAG_AUTO, "Innapporiate behavior or username", "Inappropriate behavior or username");

Change to
ServerCommand("sm_ban #%d 0 \"Innapporiate language or username\"", GetClientUserId(client));

This works fine for me. Just change 0 to whatever time you want. :-)

chundo
03-28-2009, 16:43
ok did you see my post here Chundo ... what do u think can you add it to your plugin ? 140 (https://forums.alliedmods.net/showpost.php?p=775088&postcount=140)

tnx

Just install PermaMute (http://forums.alliedmods.net/showthread.php?t=71863&highlight=pmute) and change the "action" in chatfilter.cfg to "sm_pmute".

zhelev81
03-28-2009, 17:00
Just install PermaMute (http://forums.alliedmods.net/showthread.php?t=71863&highlight=pmute) and change the "action" in chatfilter.cfg to "sm_pmute".

I tried that ,but the problem is that I don't want to mute players permanent ,can you pls edit that plugin to work for time ???

chundo
03-28-2009, 18:29
Nope, that's way out of scope for this plugin - write another plugin that has a time-based muting command and just call it from chatfilter as described above.

zhelev81
03-28-2009, 20:38
If I knew how to do this I wouldn't be asking for your help I think :wink:

Anyway Tnx !

zhelev81
04-26-2009, 17:49
cannot stop !me and /me commands and players still writing while silenced and all ppl on me servers already know that .... This bug is more to sourcemod I think but pls help if you can :|

doodle
07-01-2009, 18:24
Hi

I recently tried installing this on my gmod10 server and I'm having no luck with it at all, it's not even showing up in the sm plugins list, and when I try sm plugins load chatfilter it merely brings up the list of plugins already installed :|

Am I right in thinking that you only install chatfilter.smx, chatfilter.cfg and phrases.chatfilter.txt? If so I've done all that (I tried installing everything under the installation heading but that didn't work either...)

L 07/01/2009 - 22:39:23: [SM] Displaying call stack trace for plugin "nextmap.smx":
L 07/01/2009 - 22:39:23: [SM] [0] Line 129, nextmap.sp::FindAndSetNextMap()
L 07/01/2009 - 22:39:23: [SM] [1] Line 99, nextmap.sp::OnConfigsExecuted()
L 07/01/2009 - 23:00:43: SourceMod error session started
L 07/01/2009 - 23:00:43: Info (map "gm_construct") (file "errors_20090701.log")
L 07/01/2009 - 23:00:43: [SM] Fatal error encountered parsing translation file "chatfilter.phrases.txt"
L 07/01/2009 - 23:00:43: [SM] Error (line 0, column 0): Stream failed to openThat's from my error log...

I've since tried reinstalling it to no avail.

Help! D:

Thanks in advance

Nail
07-26-2009, 08:44
How to remove dependence on the register (A->a,B->b,C->c,...,А->а,Б->б,...)?
Как отключить зависимость от регистра букв? (A->a,B->b,C->c,...,А->а,Б->б,...)
Без этого, даже слово из 4-х букв умеет нереальное число комбинаций (включая пробелы)


L 07/29/2009 - 04:22:20: [SM] Plugin encountered error 15: Array index is out of bounds
L 07/29/2009 - 04:22:20: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 07/29/2009 - 04:22:20: [SM] [0] Line 613, /home/groups/sourcemod/upload_tmp/phpWNDUDv.sp::CF_MatchKeyword()
L 07/29/2009 - 04:22:20: [SM] [1] Line 461, /home/groups/sourcemod/upload_tmp/phpWNDUDv.sp::CF_CheckChat()
L 07/29/2009 - 04:22:20: [SM] [2] Line 428, /home/groups/sourcemod/upload_tmp/phpWNDUDv.sp::CF_SayHandler()

nightrider
09-09-2009, 13:20
Is there a command to reload the chat filter,
with out restarting your server?

I assume in console
sm_chatfilter_enable 1
sm_chatfilter_enable 0

Thank you in advance.

Shouldercannon
09-10-2009, 03:15
Whether support of Russian words is possible?

KhyrOO
09-26-2009, 09:15
Hi, i got this in my logs:

L 09/26/2009 - 14:48:23: SourceMod error session started
L 09/26/2009 - 14:48:23: Info (map "cp_fastlane") (file "errors_20090926.log")
L 09/26/2009 - 14:48:23: [SM] Native "GetClientTeam" reported: Client 12 is not in game
L 09/26/2009 - 14:48:23: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 09/26/2009 - 14:48:23: [SM] [0] Line 572, /home/groups/sourcemod/upload_tmp/phpQLIXpx.sp::CF_PrintToChat()
L 09/26/2009 - 14:48:23: [SM] [1] Line 468, /home/groups/sourcemod/upload_tmp/phpQLIXpx.sp::CF_CheckChat()
L 09/26/2009 - 14:48:23: [SM] [2] Line 432, /home/groups/sourcemod/upload_tmp/phpQLIXpx.sp::CF_SayTeamHandler()

Great Biggie
02-22-2010, 19:43
sourcemod 1.3.1
metamod 1.8.0v
TF2 on linux server

Getting these errors, didnt get them until i upgraded to new SM and MM

L 02/22/2010 - 18:54:18: [SM] Native "GetClientTeam" reported: Client 26 is not in game
L 02/22/2010 - 18:54:18: [SM] Displaying call stack trace for plugin "chatfilter.smx":
L 02/22/2010 - 18:54:18: [SM] [0] Line 572, /home/groups/alliedmodders/forums/files/3/7/8/0/7/37973.attach::CF_PrintToChat()
L 02/22/2010 - 18:54:18: [SM] [1] Line 468, /home/groups/alliedmodders/forums/files/3/7/8/0/7/37973.attach::CF_CheckChat()
L 02/22/2010 - 18:54:18: [SM] [2] Line 432, /home/groups/alliedmodders/forums/files/3/7/8/0/7/37973.attach::CF_SayTeamHandler()

Danfocus
03-23-2010, 02:54
How to remove dependence on the register (A->a,B->b,C->c,...,А->а,Б->б,...)?
Как отключить зависимость от регистра букв? (A->a,B->b,C->c,...,А->а,Б->б,...)
Без этого, даже слово из 4-х букв умеет нереальное число комбинаций (включая пробелы)

Whether support of Russian words is possible?

Вот функция для приведения к нижнему регистру
StringToLower(const String:value[], String:lvalue[]) {
new String:BCHAR[][] = {"А","Б","В","Г","Д","Е","Ё","Ж","З","И","Й","К","Л","М","Н","О","П","Р","С","Т","У","Ф","Х","Ц","Ч","Ш","Щ","Ь","Ы","Ъ","Э","Ю","Я"};
new String:LCHAR[][] = {"а","б","в","г","д","е","ё","ж","з","и","й","к","л","м","н","о","п","р","с","т","у","ф","х","ц","ч","ш","щ","ь","ы","ъ","э","ю","я"};
strcopy(lvalue,191,value);
for (new i = 0; i < 33; i++) {
ReplaceString(lvalue, 191, BCHAR[i], LCHAR[i], true);
}
}И функция проверки должна выглядить примерно так
CF_MatchKeyword(const String:value[], String:match[], &offset, keywordidx) {
new String:lowvalue[191];
StringToLower(value, lowvalue);
for (new i = keywordidx; i < g_cfKeywordCt; ++i) {
if ((offset = StrContains(lowvalue, g_cfKeywords[i], false)) != -1 ) {
strcopy(match, strlen(g_cfKeywords[i])+1, value[offset]);
match[offset+strlen(g_cfKeywords[i])+1] = '\0';
return i;
}
}
return -1;
}

Danfocus
03-25-2010, 00:59
Hi, i got this in my logs:

To avoid this need to patch in func CF_PrintToChat

find:
if (client != 0) {
if (teamonly && GetClientTeam(j) == GetClientTeam(client)) {
sendMessage = true;
}change to:
if (client != 0) {
if (teamonly && IsClientInGame(j) && GetClientTeam(j) == GetClientTeam(client)) {
sendMessage = true;
}

HowToPlay
08-26-2010, 10:01
Вот функция для приведения к нижнему регистру
StringToLower(const String:value[], String:lvalue[]) {
new String:BCHAR[][] = {"А","Б","В","Г","Д","Е","Ё","Ж","З","И","Й","К","Л","М","Н","О","П","Р","С","Т","У","Ф","Х","Ц","Ч","Ш","Щ","Ь","Ы","Ъ","Э","Ю","Я"};
new String:LCHAR[][] = {"а","б","в","г","д","е","ё","ж","з","и","й","к","л","м","н","о","п","р","с","т","у","ф","х","ц","ч","ш","щ","ь","ы","ъ","э","ю","я"};
strcopy(lvalue,191,value);
for (new i = 0; i < 33; i++) {
ReplaceString(lvalue, 191, BCHAR[i], LCHAR[i], true);
}
}И функция проверки должна выглядить примерно так
CF_MatchKeyword(const String:value[], String:match[], &offset, keywordidx) {
new String:lowvalue[191];
StringToLower(value, lowvalue);
for (new i = keywordidx; i < g_cfKeywordCt; ++i) {
if ((offset = StrContains(lowvalue, g_cfKeywords[i], false)) != -1 ) {
strcopy(match, strlen(g_cfKeywords[i])+1, value[offset]);
match[offset+strlen(g_cfKeywords[i])+1] = '\0';
return i;
}
}
return -1;
}

Если у кого получилось, скинте исходник всего плагина.
P.s. интересно почему для англ keywords срабатывает в любом случа (при маленьком и большом регистре), а для рус несрабатывает.

halbblah
11-02-2010, 06:41
would be better if this accepted wildcards, so this plugin can distuingish between chat commands or swear words. Like this:
"fu" is replaced, but "/fu" is allowed

Paparazziv2
08-22-2011, 21:09
Just use this version here : 127 (https://forums.alliedmods.net/showpost.php?p=768993&postcount=127) it work with no errors :)

:wink:
thanks =D

illbill_rotterdam
10-02-2012, 16:01
is there also a option to use regex? So i can filter ip en website address?
Like this command: (?<http>(http:[\/][\/]|www.)([a-z]|[A-Z]|[0-9]|[\/.]|[~])*) ?

TUSK3N1337
05-03-2014, 19:43
Is there someone who can make this work in cs:go?

TomXPro
08-23-2014, 19:18
Does it not work with CSGO?