Jump to content
  • 0

HELP! I want to build on Sector B


Bricktop

Question

Hey guys, 

Just a quick question...

How do I disable the building restriction on sector B Island? 

I own the server - I looked through the files but I can't seem to find it.

Any information would be appreciated.

Thanks, Bricktop

_____

EDIT: Do I just edit this? true to false?

//No building on roads unless toggled
  if (!DZE_BuildOnRoads) then {
  if (isOnRoad _position) then { _cancel = true; _reason = "Cannot build on a road."; };
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Somewhere in your files there is one to clear the zeds from sector b. That same file also keeps you from building. You need to change the canbuild=false to canbuild=true then you can build there. Only problem is it will also have zombie spawns also. 
 

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