Jump to content
  • 0

[SOLVED] DZE_SafeZoneNoBuildDistance not working...?


ReDBaroN

Question

Anyone else having problems with this variable? I have this set to:

DZE_SafeZoneNoBuildDistance = 750; // Distance from safe zones listed above to disallow building near.

I have the usual safezones added like this:

DZE_SafeZonePosArray = [[[6254.55,7741.31,0],350],[[4063.4226,11664.19,0],175],[[11447.472,11364.504,0],175],[[1606.6443,7803.5156,0],150],[[12944.227,12766.889,0],150],[[12062.9,12636,0],100]]; //Prevent players in safeZones from being killed if their vehicle is destroyed. Format is [[[3D POS], RADIUS],[[3D POS], RADIUS]]; Ex. DZE_SafeZonePosArray = [[[6325.6772,7807.7412,0],150],[[4063.4226,11664.19,0],150]];

But, you can still place a plot pole more or less in the zone....

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

 

36 minutes ago, ReDBaroN said:

Anyone else having problems with this variable? I have this set to:


DZE_SafeZoneNoBuildDistance = 750; // Distance from safe zones listed above to disallow building near.

I have the usual safezones added like this:


DZE_SafeZonePosArray = [[[6254.55,7741.31,0],350],[[4063.4226,11664.19,0],175],[[11447.472,11364.504,0],175],[[1606.6443,7803.5156,0],150],[[12944.227,12766.889,0],150],[[12062.9,12636,0],100]]; //Prevent players in safeZones from being killed if their vehicle is destroyed. Format is [[[3D POS], RADIUS],[[3D POS], RADIUS]]; Ex. DZE_SafeZonePosArray = [[[6325.6772,7807.7412,0],150],[[4063.4226,11664.19,0],150]];

But, you can still place a plot pole more or less in the zone....

 

Have you added plastic_pole_EP1_DZ to the no build list 

DZE_SafeZoneNoBuildItems = ["plastic_pole_EP1_DZ"];

Link to comment
Share on other sites

  • 0
58 minutes ago, lwbuk said:

 

 

Have you added plastic_pole_EP1_DZ to the no build list 

DZE_SafeZoneNoBuildItems = ["plastic_pole_EP1_DZ"];

No. Like a tool, I missed DZE_SafeZoneNoBuildItems when I went through configVariables.sqf scraping stuff into my init.sqf. Thanks man. :smile:

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