Home   Help Search Login Register  

Author Topic: Re-Arming CBT vehicles  (Read 553 times)

0 Members and 1 Guest are viewing this topic.

Offline Captain

  • Members
  • *
Re-Arming CBT vehicles
« on: 14 Jun 2005, 08:08:27 »
Quick question...

I have a mission using Combat! M2 and M240B hummers and be damned if I can get an ammo truck to carry ammo for them. I used this line to get the ammo classnames...

Code: [Select]
hint format["weapons: %1, magazines: %2",weapons this,magazines this]
and used these lines in a script to add them...

Code: [Select]
_crate AddMagazineCargo ["CBT_M2_50cal", 20]
_crate AddMagazineCargo ["CBT_M240B", 20]

the same script is adding about 20 LSR weapons and ammo with no problems, any thoughts?

Cap.