mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Update progress_monitor.sqf
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
private["_display","_control1","_control2","_watermark"];
|
||||
private ["_display","_control1","_control2","_watermark","_timeoutStart","_image","_bar"];
|
||||
disableSerialization;
|
||||
//diag_log "DEBUG: loadscreen guard started.";
|
||||
|
||||
_timeoutStart=diag_ticktime;
|
||||
_timeoutStart = diag_ticktime;
|
||||
|
||||
while {true} do {
|
||||
if (diag_ticktime - _timeoutStart >= 120) exitWith {
|
||||
1 cutText [localize "str_player_login_timeout", "PLAIN DOWN"];
|
||||
@@ -44,4 +45,3 @@ while {true} do {
|
||||
uiSleep 0.2;
|
||||
//diag_log [ __FILE__, __LINE__, "Looping..."];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user