View Single Post
  #2  
Old 05-01-2004, 09:11 PM
WanDaMan WanDaMan is offline
Master Tux
WanDaMan's Avatar
Join Date: Aug 2002
Location: England, United Kingdom
Posts: 5,571
WanDaMan is a jewel in the roughWanDaMan is a jewel in the rough
Send a message via MSN to WanDaMan
a script can clog up the npc server, i.e

if(created) timeout = 0.05;
if(timeout){
for(i=0;i<10000;i++){
sendtorc i;
}
timeout=0.05;
}

or something similar
__________________
V$:CONFL16T
Reply With Quote