OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: Praxtor on 04 Jun 2007, 17:43:55

Title: Reload Magazines in Cobra not posible
Post 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

;-)
Title: Re: Reload Magazines in Cobra not posible
Post by: smoke52 on 05 Jun 2007, 01:10:56
i believe its a known bug....i think the only workaround is using this command

Code: [Select]
vehicle setAmmoCargo amount
for example:

heli1 setammocargo 1
Title: Re: Reload Magazines in Cobra not posible
Post by: Mr.Peanut on 05 Jun 2007, 03:14:23
Yes, a known bug. Hope they squash it.
Title: Re: Reload Magazines in Cobra not posible
Post by: Praxtor on 05 Jun 2007, 18:04:22
Ok.

Thanks

 :cool2: