endLoadingScreen – Talk
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<code> +" to "<code>") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 1: | Line 1: | ||
|x2= < | <pre> | ||
|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> | |||
</pre> |
Latest revision as of 17:38, 15 August 2022
|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>