init.sqf 131 B

12345678
  1. _EndSplashScreen = {
  2. for "_x" from 1 to 4 do {
  3. endLoadingScreen;
  4. sleep 3;
  5. };
  6. };
  7. [] spawn _EndSplashScreen;