Home   Help Search Login Register  

Author Topic: Cannot get in vehicle  (Read 1036 times)

0 Members and 2 Guests are viewing this topic.

karak

  • Guest
Cannot get in vehicle
« on: 26 Jul 2005, 13:06:18 »
guys, i am following a tutorial from here http://ofp.gamezone.cz/_hosted/brsseb/tutorials.htm, the making a helicopter, however, i made me own model, but for some reason, it just wont let me get into the vehicle, has no command "get in {NAME} as pilot"

here is the config file

Code: [Select]
#define TEast 0
#define TWest 1
#define TGuerrila 2
#define TCivilian 3
#define TSideUnknown 4
#define TEnemy 5
#define TFriendly 6
#define TLogic 7

#define true 1
#define false 0

#define private 0
#define protected 1
#define public 2

class CfgPatches
{

   class FirstHeli
   {
      units[] = {FirstHeli};
      weapons[] = {};
      requiredVersion = 1.3;
   };
};

{
   class default {};
   class Air: default {};
   class Helicopter: Air {};
   class UH60: Helicopter{};
   class FirstHeli: UH60 {};
};


class CfgVehicles
{
   class All{};
   class AllVehicles:All{};
   class Air: AllVehicles{};
   class Helicopter: Air{};
   class UH60: Helicopter{};   

   
   class FirstHeli: UH60   
   {
      side=TCivilian;            
      scope=public;
      displayName="My first heli";
      model="\firstheli\firstheli";

      nameSound="chopper";
      hasGunner=0;
      crew="SoldierWPilot";
      maxSpeed=130;
      armor=60;
      transportSoldier=1;
      accuracy=0.08;
      simulation=helicopter;
      typicalCargo[]={Man};
      driverAction = ManActUH60Pilot;
      enableSweep=true;
      driverIsCommander=true;
            
   };

};

if you could help me, anyway possible, please do :) thankyouf or your time :)

Offline remcen

  • Contributing Member
  • **
  • a.k.a. hottentotten_mike
    • IM:UC
Re:Cannot get in vehicle
« Reply #1 on: 26 Jul 2005, 14:49:19 »
are you sure you have a 'pos cargo' and 'pos driver' in the memory lod? if so they're maybe too far away from the model?
and what about the driver proxy? i mean.... you have one, right? ;)
these are the only two reason why that couldn't work afaik...
we're looking for members: IM:UC MOD