OFPEC Forum

Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: STGN on 15 Dec 2002, 00:39:22

Title: What is rong here
Post by: STGN on 15 Dec 2002, 00:39:22
what is rong here it is somthing about a Saboteur
class CfgVehicles
{
   class All {};
   class AllVehicles: All {};
   class Land: AllVehicles {};
   class Man: Land {};
   class Soldier: Man {};
   class SoldierWB: Soldier {};
   class SoldierWSaboteur: SoldierWB {};
   class SoldierWSaboteurPipe: SoldierWSaboteur {};
   class SoldierWSaboteurDay: SoldierWSaboteurPipe {};
   class BlackOpSTGNSPRtb: SoldierWSaboteurDay
   {
      displayName="BlackOp Day (M4A1SPRtb)STGN";
      weapons[]={"STGNSPRtb","Binocular","NVGoggles","Throw","Put"};
      magazines[]={"STGNSPRtbMAG","STGNSPRtbMAG","STGNSPRtbMAG","STGNSPRtbMAG","STGNSPRtbMAG","STGNSPRtbMAG","HandGrenade","HandGrenade","SmokeShell","SmokeShell"};

   };
   class SoldierWSaboteur: SoldierWB {};
   class SoldierWSaboteurPipe: SoldierWSaboteur {};
   class SoldierWSaboteurDay: SoldierWSaboteurPipe {};
   class BlackOpSTGNSPRtbsd: SoldierWSaboteurDay
   {
      displayName="BlackOp Day (M4A1SPRtb-SD)STGN";
      weapons[]={"STGNSPRtbsd","Binocular",","NVGoggles","Throw","Put"};
      magazines[]={"STGNSPRtbsdMAG","STGNSPRtbsdMAG","STGNSPRtbsdMAG","STGNSPRtbsdMAG","STGNSPRtbsdMAG","STGNSPRtbsdMAG","HandGrenade","HandGrenade","SmokeShell","SmokeShell"};
   };
};
please helpe
STGN
Title: Re:What is rong here
Post by: CrunchyFrog on 15 Dec 2002, 01:00:07
class CfgVehicles
{
   class All {};
   class AllVehicles: All {};
   class Land: AllVehicles {};
   class Man: Land {};
   class Soldier: Man {};
   class SoldierWB: Soldier {};
   class SoldierWSaboteur: SoldierWB {};
   class SoldierWSaboteurPipe: SoldierWSaboteur {};
   class SoldierWSaboteurDay: SoldierWSaboteurPipe {};
   class BlackOpSTGNSPRtb: SoldierWSaboteurDay
   {
      displayName="BlackOp Day (M4A1SPRtb)STGN";
      weapons[]={"STGNSPRtb","Binocular","NVGoggles","Throw","Put"};
      magazines[]={"STGNSPRtbMAG","STGNSPRtbMAG","STGNSPRtbMAG","STGNSPRtbMAG","STGNSPRtbMAG","STGNSPRtbMAG","HandGrenade","HandGrenade","SmokeShell","SmokeShell"};

   };

   class BlackOpSTGNSPRtbsd: SoldierWSaboteurDay
   {
      displayName="BlackOp Day (M4A1SPRtb-SD)STGN";
      weapons[]={"STGNSPRtbsd","Binocular",","NVGoggles","Throw","Put"};
      magazines[]={"STGNSPRtbsdMAG","STGNSPRtbsdMAG","STGNSPRtbsdMAG","STGNSPRtbsdMAG","STGNSPRtbsdMAG","STGNSPRtbsdMAG","HandGrenade","HandGrenade","SmokeShell","SmokeShell"};
   };
};