mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-19 10:46:40 +03:00
localization #2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
private ["_vehicle","_started","_finished","_animState","_isMedic","_configVeh","_nameText","_towTruck","_inTow"];
|
||||
|
||||
if(TradeInprogress) exitWith { cutText ["Already in progress." , "PLAIN DOWN"] };
|
||||
if(TradeInprogress) exitWith { cutText [(localize "str_epoch_player_96") , "PLAIN DOWN"] };
|
||||
TradeInprogress = true;
|
||||
|
||||
player removeAction s_player_towing;
|
||||
@@ -76,7 +76,7 @@ if(_inTow) then {
|
||||
_towTruck setVariable ["DZEvehicleInTow", objNull, true];
|
||||
};
|
||||
} else {
|
||||
cutText ["No Vehicles In Tow.", "PLAIN DOWN"];
|
||||
cutText [(localize "str_epoch_player_102"), "PLAIN DOWN"];
|
||||
};
|
||||
TradeInprogress = false;
|
||||
s_player_towing = -1;
|
||||
Reference in New Issue
Block a user