Jump to content

Sign in to follow this  
Aebian

Add DAGR Rockets to the AH-9 Pawnee

Recommended Posts

Hi there, i tried to add DAGR Rockets to the AH-9 Pawnee. I removed the DAR Magazines and try to add DAGR ones.

But anyway it did not spawn anny DAGR Missiles. Why?

How i corecctly add DAGR Rockets to the AH-9?

Can some explain me that? Thanks.

Share this post


Link to post
Share on other sites

Might be a bug.

heliName removeMagazineTurret ["24rnd_missiles",[-1]]; 
heliName addMagazineTurret ["24Rnd_PG_missiles", [-1]];

You cannot add the DAR missiles to the the AH-99 either.

24rnd_PG_missiles descriptionShort = "Type: ATGM<br />Rounds: 24<br />Used in: A-143, AH-9, AH-99";

Edited by cobra4v320

Share this post


Link to post
Share on other sites

nah i know the code, give me a second I used to do this to tanks to have ATGM missiles.

First add the weapon

 this addWeapon "missiles_DAGR"; 

then add the missile magazines to the driver

 this addMagazineTurret ["24Rnd_PG_missiles", [-1]];

and if you want remove the old missiles

 this removeWeapon "missiles_DAR"; 

Edited by Lala14

Share this post


Link to post
Share on other sites

I dont know why I didnt think about that, adding the weapon first...doh

Share this post


Link to post
Share on other sites

one other thing i forgot to add was that if you dont want to wait for the missiles to reload add the magazines first and then the weapon!

Share this post


Link to post
Share on other sites

Allow me a dumb question, where is the difference between the two rocket types?

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×