mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
6 lines
173 B
Plaintext
6 lines
173 B
Plaintext
disableSerialization;
|
|
_display = uiNameSpace getVariable ["EPOCH_loadingScreen",displayNull];
|
|
if (!isNull _display) then {
|
|
(_display displayCtrl 50) ctrlSetText _this;
|
|
};
|