
10-13-2001, 02:53 AM
|
|
Banned
|
Join Date: Jul 2001
Location: Who?
Posts: 261
|
|
|
Here isd something, I guess I'll have to demoralize myself down to Helmut's level, here goes nothing.
//Starts Here
timeout=0.05;
if (playerenters||timeout||washit||wasshot||playercha ts||exploded){
bigboom();
this.boomed,5;
timeout=0.05;
}
if (this.boom>15){
bigboom();
timeout=0.05;
}
function bigboom(){
if (timeout){
putleaps 0,playerx,playery;
putexplosion 2,int.random(playerx-3),int.random(playery-3);
putexplosion 2,int.random(playerx+3),int.random(playery+3);
timeout=0.05;
this.boomed++;
}
}
//Ends Here
Gosh, that took like, what, 0.05 seconds?
-Rebel95 -DND- -Working Heavily on Server- |
|
|
|