Jump to content
Rosso777

Removing Map Markers

Recommended Posts

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

 

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

×