mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Add display check after login
This commit is contained in:
@@ -1966,7 +1966,7 @@ class FSM
|
|||||||
"Dayz_logonTown = ""Wilderness"";" \n
|
"Dayz_logonTown = ""Wilderness"";" \n
|
||||||
"if (count _nearestCity > 0) then {Dayz_logonTown = text (_nearestCity select 0)};" \n
|
"if (count _nearestCity > 0) then {Dayz_logonTown = text (_nearestCity select 0)};" \n
|
||||||
"" \n
|
"" \n
|
||||||
"[_world,Dayz_logonTown,format[localize ""str_player_06"",(floor ((_survival select 0) / 1440))]] spawn {uiSleep 5; _this spawn BIS_fnc_infoText;};" \n
|
"[_world,Dayz_logonTown,format[localize ""str_player_06"",(floor ((_survival select 0) / 1440))]] spawn {waitUntil {!isNull (findDisplay 46)};uiSleep 5;_this spawn BIS_fnc_infoText;};" \n
|
||||||
"" \n
|
"" \n
|
||||||
"dayz_myPosition = getPosATL player;" \n
|
"dayz_myPosition = getPosATL player;" \n
|
||||||
"Dayz_loginCompleted = true;" \n
|
"Dayz_loginCompleted = true;" \n
|
||||||
|
|||||||
Reference in New Issue
Block a user