Home   Help Search Login Register  

Author Topic: What is rong here  (Read 1011 times)

0 Members and 1 Guest are viewing this topic.

STGN

  • Guest
What is rong here
« 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

CrunchyFrog

  • Guest
Re:What is rong here
« Reply #1 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"};
   };
};