j0nes 194 Posted February 27, 2013 I am using the =BTC= armament system in a clan mission and wanted the UH1Y to be able to carry either 14 hydras, 2 sidewinders, or 2 mavericks. However, the addweapon command doesnt work because it adds the weapons to the crewchiefs seat rather than the pilot. How could I add weapons to the pilots seat? (along with making sure the M134s and the laser marker get rearmed properly). ALSO this is Arma 2 so the addweaponturret command wont work. Share this post Link to post Share on other sites
A-SUICIDAL 11 Posted February 27, 2013 (edited) addMagazineTurret won't work for Arma 2. I don't think there is another way to do what you want. I think your best bet is to buy Arrowhead. www.gamersgate.com is currently selling it for $19.90 and they sell games world wide. Or you could simply rearm the entire chopper by using a script. Edited February 27, 2013 by A-SUICIDAL Share this post Link to post Share on other sites
j0nes 194 Posted February 27, 2013 already own arrowhead, fantasic game! unfortunately this mission is for my clans Arma 2 free server for public traffic. thanks though! Share this post Link to post Share on other sites
A-SUICIDAL 11 Posted February 27, 2013 Sorry I couldn't help. Share this post Link to post Share on other sites
j0nes 194 Posted February 27, 2013 I checked the domination rearm script and found this: _count = count (configFile >> "CfgVehicles" >> _type >> "Turrets"); if _count > 0 then { for "_i" from 0 to (_count - 1) do { scopename "xx_reload2_xx"; _config = (configfile >> "CfgVehicls" >> _type >> "Turrets") select _i; _magazines = getarray(_config >> "magazines"); ... ... ... so on and so forth, is there a way I could take that same config string and rework in for that specific huey "turret"? (sorry for my code posting incometance) Share this post Link to post Share on other sites