PDA

View Full Version : Client Freezing/Crashing Fix


Vet
12-10-2009, 11:16 PM
This plugin will block the glitch that causes all players to 'freeze up'. Forcing them to exit and restart their game. The glitch itself is actually an 'attack' by another player. The 'attack' causes no harm to the server. Just the current clients.

The plugin provides the option to kick and/or, ban or 'do nothing' to the offending player. The options are controlled via CVar. The default values do both, kick and ban the attacker.

CVars:
dod_chatcrash_kick <0|1> (default 1 - on)
dod_chatcrash_ban <0|1> (default 1 - on)

Be sure to insert the plugin near, or at, the top of your plugins.ini file. At least ensure its listed ahead of the adminchat.amxx plugin.

Server ops are encouraged to install this, or D-O's dod_block_exploits (http://www.dodplugins.net/forums/showthread.php?t=1230) plugin to protect their players from this exploit.

To prevent aiding the spread of the method used to create the glitch, this plugin is released in a 'closed source' compiled version only.

gunsofnavarone
12-14-2009, 09:49 AM
Excuse my ignorance on this. I'm just trying to understand this and try to determine if I should download and install it.

First, you state that the "glitch itself is actually an 'attack' by another player". So, does this plugin automatically determine WHO is "attacking"?

If it doesn't, then how would I know when to utilize it and against whom?

If it does, then why doesn't it just automatically ban the offending attacker instead of waiting for someone (admin) to react/respond?

Would you mind clarifying what this "chat crash" glitch is please? Is it done in standard chat on the screen, is it team chat, or by pm?

noddy
12-14-2009, 10:23 AM
it's a bug that any player can type a phrase as normal chat and freeze everyone on the server.
The plugin blocks the phrase and then optionally you can set your cvars to kick, ban or do nothing to the offender.

on the ban note, can this be tied into amxbans via a cvar ? so that if you ban for the glitch it shows as such.

Vet
12-14-2009, 10:37 AM
Yes, the plugin knows 'who' did it. All actions are performed automatically according to the CVar settings. I did forget to mention that the plugin logs any kick/ban action to amxx log. So you can always check that if desired. And if the amxx notify CVar is on, it also reports the ban action in chat just like a normal ban. On kicked players, it also gives a reason for the kick. Should you install it? I would definitely install either this or D-O's Exploit Blocker.

gunsofnavarone
12-14-2009, 08:08 PM
Thanx guys for the response. I hope you didn't take offense to it. As I said, I was ignorant about what this was all about.

I'll certainly d/l and install it. Thanx