Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // prevent drawing new lines
- addMissionEventHandler["Draw3D",{
- {
- if (markerShape _x=="POLYLINE") then {
- deleteMarker _x;
- }
- } forEach allMapMarkers;
- }];
- // delete current ones
- {
- if (markerShape _x=="POLYLINE") then {
- deleteMarker _x;
- }
- } forEach allMapMarkers;
Advertisement
Add Comment
Please, Sign In to add comment