Blitzer134 1 Posted April 3, 2013 (edited) freeze all units till scripts etc have initialized and dsync to pass is it possible? at the moment I use a in game trigger black screen with message then switch back after x amount of time or is it pointless ,I personally don't like seeing boxes\lights etc spawning in or cant use until initialized Edited April 3, 2013 by Blitzer134 Share this post Link to post Share on other sites
lordprimate 159 Posted April 3, 2013 you can do enableSimulations=false; that will disable ALL user input until you set it true.. however, this will also block the ESC key. Share this post Link to post Share on other sites
Blitzer134 1 Posted April 4, 2013 how could I put enablesimulation false;at the start of my init.sqf and this enablesimulation true;at the end, my units are named s1,s2 etc. Share this post Link to post Share on other sites