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: Any 1 know how ta get ammo crates to not Dammage?  (Read 816 times)

0 Members and 1 Guest are viewing this topic.

GingaWRATH

  • Guest
Any 1 know how ta get ammo crates to not Dammage?
« on: 15 Jul 2003, 10:21:23 »
I'm makin a Co Op And there is respawn along with a flight of choppers that whipe the area clean Dead. Problem is that they blow the crates up to. How do i stop these Suckers from getting any Dammage? :-\
« Last Edit: 15 Jul 2003, 10:22:14 by GingaWRATH »

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:Any 1 know how ta get ammo crates to not Dammage?
« Reply #1 on: 15 Jul 2003, 12:47:15 »
Somewhere, perhaps in a trigger that is fired when the choppers leave the area, just write

crate1 setdammage 0

and so on.     Alternatively run a looping script

#loop
crate1 setdammage 0
~2
goto "loop"
Plenty of reviewed ArmA missions for you to play

GingaWRATH

  • Guest
Re:Any 1 know how ta get ammo crates to not Dammage?
« Reply #2 on: 15 Jul 2003, 18:45:24 »
Mmmm... i think if there is any way of respawning the ammo crates then that would fix it.