mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
@@ -194,6 +194,6 @@ if ((_startUpgrade) AND (isClass(_upgradeConfig))) then {
|
|||||||
localize "str_upgradeDone" call dayz_rollingMessages;
|
localize "str_upgradeDone" call dayz_rollingMessages;
|
||||||
/*
|
/*
|
||||||
} else {
|
} else {
|
||||||
"Object has no upgrade option." call dayz_rollingMessages;
|
localize "str_upgradeNoOption" call dayz_rollingMessages;
|
||||||
*/
|
*/
|
||||||
};
|
};
|
||||||
@@ -123,7 +123,7 @@ while {_isOk} do {
|
|||||||
_proceed = true;
|
_proceed = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
format [localize "STR_EPOCH_BREAKIN", _counter,_limit] call dayz_rollingMessages;
|
format [localize "STR_BLD_BREAKIN", _counter,_limit] call dayz_rollingMessages;
|
||||||
uiSleep 0.03;
|
uiSleep 0.03;
|
||||||
};
|
};
|
||||||
//Tool issues
|
//Tool issues
|
||||||
|
|||||||
@@ -369,6 +369,7 @@ if (_type == 1) then {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
if (_type == 2) then {
|
if (_type == 2) then {
|
||||||
/*
|
/*
|
||||||
HIGH CALIBRE
|
HIGH CALIBRE
|
||||||
|
|||||||
Reference in New Issue
Block a user