Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: Re-Arming CBT vehicles  (Read 686 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.