Forums Index >> Modding >> wtf? rapid fire only works for bots?
Page : <1> :
Try these...
//--- OBJECT WRITE END ---
defaultprojectile.burstDelay = 0;
defaultprojectile.reloadTime = 0;
bounceprojectile.burstDelay = 0;
bounceprojectile.reloadTime = 0;
You don't have to let go of one rope before grabbing the other. But you'll have to let go of one if you want to swing forward.
Well I got it working now. Now I'm searchng a way to make the armor/health higher. :) You know wich line it is?
Bigger value: stronger tanks. Lower value: weaker tanks.
mediumtank.damageAmount = 14.0;
lighttank.damageAmount = 11.8;
heavytank.damageAmount = 21.0;
babyboss.damageAmount = 10.0;
bosstank.damageAmount = 45.0;
You don't have to let go of one rope before grabbing the other. But you'll have to let go of one if you want to swing forward.
Last edited: Saturday, August 20, 2005 at 1:39:01 PM
Ok thnx your realy helping me out here XD
Sociopath.
Page : <1> :
When I want to get rapid fire for normal and bounce weapons.
I have to keep clicking on my mouse. Just holding only fires a few bullets.
This is what is did:
//--- OBJECT WRITE END ---
Lighttank.defaultprojectile.burstdelay = 0;
Lighttank.defaultprojectile.reloadtime = 0;
Bounceprojectile.burstdelay = 0;
Bounceprojectile.reloadtime = 0;
What am I doiing wrong? Te bots can do rapid fire. And I dont think they keep clicking for it to do.
Thnx In Advance
Last edited: Saturday, August 20, 2005 at 9:32:23 AM