[HELP] Map Markers - Chernarus Overwatch

Here's a snippet:
Code:
_SectorC = createMarker ["SectorC", [2100.9187, 11822.321]];    //Sector C
_SectorC setMarkerText "Sector C";
_SectorC setMarkerType "Attack";
_SectorC setMarkerColor "ColorRed";
SectorC = _SectorC;

Basically you can take this snippet, copy it 10 times over and make the proper adjustments and you'll have 10 map markers. Of course save it as "WhateverYouWant.sqf". Then execute it however you wish (mine is executed through the init.sqf).
 
Back
Top