Advertisement
Matt34

Untitled

Jun 27th, 2013
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. //Load in compiled functions
  2. call compile preprocessFileLineNumbers "Fixes\variables.sqf"; //Initilize the Variables (IMPORTANT: Must happen very early)
  3. progressLoadingScreen 0.1;
  4. call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\publicEH.sqf"; //Initilize the publicVariable event handlers
  5. progressLoadingScreen 0.2;
  6. call compile preprocessFileLineNumbers "\z\addons\dayz_code\medical\setup_functions_med.sqf"; //Functions used by CLIENT for medical
  7. progressLoadingScreen 0.4;
  8. call compile preprocessFileLineNumbers "Fixes\compiles.sqf"; //Compile custom compiles
  9. call compile preprocessFileLineNumbers "custom\compiles.sqf"; //Compile custom compiles
  10. progressLoadingScreen 1.0;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement