Aebian 18 Posted March 27, 2014 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
cobra4v320 27 Posted March 27, 2014 (edited) 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 March 27, 2014 by cobra4v320 Share this post Link to post Share on other sites
John Kozak 14 Posted March 27, 2014 May be different weapons. Check with "weapons vehicle player" in debug window Share this post Link to post Share on other sites
Lala14 135 Posted March 27, 2014 (edited) 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 March 27, 2014 by Lala14 Share this post Link to post Share on other sites
cobra4v320 27 Posted March 27, 2014 I dont know why I didnt think about that, adding the weapon first...doh Share this post Link to post Share on other sites
Lala14 135 Posted March 27, 2014 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
weparo 10 Posted March 27, 2014 Allow me a dumb question, where is the difference between the two rocket types? Share this post Link to post Share on other sites