endLoadingScreen – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
|x2= <sqf>
// Provide a screen is loading
disableSerialization;
endLoadingScreen; // to avoid freezing the game, end loading screen in advance if a display was created who need user input at the next frame.
findDisplay 49 createDisplay "RscDisplayCommonMessagePause";
</sqf>