Forums Index >> Modding >> wtf? rapid fire only works for bots?



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

Saturday, August 20, 2005 at 9:24:05 AM

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.

Saturday, August 20, 2005 at 10:06:53 AM

Well I got it working now. Now I'm searchng a way to make the armor/health higher. :) You know wich line it is?

Saturday, August 20, 2005 at 1:23:30 PM

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

Saturday, August 20, 2005 at 1:37:51 PM

Ok thnx your realy helping me out here XD

Saturday, August 20, 2005 at 1:58:15 PM

Sociopath.

Saturday, August 20, 2005 at 3:04:31 PM

Page : <1> :

insert quote insert url insert email insert image bold italic underline superscript subscript horizontal rule : : Help on using forum codes

Add comment:

HTML is disabled within comments, but ZBB Code is enabled.

Back to the top

Web site designed, maintained and funded by -z- and Dan MacDonald