OFPEC Forum
Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: chappy on 06 Apr 2007, 03:43:00
-
Hey all, first post here
I've searched for this problem but from what i can see the only answers available are for OFP versions and from what i've tried they are not useable in ARMA
I'm trying to get OPFOR to fire flare shells from the ak74GL.
Anyone know how to ?
so far i have 'this addmagazine "flarered_gp25";' in each init field of the guys i want to fire the flares and then a trigger set for blufor to enter that will give the fire command to the opfor grenadiers. however the fire commands i've tried (basically all examples from ofp) have not worked.
-
The search function is your friend.
I searched on 'GP25' and uncovered this:
http://www.ofpec.com/forum/index.php?topic=28888.0
Planck
-
i did search. ;) for 'grenade', AK74GL, flarered_gp25 etc etc.
thanx anywayz
-
Hey all, first post here
I've searched for this problem but from what i can see the only answers available are for OFP versions and from what i've tried they are not useable in ARMA
I'm trying to get OPFOR to fire flare shells from the ak74GL.
Anyone know how to ?
so far i have 'this addmagazine "flarered_gp25";' in each init field of the guys i want to fire the flares and then a trigger set for blufor to enter that will give the fire command to the opfor grenadiers. however the fire commands i've tried (basically all examples from ofp) have not worked.
flarered_gp25 is the magzine name. try use its ammo name:
"F_40mm_Red"
-
give unit flare and rifle with launcher (units init field)
this addMagazine"FlareRed_GP25";this addMagazine"FlareRed_GP25"; this addWeapon"AK74GL"Â Â
to fire flare
unitname fire ["GP25Muzzle", "GP25Muzzle", "FlareRed_GP25"]