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

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