Jump to content
  • 0

Prohibit removal of plot 1.6.0


WagnerMello

Question

5 answers to this question

Recommended Posts

  • 0
5 hours ago, icomrade said:

this is a feature for 1.0.6.1 https://github.com/EpochModTeam/DayZ-Epoch/blob/master/CHANGE LOG 1.0.6.1.txt#L11

we are finishing up so it should be released shortly.

we can use something like this in a custom remove.sqf  while the staff finish the update?

if ((_objType isKindOf "Plastic_Pole_EP1_DZ") && !_isOwnerOfObj) exitWith {
dayz_actionInProgress = false;
systemChat("Cannot Remove it");};

 

Link to comment
Share on other sites

  • 0
1 hour ago, juandayz said:

we can use something like this in a custom remove.sqf  while the staff finish the update?


if ((_objType isKindOf "Plastic_Pole_EP1_DZ") && !_isOwnerOfObj) exitWith {
dayz_actionInProgress = false;
systemChat("Cannot Remove it");};

 

you can use whatever you want to, but at most it's 2-3 days away from release.

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