mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-03-01 11:11:52 +03:00
Update all cutText to dayz_rollingMessages
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
private ["_dir","_classname","_b0x1337","_location","_item","_config","_create_raw","_create","_qty","_type","_hasCrate","_hasTool"];
|
||||
|
||||
if (DZE_ActionInProgress) exitWith {cutText [localize "str_epoch_player_75","PLAIN DOWN"];};
|
||||
if (DZE_ActionInProgress) exitWith {localize "str_epoch_player_75" call dayz_rollingMessages;};
|
||||
DZE_ActionInProgress = true;
|
||||
|
||||
_hasTool = "ItemCrowbar" in items player;
|
||||
if(!_hasTool) exitWith {
|
||||
cutText [localize "str_epoch_player_76","PLAIN DOWN"];
|
||||
localize "str_epoch_player_76" call dayz_rollingMessages;
|
||||
DZE_ActionInProgress = false;
|
||||
};
|
||||
|
||||
_item = _this;
|
||||
_hasCrate = _item in magazines player;
|
||||
if (!_hasCrate) exitWith {
|
||||
cutText [localize "str_epoch_player_77","PLAIN DOWN"];
|
||||
localize "str_epoch_player_77" call dayz_rollingMessages;
|
||||
DZE_ActionInProgress = false;
|
||||
};
|
||||
|
||||
@@ -63,6 +63,6 @@ player reveal _b0x1337;
|
||||
|
||||
player action ["Gear", _b0x1337];
|
||||
|
||||
cutText [localize "str_epoch_player_78","PLAIN DOWN"];
|
||||
localize "str_epoch_player_78" call dayz_rollingMessages;
|
||||
|
||||
DZE_ActionInProgress = false;
|
||||
|
||||
Reference in New Issue
Block a user