mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
#735 localize more (vehicle repair/salvage, etc)
This commit is contained in:
@@ -64,7 +64,7 @@ _hitpoints = _vehicle call vehicle_getHitpoints;
|
|||||||
|
|
||||||
if(count _hitpoints > 0 ) then {
|
if(count _hitpoints > 0 ) then {
|
||||||
|
|
||||||
_cancel = dayz_myCursorTarget addAction ["Cancel", "\z\addons\dayz_code\actions\repair_cancel.sqf","repair", 0, true, false, "",""];
|
_cancel = dayz_myCursorTarget addAction [localize "STR_EPOCH_PLAYER_CANCEL", "\z\addons\dayz_code\actions\repair_cancel.sqf","repair", 0, true, false, "",""];
|
||||||
s_player_repairActions set [count s_player_repairActions,_cancel];
|
s_player_repairActions set [count s_player_repairActions,_cancel];
|
||||||
s_player_repair_crtl = 1;
|
s_player_repair_crtl = 1;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user