Rosso777 22 Posted August 19, 2020 Hi All! I am just trying to hide the map markers for Spawns and Traders, etc. that are all over the map. I feel like this is a simple fix, but I can't quite seem to crack it without causing spawns in the ocean. Any help is appreciated. Share this post Link to post Share on other sites
Thomas TKO 82 Posted August 19, 2020 go to the markers and make them invisible like this dataType="Marker"; position[]={11457.191,221,7511.5068}; name="ConcreteMixerZoneAlikampos"; text="Concrete Mixer"; markerType="ELLIPSE"; type="ExileConcreteMixerZone"; colorName="ColorRed"; alpha=0; //invisible fillName="Border"; a=600; b=600; angle=15.142997; drawBorder=1; id=474; with spawn points make 1 on middle of the Map and on config.cpp @Exileserver / Addons / exile_server_config.pbo change spawnZoneRadius = 200; to spawnZoneRadius = 5000; Share this post Link to post Share on other sites
Rosso777 22 Posted August 19, 2020 Thank you, @Thomas TKO! It truly was a simple fix. Thanks for the help! Share this post Link to post Share on other sites