Jump to content
  • 0

Plot4Life Kills other Scripts :/


eXo2610

Question

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! 
 
 
 
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...