Add Heli Towing

This commit is contained in:
Zac Surplice
2013-12-24 15:29:08 +11:00
parent 0665ed36c9
commit c980b95e18
4 changed files with 173 additions and 2 deletions

View File

@@ -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],