Jump to content
Sign in to follow this  
progamer

Adding weapons to vehicles removed in arma 3?

Recommended Posts

Is the ability to add weapons to vehicles removed or not added yet in Arma 3?

I tried to put this in a marshall's init line:

this addMagazine "38Rnd_80mm_rockets"; this addWeapon "rockets_Skyfire";

Share this post


Link to post
Share on other sites

Those commands place the weapon into the vehicle, What I am trying to do is add the rockets from the opfor attack heli, to the marshall which could the use them. This was really simple in Arma 2 but doesn't work in apparently in Arma 3.

Edited by ProGamer

Share this post


Link to post
Share on other sites

Sorry I misread. Are you just adding more more of the same rockets to the ones that exist?

Share this post


Link to post
Share on other sites

I think he is trying to add weapons to a vehicle which doesnt have them normally.

Share this post


Link to post
Share on other sites
I think he is trying to add weapons to a vehicle which doesnt have them normally.

Yea, thats the issue.

Share this post


Link to post
Share on other sites

Any ideas for this yet? I'd like to add laser guided rockets to the little bird and also add a laser marker on it :D

Share this post


Link to post
Share on other sites
this addMagazineTurret ["6Rnd_LG_scalpel",[-1]]; 
this addWeapon "missiles_SCALPEL";

Share this post


Link to post
Share on other sites

Any updates on this yet?

this addMagazineTurret ["6Rnd_LG_scalpel",[-1]]; 
this addWeapon "missiles_SCALPEL";

This doesn't seem to be working for me.

Share this post


Link to post
Share on other sites
Any updates on this yet?

This doesn't seem to be working for me.

Double check the class names.

Share this post


Link to post
Share on other sites

Hi guys,

Class = "missiles_SCALPEL"

Ammo = "6Rnd_LG_scalpel"

I don't think that the turret needs the magazine class, you'll probably need to refer to the original weapon.

In this case: "missiles_SCALPEL", then add your magazines: "6Rnd_LG_scalpel".

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  

×