Jump to content

Chickens

Member
  • Posts

    7
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Chickens got a reaction from rvg?! in Building disallowed   
    In My  cfgEpochClient   I Set  buildingNearbyMilitary   to 1
    Then inside my  epoch_code/compile/building/EPOCH_isBuildAllowed.sqf
    i had to remove 
    _restrictedLocations = nearestLocations [player, ["NameCityCapital"], 300];   if !(_restrictedLocations isEqualTo []) then {   _buildingAllowed = false;   ["Building Disallowed: Area Blocked", 5] call Epoch_message;   };
×
×
  • Create New...