Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. _this = createMarker ["MistyPeak", [6437.7412, 14003.003, -0.20294239]];
  2.  
  3. _this setMarkerText " ";
  4.  
  5. _this setMarkerType "FOB";
  6.  
  7. _this setMarkerColor "ColorRed";
  8.  
  9. _marker_17 = _this;
  10.  
  11.  
  12. _this = createMarker ["NOPVPZONE", [6324.39,7809.12]];
  13.  
  14. _this setMarkerText "NO PVP IN THIS ZONE";
  15.  
  16. _this setMarkerType "mil_circle";
  17.  
  18. _this setMarkerBrush "Grid";
  19.  
  20. _this setMarkerColor "ColorBlue";
  21.  
  22. _this setMarkerSize [400, 400];
  23.  
  24. _marker_18 = _this;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement