Jump to content

Punisher

Member
  • Posts

    33
  • Joined

  • Last visited

Posts posted by Punisher

  1. so heres what mine says 

     

    //Load in compiled functions
    call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\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 "\z\addons\dayz_code\init\compiles.sqf"; //Compile regular functions
    progressLoadingScreen 0.5;
    call compile preprocessFileLineNumbers "server_traders.sqf"; //Compile trader configs

     

     

    and i take it i change it to this ? 

     

     

     

    //Load in compiled functions
    call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\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 "compiles.sqf"; //Compile Custom Functions and/or Weather
    progressLoadingScreen 0.5;
    call compile preprocessFileLineNumbers "server_traders.sqf"; //Compile trader configs

     

     

    and i take it i change it to this ? 

     

     

    sorry in advance if im being stupid 

  2. hi im sorry if someone has maybe asked this already i did search but didnt find anything 

     

    i was thinking if it would be possible with the plot building to maybe create a lockable garage to store a vehicle in when you log off maybe like the safes but bigger just park your vehicle in and then perhaps purchase a padlock from the traders to lock it 

     

    be nice to know if this could be done and also what others think about the idea 

     

     

     

  3. when you change the time matt and look in the hiveext.ini should it say static as i thought that meant time wont advance should it be custom ? or local its taking me a while to find everything on vilayer as we have 4 wasteland servers there really easy to do and this day z is rather different shouldnt take me too long to get the hang of it now you guys are helping :) cant thank you enough 

×
×
  • Create New...