AsianKids Easy Custom Map Markers: I hit a snag!

Shadow_otw

Member
Ok...I hit a snag. 1st, here is my SQF:

_sectorFOB = createMarker ["_sectorFOB ", [1102.7219, 2357.8096]];
_sectorFOB setMarkerText "Kamenka Military Checkpoint";
_sectorFOB setMarkerType "mil_objective";
_sectorFOB setMarkerColor "ColorRed";
_sectorFOB = _sectorFOB ;
_sectorFOB = createMarker ["_sectorFOB ", [9449.9893, 11429.881]];
_sectorFOB setMarkerText "Civilian and Military Cluster";
_sectorFOB setMarkerType "mil_objective";
_sectorFOB setMarkerColor "ColorRed";
_sectorFOB = _sectorFOB ;
_sectorFOB = createMarker ["_sectorFOB ", [8363.333, 3010.0635]];
_sectorFOB setMarkerText "Prig Military Checkpoint";
_sectorFOB setMarkerType "mil_objective";
_sectorFOB setMarkerColor "ColorRed";
_sectorFOB = _sectorFOB ;
_sectorFOB = createMarker ["_sectorFOB ", [2253.6309, 10841.117]];
_sectorFOB setMarkerText "Lopatino Military Checkpoint";
_sectorFOB setMarkerType "mil_objective";
_sectorFOB setMarkerColor "ColorRed";
_sectorFOB = _sectorFOB ;

The only one that shows on the map is the first. "Kamenka Military Checkpoint". What did I do wrong?​
 
DINGDINGDING!!!!

We have a winnah!

That was it Vampire...thank you so very much!

now...wanna help me with installing AI on my Vilayer server?

lol!

Shadow~
 
Back
Top