Hey everyone, I want to ad a protected dome/region, basically an admin base, to my server, and using the code for the trader zones seems to be the best bet, it is as follows, and also on like 1301 of mission.sqm.
items=3; class Item0 { position[]={6325.6772,304.99033,7807.7412}; a=100; b=100; activationBy="WEST"; repeating=1; interruptable=1; age="UNKNOWN"; name="zonestary"; expCond="(player distance zonestary) < 100;"; expActiv="TitleText[""Now entering trader city Stary"",""PLAIN DOWN""]; canbuild = false;"; expDesactiv="TitleText[""Now leaving trader city Stary"",""PLAIN DOWN""]; canbuild = true;"; class Effects { }; };
So, to change this I really just need help with two things. The activationby=west, can I change that to include all directions? would it just be activationby="west","east","north","south" ?
I also want to know how to add an exception so that I can build and shoot in the area, as well as other people I add, but anyone not authorized can not build/shoot, or possibly even check the gear in text/vehicles. Is that possible? If not could I just add a kill on a delay?
If there is other code to do this please tell me, I'm sure it would be already set up.