i am a complete newby and I am trying to make a following script. if player finds a radio, certain markers will appear on the map.
Which command shows the markers on the map and how I implement it?
if ("ItemRadio" in magazines player) then {
here should be a command to show following marker on map
_sectorFOB = createMarker ["_sectorFOB ", [6611.9756, 14201.991]];
_sectorFOB setMarkerText "FOB";
_sectorFOB setMarkerType "mil_objective";
_sectorFOB setMarkerColor "ColorRed";
_sectorFOB = _sectorFOB ;
} else {
};
Question
prosims
Hello everyone,
i am a complete newby and I am trying to make a following script. if player finds a radio, certain markers will appear on the map.
Which command shows the markers on the map and how I implement it?
Thanks for advance for help.
Link to comment
Share on other sites
13 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now