mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
zabn localization + halo
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user