OFPEC Forum
Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: Praxtor on 04 Jun 2007, 17:43:55
-
Hello to all:
I have this script for reload the Hellfire missiles in the cobra when this arrive to one point of support.
ah_1z vehiclechat "Recargando Misiles Hellfire"
i=0
#bucle
ah_1z addmagazine "8Rnd_Hellfire"
~2
i=i+1
?(i==8):exit
goto "bucle"
The problem is the Cobra named Ah_1z get the new Hellfire missiles and you can see the option reload the missiles, but you push reload and nothing happens.
It is the screen whith i can see:
AGM-114 Hellfire 0|8
;-)
-
i believe its a known bug....i think the only workaround is using this command
vehicle setAmmoCargo amount
for example:
heli1 setammocargo 1
-
Yes, a known bug. Hope they squash it.
-
Ok.
Thanks
:cool2: