CfgVehicles and Scope issues done

This commit is contained in:
icomrade
2016-02-19 10:52:34 -05:00
parent 1702b297bb
commit 4a1699865e
206 changed files with 5270 additions and 5703 deletions

View File

@@ -0,0 +1,34 @@
class MtvrRefuel;
class MtvrRefuel_base : MtvrRefuel
{
scope = 0;
side = 4;
expansion = 1;
crew = "Civilian";
typicalCargo[] = {};
};
class MtvrRefuel_DES_EP1_DZ : MtvrRefuel_base {
scope = 2;
side = 2;
crew = "";
displayName = "MTVR (Fuel)";
typicalCargo[] = {};
hiddenSelectionsTextures[] = { "\CA\wheeled_E\MTVR\Data\MTVR_body_desert_co.paa", "\CA\wheeled_E\MTVR\Data\MTVR_body2_desert_co.paa", "\CA\wheeled_E\MTVR\Data\MTVR_interier_desert_co.paa", "\CA\wheeled_E\MTVR\Data\MTVR_Fuel_desert_CO.paa" };
class TransportMagazines{};
class TransportWeapons{};
transportFuel = 0;
fuelCapacity = 10000;
};
class MtvrRefuel_DZ: MtvrRefuel {
scope = 2;
side = 2;
crew = "";
typicalCargo[] = {};
hiddenSelections[] = {};
class TransportMagazines{};
class TransportWeapons{};
transportFuel = 0;
fuelCapacity = 10000;
};