Advertisement
gayprogrammist1

Untitled

Jul 13th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1.  
  2. while {true} do {
  3. null = [340,1200,false,false,false,1] execvm "AL_dust_storm\al_duststorm.sqf";
  4. sleep 1200 + (random 600); // delay between storms, it must be longer than storm duration
  5. };
  6.  
  7. enableSaving [false, false];
  8.  
  9. 0 = execVM "add_med.sqf";
  10.  
  11. setTerrainGrid 2;
  12.  
  13. [] execVM "local.sqf";
  14.  
  15. // Init modules
  16. #include "a3a_modules.hpp"
  17. {
  18. [] execVM "A3A_MODULES\" + _x + "\init.sqf";
  19. } forEach A3A_MODULES;
  20.  
  21. waitUntil{sleep 10; a3a_var_started};
  22. [parseText "<t color='#520606' font='PuristaBold' size='3'>Killers in the East</t><br />by Bobmeister", true, nil, 7, 2, 0] spawn BIS_fnc_textTiles;
  23. sleep 7;
  24. ["\tu_platform\data\intro.paa",true, [15,15], 7, 2, 0] spawn BIS_fnc_textTiles;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement