mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Fix missing string
This commit is contained in:
@@ -22,7 +22,7 @@ local _string = "";
|
|||||||
// Exit the script if the player doesn't have a knife
|
// Exit the script if the player doesn't have a knife
|
||||||
if ((count _knives) < 1) exitWith {
|
if ((count _knives) < 1) exitWith {
|
||||||
if (_isZombie || _isMutant) then {
|
if (_isZombie || _isMutant) then {
|
||||||
format[localize "str_missing_to_do_this",localize "STR_EQUIP_NAME_4"] call dayz_rollingMessages;
|
format[localize "str_missing_to_do_this",localize "STR_EQUIP_NAME_KNIFE"] call dayz_rollingMessages;
|
||||||
} else {
|
} else {
|
||||||
localize "str_cannotgut" call dayz_rollingMessages;
|
localize "str_cannotgut" call dayz_rollingMessages;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user