Jump to content
  • 0

plot pole


zeppo

Question

8 answers to this question

Recommended Posts

  • 0

Crack open your custom Variables.sqf and find DZE_isRemovable array and remove plot pole from there.

 

That will not allow anyone to remove the plot, not even owner.

 

However if you want owner to be able to remove it create new array in your Variables.sqf

removable_plot = ["Plastic_Pole_EP1_DZ"];

Then open up your custom fn_selfActions.sqf and find

if(_isModular) then {

Replace this line with this

if(_isModular || _typeOfCursorTarget in removable_plot) then {

By doing so it will allow ONLY the owner and people added to the plot pole (if using plot management) to remove it.

Link to comment
Share on other sites

  • 0

Just curious why you'd want to do this. Unless you have Plot4Life installed, once a player dies, that means he can't continue to build on that plot pole if he can't remove it and replace it.

 

I am using Plot Management and also removed the option to take up plot poles. On my server, you need a plotpole down to place safes, lockboxes and tents. This stopped people from being able to put a pole down, place one of these items then lift the pole again. If Plot Management is installed correctly, dying doesn't matter. You can still build after death. :)

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