mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
apply "false" to the variable "_abort"
This commit is contained in:
@@ -7,6 +7,8 @@ _isVehicle = false;
|
|||||||
|
|
||||||
_vehicleSrc = _this select 3;
|
_vehicleSrc = _this select 3;
|
||||||
|
|
||||||
|
_abort = false
|
||||||
|
|
||||||
if(!(isNull _vehicleSrc)) then {
|
if(!(isNull _vehicleSrc)) then {
|
||||||
|
|
||||||
_isVehicle = ((_vehicleSrc isKindOf "AllVehicles") && !(_vehicleSrc isKindOf "Man"));
|
_isVehicle = ((_vehicleSrc isKindOf "AllVehicles") && !(_vehicleSrc isKindOf "Man"));
|
||||||
@@ -147,4 +149,4 @@ if(_IsNearVehicle >= 1) then {
|
|||||||
} else {
|
} else {
|
||||||
cutText [(localize "str_epoch_player_27"), "PLAIN DOWN"];
|
cutText [(localize "str_epoch_player_27"), "PLAIN DOWN"];
|
||||||
};
|
};
|
||||||
DZE_ActionInProgress = false;
|
DZE_ActionInProgress = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user