Jump to content

TempleRider

Member
  • Posts

    2
  • Joined

  • Last visited

Posts posted by TempleRider

  1. did you put the line at the right part of the mission init.sqf? or anything that indicates what might be happening in the logs?

    Ya, i did...

    //Load in compiled functions

    call compile preprocessFileLineNumbers "custom\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 regular functions

    call compile preprocessFileLineNumbers "addons\bike\init.sqf";                                    //Fahrrad

    call compile preprocessFileLineNumbers "custom\snap_build\compiles.sqf";                        //Snap Build

    progressLoadingScreen 0.5;

    call compile preprocessFileLineNumbers "server_traders.sqf";                                    //Compile trader configs

    progressLoadingScreen 1.0;

     

×
×
  • Create New...