mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-20 02:16:29 +03:00
6
SQF/dayz_code/Configs/CfgVehicles/AIR/C130.hpp
Normal file
6
SQF/dayz_code/Configs/CfgVehicles/AIR/C130.hpp
Normal file
@@ -0,0 +1,6 @@
|
||||
class C130J_US_EP1;
|
||||
class C130J_US_EP1_DZ: C130J_US_EP1 {
|
||||
transportMaxWeapons = 50;
|
||||
transportMaxMagazines = 400;
|
||||
transportmaxbackpacks = 20;
|
||||
};
|
||||
@@ -214,6 +214,7 @@ class CfgVehicles {
|
||||
#include "CfgVehicles\AIR\Mi17.hpp"
|
||||
#include "CfgVehicles\AIR\UH1.hpp"
|
||||
#include "CfgVehicles\AIR\AH6.hpp"
|
||||
#include "CfgVehicles\AIR\C130.hpp"
|
||||
|
||||
// LAND (Armed)
|
||||
#include "CfgVehicles\LAND\HMMWV.hpp"
|
||||
|
||||
Reference in New Issue
Block a user