raynor009
New Member
I was wondering how to clean the roads of the rubble the DayZ spawns as it never appears in the editor, could someone be so kind and tell me
.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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 regular functions
progressLoadingScreen 1.0;
stream_locationCheck = {
Did this work?
progressLoadingScreen 0.4;
call compile preprocessFileLineNumbers "compiles.sqf"; //Compile regular functions
progressLoadingScreen 1.0;
stream_locationCheck = {
};
Ermmm That will not work. Forget something ???
Code:stream_locationCheck = { };
Yes it did! my very first code mod on my server! now to take the training wheels off....Used the code that Sarge gave exactly where Rossymond said to put it. Works great! Thank you for taking the time to post this.
Does this remove balota med tents and deer stands too? Mine seem to have disappeared!!
Cheers
Robbie
Is there a way to clean up the roads and not lose the tents and deer stands?