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!";
};
