Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgVehicles/Plane/C130.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

12 lines
262 B
C++

class C130J_US_EP1;
class C130J_US_EP1_DZ: C130J_US_EP1 {
transportMaxWeapons = 50;
transportMaxMagazines = 400;
transportmaxbackpacks = 20;
fuelCapacity = 34095;
crew = "";
typicalCargo[] = {};
class TransportMagazines {};
class TransportWeapons {};
};