mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-21 19:06:29 +03:00
Update all cutText to dayz_rollingMessages
This commit is contained in:
@@ -2,7 +2,7 @@ private["_vehicle","_key"];
|
||||
_vehicle = (_this select 3) select 0;
|
||||
_key = (_this select 3) select 1;
|
||||
|
||||
if (DZE_ActionInProgress) exitWith {cutText [localize "str_epoch_player_37","PLAIN DOWN"];};
|
||||
if (DZE_ActionInProgress) exitWith {localize "str_epoch_player_37" call dayz_rollingMessages;};
|
||||
DZE_ActionInProgress = true;
|
||||
|
||||
{player removeAction _x} count s_player_lockunlock;s_player_lockunlock = [];
|
||||
@@ -18,7 +18,7 @@ if(player distance _vehicle < 10) then {
|
||||
publicVariable "PVDZE_veh_Lock";
|
||||
};
|
||||
|
||||
cutText [format["%1 used to unlock vehicle.",_key], "PLAIN"];
|
||||
format["%1 used to unlock vehicle.",_key] call dayz_rollingMessages;
|
||||
};
|
||||
|
||||
s_player_lockUnlock_crtl = -1;
|
||||
|
||||
Reference in New Issue
Block a user