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: unlimited ammo  (Read 1137 times)

0 Members and 1 Guest are viewing this topic.

gamato

  • Guest
unlimited ammo
« on: 09 Feb 2004, 11:27:06 »
Hi all, I have a question: is it possible to set unlimited ammo for a unit (I need an artillery firing continuously during a mission).
Thanks

headshot_snipe

  • Guest
Re:unlimited ammo
« Reply #1 on: 09 Feb 2004, 12:21:44 »
this is just an idea, you could make a script which addmagazine"(name of mag)" to your artilery with a loop every 5 seconds or so...

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:unlimited ammo
« Reply #2 on: 09 Feb 2004, 12:29:35 »
You could use a hasMagazine or ammo command to check if it has any ammo, and then addmagazine if it doesn't.
Plenty of reviewed ArmA missions for you to play

gamato

  • Guest
Re:unlimited ammo
« Reply #3 on: 09 Feb 2004, 14:21:14 »
Thank you, i'll try it.... ;D