mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Hide autojoin text after first load in
This commit is contained in:
@@ -37,7 +37,7 @@ while {(diag_tickTime - _time) <= _timerStart} do {
|
|||||||
_infoText ctrlSetTextColor [0.75,0.1,0.1,1];
|
_infoText ctrlSetTextColor [0.75,0.1,0.1,1];
|
||||||
uiSleep 1;
|
uiSleep 1;
|
||||||
};
|
};
|
||||||
|
_infoText ctrlShow false;
|
||||||
_infoText ctrlSetBackgroundColor [0,0,0,0];
|
_infoText ctrlSetBackgroundColor [0,0,0,0];
|
||||||
_infoText ctrlSetTextColor [0.75,0.1,0.1,0];
|
_infoText ctrlSetTextColor [0,0,0,0];
|
||||||
ctrlActivate (_dialog displayCtrl 1);
|
ctrlActivate (_dialog displayCtrl 1);
|
||||||
Reference in New Issue
Block a user