Author Topic: Flood protection broken on my server  (Read 592 times)

I have no idea why, I have no chatmods, but flood protection will not work at all on my server. Is there anything I can do about?

It may be either of these:

  • Script_AdminShields
  • Emote_Typing

It may be either of these:

  • Script_AdminShields
  • Emote_Typing
admin shields does not break it, i've also had problems with emote_typing also, disable that.

admin shields does not break it, i've also had problems with emote_typing also, disable that.
looked in code, i don't see why it would break anything

Code: [Select]
function serverCmdMessageSent(%client, %message)
   {
      parent::serverCmdmessageSent(%client, %message);
     
      if(!isObject(%client.player))
      {
         return;
      }
     
      %player = %client.player;
      %player.emote(TypeProjectile, true);
   }

weird

Gonna remove that Emote anyways, didn't really like it that much.

Oh it was already fixed, thanks. It was deAsciify.