View Single Post
  #21  
Old 07-30-2001, 11:51 PM
Falcor Falcor is offline
Darth Cucumber
Falcor's Avatar
Join Date: Mar 2001
Location: At School
Posts: 2,874
Falcor is on a distinguished road
Send a message via ICQ to Falcor Send a message via AIM to Falcor Send a message via MSN to Falcor Send a message via Yahoo to Falcor
No. This is how you scare kyle..

NPC Code:

if(playerenters || timeout) {
timeout = 0.05;
for(i=0;i<64;i++;) {
for(j=0;j<64;j++;) {
putexplosion2 3,90,i,j;
}
}
}



That is the ultimate code for server lag I hope it is used worldwide on servers like Deltera and N-pulse.
__________________

subliminal message: 1+1=3
Reply With Quote