mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-04 15:22:53 +03:00
Update all cutText to dayz_rollingMessages
This commit is contained in:
@@ -20,7 +20,7 @@ _hasTools = true;
|
||||
if (!(_x in _items)) exitWith {
|
||||
_hasTools = false;
|
||||
_missing = getText (configFile >> "cfgWeapons" >> _x >> "displayName");
|
||||
cutText [format[(localize "STR_EPOCH_PLAYER_137"), _missing] , "PLAIN DOWN"];
|
||||
format[localize "STR_EPOCH_PLAYER_137",_missing] call dayz_rollingMessages;
|
||||
};
|
||||
} count _tools;
|
||||
_hasTools
|
||||
|
||||
Reference in New Issue
Block a user