MulleDK19
Jun 6 2009, 00:56
Hi.
I'm experimenting with the Loading Screen, and even though the documentations says that scripts will run after showing the screen, they seem to stop.
startLoadingScreen ["Loading something", "RscDisplayLoadMission"];
~1.0
progressLoadingScreen 1;
endLoadingScreen;
It shows, but never hides.
Also
hint "LOL";
sleep 5.0;
hint "YUP"
Will show YUP immediatly when the script is executed (execVM)
I'm experimenting with the Loading Screen, and even though the documentations says that scripts will run after showing the screen, they seem to stop.
startLoadingScreen ["Loading something", "RscDisplayLoadMission"];
~1.0
progressLoadingScreen 1;
endLoadingScreen;
It shows, but never hides.
Also
hint "LOL";
sleep 5.0;
hint "YUP"
Will show YUP immediatly when the script is executed (execVM)