-)rStrangelove 0 Posted June 6, 2009 I'm looking into the ACM module atm, when i stumbled over this: modules\ambient_combat\data\scripts\functions\setSpawnDistance.sqf Line 47: //Use default value. if (_maxDist < -1) then { _minDist = 1000; }; Hope this helps. Share this post Link to post Share on other sites
.kju 3245 Posted June 6, 2009 sorry what is the bug here - min vs max? Share this post Link to post Share on other sites
-)rStrangelove 0 Posted June 16, 2009 _maxDist should be set to 1000, not the _minDist. 1000 is the default value in case no value has been set. Share this post Link to post Share on other sites