Home   Help Search Login Register  

Author Topic: Reload Magazines in Cobra not posible  (Read 1038 times)

0 Members and 1 Guest are viewing this topic.

Offline Praxtor

  • Members
  • *
    • Operflashpoint
Reload Magazines in Cobra not posible
« 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

;-)

Offline smoke52

  • Members
  • *
Re: Reload Magazines in Cobra not posible
« Reply #1 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

Offline Mr.Peanut

  • Former Staff
  • ****
  • urp!
Re: Reload Magazines in Cobra not posible
« Reply #2 on: 05 Jun 2007, 03:14:23 »
Yes, a known bug. Hope they squash it.
urp!

Offline Praxtor

  • Members
  • *
    • Operflashpoint
Re: Reload Magazines in Cobra not posible
« Reply #3 on: 05 Jun 2007, 18:04:22 »
Ok.

Thanks

 :cool2: