Forums Index >> Modding >> New Weapon: MUST HAVE!!
Page : <1> :
Kool nice one XD
Friday, April 02, 2004 at 11:25:06 PM
Ty -v- ;)
Friday, April 02, 2004 at 11:28:00 PM
SCOTTY DON'T DISS MY SNIPER WEAPON XO XO XO
Sunday, April 04, 2004 at 12:52:36 PM
I saw it and tried it. Its kool B)
Sunday, April 04, 2004 at 12:53:52 PM
I can't tell who are u dissin ur weapon or Cybers?
Sunday, April 04, 2004 at 8:10:23 PM
Wat code is it there is a lot alrteady );
Monday, May 03, 2004 at 6:59:47 PM
Page : <1> :
Ok everyone, I warn you, this weapon is almost as bad as the Sniper. I can't believe it myself!! It's called Black Death. It's a weapon that you have to use when up-close to someone, but not too close. One shot with this and you are dead!! It may look small, but don't underestimate it!! It will take over your original splashprojectile (the big blue one).
USE WITH CAUTION AND TELL ME HOW YOU LIKE IT!! (practice on the bots)
Here's the code:
Splashprojectile.resource = "game/data/shapes/tanks/smoke.png";
Splashexplosion.resource = "game/data/shapes/tanks/muzzleflash.png";
Splashprojectile.damage = 15;
Splashprojectile.count = 1000;
Splashprojectile.burstcount = 30;
Splashprojectile.gravityscale = 0.005;
Splashprojectile.velocity = 50;
Splashprojectile.sizescale = 2;
Splashprojectile.reloadtime = 10;
Splashprojectile.burstdelay = 2;
Splashprojectile.startscale = 5;
Splashprojectile.endscale = 15;
For those of you that are new like me, copy this and paste it after //--- OBJECT WRITE END ---. Click at the end of this sentence, hit enter twice, and then paste this. Hope you like it!!
-scotty
Last edited: Friday, April 02, 2004 at 3:22:01 PM