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: Making a bulletproof vehicle.  (Read 1508 times)

0 Members and 1 Guest are viewing this topic.

Baphomet

  • Guest
Making a bulletproof vehicle.
« on: 23 Feb 2003, 02:13:46 »
I want to make a brdm addon where the units inside actually remain protected despite continuous small arms fire. if you fire a gun at them enough the occupants get damaged yet the vehicle seems to be fine.

I was looking through a commented .hpp file and found this:

class HitHull {armor=1;material=50;name=hull;passThrough=1;};

Can this tell me anything as to how to make a more bulletproof vehicle? I'm particularly interested in the passthrough variable.