Jump to content

Recommended Posts

Hi all, been lurking on the forums for a while now but this is my first request for help with triggers.

I am trying to make a line that spawns a live grenade (preferably a 40mm he grenade) and drops it from a drone flying above.
Basically replicating what groups are doing in the middle east with rec. drones, any help will be appreciated.

I have tried "G_40mm_HE" createVehicle (getPos drone) (drone being the name of the object it's spawned to) I've used this in the past for other classnames used for explosions on the ground, but I think I'm having trouble with the grenade being 'live'.
Thanks in advance all.

Cheers

Share this post


Link to post
Share on other sites

config a small bomb that has the model of a grenade. That is what I did in my addons (biplanes etc.)

Share this post


Link to post
Share on other sites

This question still going? You could maybe try something with addWeaponTurret or addMagazineTurret. Not sure if that would work with grenades though, it works with other weapons.

Share this post


Link to post
Share on other sites

Thanks for the help guys, I'll give this a shot when I'm in game next!

Share this post


Link to post
Share on other sites
_vehicle addWeaponTurret     ["BombDemine_01_F",[-1]];
_vehicle addMagazineTurret   ["PylonRack_4Rnd_BombDemine_01_F",[-1]];

Laws of War DLC

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

×