Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 1.15 KB | None | 0 0
  1.     class I_MBT_03_cannon_F;
  2.     class WB_LEOPARD2SG : I_MBT_03_cannon_F
  3.     {
  4.         displayName = "Leopard 2 SG-WB";
  5.         author = "Wolf";
  6.         _generalMacro = "WB_LEOPARD2SG";
  7.         scope = 2;
  8.         crew = "Custom_Uniform";
  9.         vehicleClass = "Armored";
  10.         faction = "WB_FACTION";
  11.         side = 2;
  12.         forceInGarage = 1;
  13.         textureList[] = {"",1};
  14.         hiddenSelections[] = {"Camo1", "Camo2", "camo3"};
  15.         hiddenSelectionsTextures[] =
  16.             {
  17.             "\veh\leo\data\mbt_ext_01_co.paa",
  18.             "\veh\leo\data\mbt_ext_02_co.paa",
  19.             "\veh\leo\data\mbt_turret_03_co.paa"
  20.             };
  21.        
  22.     }; 
  23.    
  24.     class B_T_VTOL_01_infantry_F;
  25.     class WB_V_44_X_INF : B_T_VTOL_01_infantry_F
  26.     {
  27.         displayName = "V-44-X Infantry";
  28.         author = "Wolf";
  29.         _generalMacro = "WB_V_44_X_INF";
  30.         scope = 2;
  31.         crew = "Custom_Uniform";
  32.         vehicleClass = "Air";
  33.         faction = "WB_FACTION";
  34.         side = 2;
  35.         forceInGarage = 1;
  36.         textureList[] = {"",1};
  37.         hiddenSelections[] = {"Camo1", "Camo2", "Camo3", "Camo4"};
  38.         hiddenSelectionsTextures[] =
  39.             {
  40.             "\veh\v_44_x\data\VTOL_01_EXT01_CO.paa",
  41.             "\veh\v_44_x\data\VTOL_01_EXT02_CO.paa",
  42.             "\veh\v_44_x\data\VTOL_01_EXT03_CO.paa",
  43.             "\veh\v_44_x\data\VTOL_01_EXT04_CO.paa"
  44.             };
  45.        
  46.     };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement