Panthera map question

corkingx

Member
how can i prevent players spawning on the small island on the left corner of the map? sometimes people spawn there and its really innoing
 
how can i do that?

481.494.370.167

thats the coords of the small island, been looking in the mission.sqm =cant find em

Code:
class Markers
    {
        items=23;
        class Item0
        {
            position[]={5192.2104,62.495663,4994.3667};
            name="center";
            type="Empty";
        };
        class Item1
        {
            position[]={5133.918,0.97550583,-3091.4561};
            name="respawn_west";
            type="Empty";
        };
        class Item2
        {
            position[]={1725.1771,1.9538603,5462.8374};
            name="spawn0";
            type="Empty";
        };
        class Item3
        {
            position[]={1639.7202,0.3570427,4349.8613};
            name="spawn1";
            type="Empty";
        };
        class Item4
        {
            position[]={5896.6621,4.0027261,1669.1687};
            name="spawn2";
            type="Empty";
        };
        class Item5
        {
            position[]={8744.7168,16.603386,2248.4143};
            name="spawn3";
            type="Empty";
        };
        class Item6
        {
            position[]={2453.7195,7.3370085,6910.5869};
            name="spawn4";
            type="Empty";
        };
        class Item7
        {
            position[]={3249.5935,6.3452759,2555.6763};
            name="spawn5";
            type="Empty";
        };
        class Item8
        {
            position[]={4114.5718,107.40243,3820.0657};
            name="spawn6";
            type="Empty";
        };
        class Item9
        {
            position[]={1876.0356,1.0129594,2839.7844};
            name="spawn7";
            type="Empty";
        };
        class Item10
        {
            position[]={7988.4478,1.5904597,6807.562};
            name="spawn8";
            type="Empty";
        };
        class Item11
        {
            position[]={8818.2432,9.79107,5908.5034};
            name="spawn9";
            type="Empty";
        };
        class Item12
        {
            position[]={6116.582,31.410233,3811.6714};
            name="spawn10";
            type="Empty";
        };
 
It is, and you would need to find ones on the island and change them to coordinates on the coast along the other island.
 
Back
Top