Hey guys when im gonna add the plot 4 life via this tutorial ->
it works fine. but some other scripts like suicide script , debug monitor etc doesnt work.
is there a smart way to get them work all together? i know that when im gonna replace like this - my scripts arent written down in the new variables.sqf , publicEH.sqf and compiles.sqf - from the plotpole4life.
so should i start the server with plot4life - watch which scripts arent missing and add them into the sqf´s or is there a other way? :/
Search for
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf";
Replace with
call compile preprocessFileLineNumbers "Custom\A_Plot_for_Life\init\variables.sqf";
Search for
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\publicEH.sqf";
Replace with
call compile preprocessFileLineNumbers "Custom\A_Plot_for_Life\init\publicEH.sqf";
Search for
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\compiles.sqf";
Replace with
call compile preprocessFileLineNumbers "Custom\A_Plot_for_Life\init\compiles.sqf";
thanks guys!