mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Fix #1147
This commit is contained in:
@@ -45,6 +45,8 @@ _location2 = getPosATL player;
|
|||||||
if(_location1 distance _location2 > 0.1) exitWith {
|
if(_location1 distance _location2 > 0.1) exitWith {
|
||||||
cutText [format[(localize "str_epoch_player_122"),_text] , "PLAIN DOWN"];
|
cutText [format[(localize "str_epoch_player_122"),_text] , "PLAIN DOWN"];
|
||||||
_obj setVariable["packing",0];
|
_obj setVariable["packing",0];
|
||||||
|
s_player_packvault = -1;
|
||||||
|
DZE_ActionInProgress = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
@@ -111,4 +113,4 @@ if(!isNull _obj and alive _obj) then {
|
|||||||
player action ["Gear", _holder];
|
player action ["Gear", _holder];
|
||||||
};
|
};
|
||||||
s_player_packvault = -1;
|
s_player_packvault = -1;
|
||||||
DZE_ActionInProgress = false;
|
DZE_ActionInProgress = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user