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: Is this an add on?  (Read 1976 times)

0 Members and 1 Guest are viewing this topic.

Offline RangerX3X

  • Members
  • *
  • Ranger, out.
    • RangerX3X
Is this an add on?
« on: 10 Sep 2005, 14:04:25 »
I am trying to make an add on free mission for OFP 1.96 Resistance and want to use two units, the Kord and the OH-58 helo. Are these actual add ons or part of Resistance?

This is what I get in my mission.sqm:

version=11;
class Mission
{
   addOns[]=
   {
      "KORD",
      "OH58"
   };
   addOnsAuto[]=
   {
      "KORD",
      "OH58"
   };
   randomSeed=13609987;

Sorry if this a noob question, I just don't know the answer.
Ranger, out.

Kyle Sarnik

  • Guest
Re:Is this an add on?
« Reply #1 on: 10 Sep 2005, 14:48:50 »
THe OH58 is part of CWC v1.46, however, the KORD is a 3d party addon.

Offline RangerX3X

  • Members
  • *
  • Ranger, out.
    • RangerX3X
Re:Is this an add on?
« Reply #2 on: 10 Sep 2005, 15:36:58 »
Thanks  ;D
Ranger, out.