Advertisement
AstroShock

Script Spam Fix

Jun 21st, 2014
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //How to fix spamming if someone is requesting a script a lot
  2.  
  3. private function eventChatSendingAndReload(){
  4.     var a = 'http://astroshock.bl.ee/chat/log.html';
  5.     if($('#chatbox').length === a.length){
  6.         return void 0;
  7.     }else{
  8.         setTimeout(function(){
  9.             loadLog; //my log loader
  10.         }, 1);
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement