How do remove building location restrictions in current server build-0.3.4.050?
This does not work anymore.
class CfgEpochClient { buildingNearbyMilitary = 1; //1 to allow building nearby buildingNearbyMilitaryRange = 0; //Define radius of blocked area
buildingRequireJammer = 0; // 1 = to allow building without a jammer buildingCountLimit = 300; // how many objects can be built within range of a jammer buildingJammerRange = 75; // jammer range in meters };
Question
Swash
How do remove building location restrictions in current server build-0.3.4.050?
This does not work anymore.
class CfgEpochClient
{
buildingNearbyMilitary = 1; //1 to allow building nearby
buildingNearbyMilitaryRange = 0; //Define radius of blocked area
buildingRequireJammer = 0; // 1 = to allow building without a jammer
buildingCountLimit = 300; // how many objects can be built within range of a jammer
buildingJammerRange = 75; // jammer range in meters
};
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now