Jump to content
  • 0

Plot Management


EliTe Alien

Question

I have attempted to install plot management, I cant figure out step 7 though 

**STEP 7 (Modifying player_build.sqf, player_upgrade.sqf, and player_buildingDowngrade.sqf)**<br>
ALL THREE OF THESE FILES NEED THE SAME EDIT, MAKE SURE YOU DO ALL FILES!!!!<br>
Find

I cant find these files anywhere, I can only find player_build in the snap_pro files. None of the others can be found either mission or server side. I am NOT using PLOT FOR LIFE.

 

Could I have some help please?

 

Thanks <3

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

You need take this files from dayz_code.pbo

1.Download dayz_code.pbo from you FTP server

2.Unpack dayz_code.pbo using PBO Manager

3.Go to the Action folder in unpacked dayz_code.pbo find player_upgrade.sqf and player_buildingDowngrade.sqf copy

4.Paste this files in the custom folder or anywhere you want in mission folder.

5.Open compiles.sqf

6. Under

player_build = compile preprocessFileLineNumbers "custom\snap_pro\player_build.sqf";

Add:

 

player_upgrade = compile preprocessFileLineNumbers "custom\player_upgrade.sqf";
player_player_buildingDowngrade = compile preprocessFileLineNumbers "custom\player_buildingDowngrade.sqf";

Change the path if needed, and remember to edit this files :)

 

 

And sorry for English if something is not correctly :P

Link to comment
Share on other sites

  • 0

Thanks :) BTW your english was fine :)... Ill attempt to install it when ive sorted this issue out.

There is no script errors prior to this error. This is the error is get.

 6:50:01 "ERROR: Cannot Sync Character Alfieee as no characterID

 This is the message after the message above.

 6:53:33   Error Undefined variable in expression: server_checkhackers
 6:53:36 Error in expression <[] spawn server_checkHackers;
[] spawn server_cle>

 

Edited by EliTe Alien
Link to comment
Share on other sites

  • 0

Are there any other Logs in your .RPT?

Also, might open your server_function.sqf and search for

server_checkhackers

If you can't find it, something is wrong.

You might wanna just paste the whole File (using Pastebin!)

Link to comment
Share on other sites

  • 0

Is this 

player_player_buildingDowngrade = compile preprocessFileLineNumbers "custom\player_buildingDowngrade.sqf";

Supposed to be 

player_buildingDowngrade = compile preprocessFileLineNumbers "custom\player_buildingDowngrade.sqf";

Or is it how it was before I changed it? Looks like player was repeated twice but I could be wrong

Link to comment
Share on other sites

  • 0

Is this 

player_player_buildingDowngrade = compile preprocessFileLineNumbers "custom\player_buildingDowngrade.sqf";

Supposed to be 

player_buildingDowngrade = compile preprocessFileLineNumbers "custom\player_buildingDowngrade.sqf";

Or is it how it was before I changed it? Looks like player was repeated twice but I could be wrong

 

 

The second Line is correct.

Link to comment
Share on other sites

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...