mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Add Heli Towing
This commit is contained in:
@@ -246,7 +246,9 @@ dayz_resetSelfActions = {
|
||||
s_halo_action = -1;
|
||||
s_player_SurrenderedGear = -1;
|
||||
s_player_maintain_area = -1;
|
||||
s_player_maintain_area_preview = -1;
|
||||
s_player_maintain_area_preview = -1;
|
||||
s_player_heli_lift = -1;
|
||||
s_player_heli_detach = -1;
|
||||
};
|
||||
call dayz_resetSelfActions;
|
||||
|
||||
@@ -376,6 +378,17 @@ DZE_vehicleZwounds = [
|
||||
"Glass6"
|
||||
];
|
||||
|
||||
DZE_HeliAllowTowFrom = [
|
||||
"CH_47F_EP1_DZE",
|
||||
"CH_47F_EP1_DZ",
|
||||
"CH_47F_BAF",
|
||||
"CH_47F_EP1"
|
||||
];
|
||||
|
||||
DZE_HeliAllowToTow = [
|
||||
"Car"
|
||||
];
|
||||
|
||||
//Initialize Zombie Variables
|
||||
dayz_zombieTargetList = [
|
||||
["SoldierWB",50],
|
||||
|
||||
Reference in New Issue
Block a user