mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
CfgVehicles and Scope issues done
This commit is contained in:
13
SQF/dayz_code/Configs/CfgVehicles/Helicopter/BAF_Merlin.hpp
Normal file
13
SQF/dayz_code/Configs/CfgVehicles/Helicopter/BAF_Merlin.hpp
Normal 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;
|
||||
};
|
||||
Reference in New Issue
Block a user