Advertisement
Guest User

Untitled

a guest
Dec 4th, 2015
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. _c = 1;
  2. _gasstations = [
  3. [14173.2,16541.8,-0.0946102],
  4. [12026.6,15830.1,-0.0342979],
  5. [11831.6,14155.9,-0.0342016],
  6. [15297.1,17565.9,-0.283808],
  7. [15781,17453.2,-0.285281],
  8. [14221.4,18302.5,-0.0697155],
  9. [16875.2,15469.4,0.037343],
  10. [17417.2,13936.7,-0.10652],
  11. [16750.9,12513.1,-0.0525198],
  12. [9025.78,15729.4,-0.0206528],
  13. [9021.82,15728.7,-0.0293427],
  14. [9205.75,12112.2,-0.0487232],
  15. [8481.69,18260.7,-0.0266876],
  16. [6798.15,15561.6,-0.0441437],
  17. [20784.8,16665.9,-0.0521202],
  18. [19961.3,11454.6,-0.0349236],
  19. [6198.83,15081.4,-0.0912418],
  20. [5023.26,14429.6,-0.0978947],
  21. [5769,20085.7,-0.0156555],
  22. [4001.12,12592.1,-0.0966625],
  23. [3757.54,13485.9,-0.010498],
  24. [23379.4,19799,-0.0544052],
  25. [21230.4,7116.56,-0.0604229],
  26. [25701.2,21372.6,-0.0774155]
  27. ];
  28.  
  29. {
  30. _marker = createMarker [('GasStation' + (str _c)), _x];
  31. _marker setmarkertype "loc_Fuelstation";
  32. _c = _c + 1;
  33. } forEach _gasstations;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement