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

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