Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgVehicles/Plane/MV22.hpp
ebaydayz 8429ad1fbc Clear typicalCargo for some vehicles missing it
Prevents preloading units, may help with load times a little.
2016-11-17 15:40:08 -05:00

18 lines
380 B
C++

class MV22;
class MV22_DZ : MV22 {
accuracy = 1000;
scope = public;
displayName = "MV-22";
crew = "";
typicalCargo[] = {};
class TransportMagazines {};
class TransportWeapons {};
commanderCanSee = 2+16+32;
gunnerCanSee = 2+16+32;
driverCanSee = 2+16+32;
transportMaxWeapons = 20;
transportMaxMagazines = 400;
transportmaxbackpacks = 10;
fuelCapacity = 6513;
};