Update all cutText to dayz_rollingMessages

This commit is contained in:
ebaydayz
2016-04-16 15:47:49 -04:00
parent 993ce14da6
commit 5157228e67
137 changed files with 604 additions and 621 deletions

View File

@@ -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;