Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Load in compiled functions
- call compile preprocessFileLineNumbers "Fixes\variables.sqf"; //Initilize the Variables (IMPORTANT: Must happen very early)
- progressLoadingScreen 0.1;
- call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\publicEH.sqf"; //Initilize the publicVariable event handlers
- progressLoadingScreen 0.2;
- call compile preprocessFileLineNumbers "\z\addons\dayz_code\medical\setup_functions_med.sqf"; //Functions used by CLIENT for medical
- progressLoadingScreen 0.4;
- call compile preprocessFileLineNumbers "Fixes\compiles.sqf"; //Compile custom compiles
- call compile preprocessFileLineNumbers "custom\compiles.sqf"; //Compile custom compiles
- progressLoadingScreen 1.0;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement