Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. []spawn {
  2. _base = selectRandom ["marker_0","marker_1","marker_2"];
  3.  
  4. _testcomp = /*
  5. Grab data:
  6. Mission: tempMissionSP
  7. World: VR
  8. Anchor position: [5322.91, 3170.76]
  9. Area size: 50
  10. Using orientation of objects: yes
  11. */
  12. [
  13. ["Land_TentA_F",[-1.00879,1.91235,0],87.3948,1,0,[0,0],"","",true,false],
  14. ["Land_TentA_F",[-1.47559,-1.93335,0],118.2,1,0,[0,-0],"","",true,false],
  15. ["Land_Canteen_F",[-3.18262,-2.10498,-0.012732],17.3345,1,0,[0.0151743,-0.00420997],"","",true,false],
  16. ["Land_TinContainer_F",[-4.75342,0.150635,0.00121212],237.537,1,0,[6.93381,2.27473],"","",true,false],
  17. ["Land_WoodenLog_F",[-5.1167,-0.234131,3.52859e-005],77.2357,1,0,[-0.00540777,0.0208089],"","",true,false],
  18. ["Land_Camping_Light_F",[-5.17334,-0.314697,-0.00322199],76.2835,1,0,[-0.013167,0.184481],"","",true,false],
  19. ["Land_Campfire_F",[-5.13525,1.48535,0.0299988],26.9091,1,0,[0,0],"","",true,false],
  20. ["Land_TentA_F",[-1.99902,5.49634,0],57.6576,1,0,[0,0],"","",true,false],
  21. ["CamoNet_OPFOR_F",[6.71533,-3.37817,0],90.5699,1,0,[0,-0],"","",true,false],
  22. ["O_Radar_System_02_F",[5.82031,5.25732,-1.87827],266.896,1,0,[1.76937e-005,-4.77626e-005],"","",true,false],
  23. ["Land_WoodenBox_F",[-7.94043,3.90869,0],135.19,1,0,[4.91717e-005,2.83018e-005],"","",true,false],
  24. ["Land_BagFence_Round_F",[-0.791504,10.6121,-0.00130129],222.772,1,0,[0,0],"","",true,false],
  25. ["O_SAM_System_04_F",[-5.84473,8.85938,-0.0749998],271.238,1,0,[7.59697e-006,1.0924e-005],"","",true,false],
  26. ["Land_BagFence_Long_F",[-3.5376,11.0027,-0.000999928],358.245,1,0,[0,0],"","",true,false],
  27. ["Land_BagFence_Round_F",[-9.80273,-7.29346,-0.00130129],93.854,1,0,[0,-0],"","",true,false],
  28. ["Land_BagFence_Round_F",[-8.14063,-9.31299,-0.00130129],4.48306,1,0,[0,0],"","",true,false],
  29. ["Land_HBarrier_Big_F",[11.0449,4.76587,0],89.5082,1,0,[0,0],"","",true,false],
  30. ["Land_HBarrier_Big_F",[11.436,-3.92188,0],89.5082,1,0,[0,0],"","",true,false],
  31. ["Land_BagFence_Long_F",[-6.45557,10.9187,-0.000999928],358.245,1,0,[0,0],"","",true,false],
  32. ["Land_BagFence_Round_F",[-9.27002,10.4675,-0.00130129],136.002,1,0,[0,-0],"","",true,false],
  33. ["Land_BagFence_Short_F",[9.11133,-11.2083,-0.000999928],187.271,1,0,[0,0],"","",true,false],
  34. ["Land_BagFence_Short_F",[11.3599,-9.2937,-0.000999928],267.067,1,0,[0,0],"","",true,false],
  35. ["Land_BagFence_Short_F",[9.08643,11.8457,-0.000999928],170.372,1,0,[0,-0],"","",true,false],
  36. ["Land_BagFence_Short_F",[11.25,9.83569,-0.000999928],90.5762,1,0,[0,-0],"","",true,false],
  37. ["Land_BagFence_Short_F",[10.7319,-10.6604,-0.000999928],139.453,1,0,[0,-0],"","",true,false],
  38. ["Land_BagFence_Short_F",[10.5166,11.3816,-0.000999928],42.7581,1,0,[0,0],"","",true,false]
  39. ];
  40. [getMarkerPos _base ,0 ,_testcomp ,0]call BIS_fnc_objectMapper;
  41. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement