mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
Update all cutText to dayz_rollingMessages
This commit is contained in:
@@ -60,7 +60,7 @@ _upgradeParts = [];
|
||||
_startUpgrade = true;
|
||||
|
||||
if(_isWater or _onLadder) exitWith {
|
||||
//cutText [localize "str_CannotUpgrade", "PLAIN DOWN"];
|
||||
//localize "str_CannotUpgrade" call dayz_rollingMessages;
|
||||
_msg = localize "str_CannotUpgrade";
|
||||
_msg call dayz_rollingMessages;
|
||||
//systemchat[localize "str_CannotUpgrade"];
|
||||
@@ -115,7 +115,7 @@ if ((_startUpgrade) AND (isClass(_upgradeConfig))) then {
|
||||
_alreadyupgrading = _cursorTarget getVariable["alreadyupgrading",0];
|
||||
|
||||
if (_alreadyupgrading == 1) exitWith {
|
||||
//cutText [localize "str_upgradeInProgress", "PLAIN DOWN"]
|
||||
//localize "str_upgradeInProgress" call dayz_rollingMessages;
|
||||
_msg = localize "str_upgradeInProgress";
|
||||
_msg call dayz_rollingMessages;
|
||||
};
|
||||
@@ -184,11 +184,11 @@ if ((_startUpgrade) AND (isClass(_upgradeConfig))) then {
|
||||
publicVariableServer "PVDZ_obj_Publish";
|
||||
diag_log [diag_ticktime, __FILE__, "New Networked object, request to save to hive. PVDZ_obj_Publish:", PVDZ_obj_Publish];
|
||||
|
||||
//cutText [localize "str_upgradeDone", "PLAIN DOWN"];
|
||||
//localize "str_upgradeDone" call dayz_rollingMessages;
|
||||
_msg = localize "str_upgradeDone";
|
||||
_msg call dayz_rollingMessages;
|
||||
/*
|
||||
} else {
|
||||
cutText ["Object has no upgrade option.", "PLAIN DOWN"];
|
||||
"Object has no upgrade option." call dayz_rollingMessages;
|
||||
*/
|
||||
};
|
||||
Reference in New Issue
Block a user