mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
CfgVehicles and Scope issues done
This commit is contained in:
7
SQF/dayz_code/Configs/CfgVehicles/Plane/C130.hpp
Normal file
7
SQF/dayz_code/Configs/CfgVehicles/Plane/C130.hpp
Normal file
@@ -0,0 +1,7 @@
|
||||
class C130J_US_EP1;
|
||||
class C130J_US_EP1_DZ: C130J_US_EP1 {
|
||||
transportMaxWeapons = 50;
|
||||
transportMaxMagazines = 400;
|
||||
transportmaxbackpacks = 20;
|
||||
fuelCapacity = 34095;
|
||||
};
|
||||
Reference in New Issue
Block a user