mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
localize
This commit is contained in:
@@ -7,7 +7,7 @@ private ["_proceed","_itemIn","_countIn","_missing","_missingQty","_qty","_remov
|
|||||||
if(DZE_ActionInProgress) exitWith { cutText [(localize "STR_EPOCH_PLAYER_52") , "PLAIN DOWN"]; };
|
if(DZE_ActionInProgress) exitWith { cutText [(localize "STR_EPOCH_PLAYER_52") , "PLAIN DOWN"]; };
|
||||||
DZE_ActionInProgress = true;
|
DZE_ActionInProgress = true;
|
||||||
|
|
||||||
if (vehicle player != player) exitWith {DZE_ActionInProgress = false; cutText ["\n\nYou cannot perform an upgrade while still inside a vehicle.", "PLAIN DOWN"]};
|
if (vehicle player != player) exitWith {DZE_ActionInProgress = false; cutText [(localize "STR_EPOCH_ACTIONS_18"), "PLAIN DOWN"]};
|
||||||
|
|
||||||
// look for nearest empty vehicle
|
// look for nearest empty vehicle
|
||||||
_findNearestVehicles = nearestObjects [player, ["LandVehicle"], 10];
|
_findNearestVehicles = nearestObjects [player, ["LandVehicle"], 10];
|
||||||
@@ -125,4 +125,4 @@ if (_IsNearVehicle >= 1) then {
|
|||||||
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