mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-25 01:20:49 +03:00
Update all cutText to dayz_rollingMessages
This commit is contained in:
@@ -25,16 +25,16 @@ if ((_tape in magazines player) && (_handle in magazines player)) then {
|
||||
player removeMagazine _tape;
|
||||
player removeMagazine _handle;
|
||||
player addWeapon _fixedItem;
|
||||
cutText [format [localize "str_fixToolSuccess", _dName], "PLAIN DOWN"];
|
||||
format[localize "str_fixToolSuccess", _dName] call dayz_rollingMessages;
|
||||
|
||||
} else { //If the player doesn't have the mats.
|
||||
if (!(_tape in magazines player)) then {
|
||||
if (!(_handle in magazines player)) then {
|
||||
cutText [localize "str_fixToolFail", "PLAIN DOWN"];
|
||||
localize "str_fixToolFail" call dayz_rollingMessages;
|
||||
} else {
|
||||
cutText [localize "str_fixtoolMissingTape", "PLAIN DOWN"];
|
||||
localize "str_fixtoolMissingTape" call dayz_rollingMessages;
|
||||
};
|
||||
} else {
|
||||
cutText [localize "str_fixtoolMissingHandle", "PLAIN DOWN"];
|
||||
localize "str_fixtoolMissingHandle" call dayz_rollingMessages;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user