GUI Is Glitched Its On Top Of Each Other

Ultra

Member
After Adding This Line In Compile.sqf
Code:
  // 120 sec timeout (12000 * 0.01)
        while { _timeOut < 12000 } do {
         
          // if (dayz_clientPreload && dayz_authed) exitWith { diag_log "PLOGIN: Login loop completed!"; };
              //stuck at login screen fix
            if (dayz_clientPreload && dayz_authed) exitWith {
                endLoadingScreen;
                diag_log "PLOGIN: Login loop completed!";
            };

2CAevOQ.png
 
After Adding This Line In Compile.sqf
Code:
  // 120 sec timeout (12000 * 0.01)
        while { _timeOut < 12000 } do {
        
          // if (dayz_clientPreload && dayz_authed) exitWith { diag_log "PLOGIN: Login loop completed!"; };
              //stuck at login screen fix
            if (dayz_clientPreload && dayz_authed) exitWith {
                endLoadingScreen;
                diag_log "PLOGIN: Login loop completed!";
            };

2CAevOQ.png
dose removing the code fix it?

the issue is the code you added has nothing to do with the GUI and could not cause the problem you have with it
 
Back
Top