CfgVehicles and Scope issues done

This commit is contained in:
icomrade
2016-02-19 10:52:34 -05:00
parent fd4bd5a5a1
commit f885e06c2a
206 changed files with 5266 additions and 5699 deletions

View File

@@ -0,0 +1,13 @@
class BAF_Merlin_HC3_D;
class BAF_Merlin_DZE : BAF_Merlin_HC3_D {
scope = 2;
crew = "";
typicalCargo[] = {};
commanderCanSee = 2+16+32;
gunnerCanSee = 2+16+32;
driverCanSee = 2+16+32;
transportMaxWeapons = 15;
transportMaxMagazines = 150;
transportmaxbackpacks = 5;
fuelCapacity = 3222;
};