Advertisement
PiZZADOX

Untitled

Nov 8th, 2015
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.29 KB | None | 0 0
  1. //CHECK IF ONLY PLAYER
  2. titleText ["Initialising...", "BLACK"];
  3. player enablesimulation false;
  4. //LOADING FILES OR JUST TIME > VALUE
  5. titleFadeOut 0.1;
  6. 2003 CutText ["Initialisation Completed", "BLACK IN", 5];
  7. diag_log format["Mission Initialisation Completed", time];
  8. player enablesimulation true;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement