zabn localization + halo

This commit is contained in:
[VB]AWOL
2013-11-06 18:06:28 -06:00
68 changed files with 2513 additions and 259 deletions

View File

@@ -243,6 +243,7 @@ dayz_resetSelfActions = {
s_player_maint_build = -1;
s_player_downgrade_build = -1;
s_player_towing = -1;
s_halo_action = -1;
};
call dayz_resetSelfActions;
@@ -632,6 +633,11 @@ if(!isDedicated) then {
if(isNil "DZE_ForceNameTagsOff") then {
DZE_ForceNameTagsOff = false;
};
if(isNil "DZE_HaloJump") then {
DZE_HaloJump = true;
};
DZE_myHaloVehicle = objNull;
DZE_Friends = [];