Advertisement
ComfySeven4

ObjectGrabber_FOB.sqf

Jan 30th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 1.35 KB | None | 0 0
  1. /*
  2. Grab data:
  3. Mission: tempMissionSP
  4. World: VR
  5. Anchor position: [6742.3, 3016.46]
  6. Area size: 200
  7. Using orientation of objects: yes
  8. */
  9.  
  10. Private ["_objs"];
  11. _objs =
  12. [
  13.     ["CamoNet_BLUFOR_open_F",[-0.656738,-1.84424,0],0,1,0,[0,0],"","",true,false],
  14.     ["Land_CampingChair_V1_F",[-2.63965,-1.82104,0.021102],344.98,1,0,[-4.04019,0.00584366],"","",true,false],
  15.     ["Land_CampingTable_F",[-3.1709,-1.44531,0.275572],9.02312,1,0,[39.5721,13.5234],"","",true,false],
  16.     ["Land_CampingChair_V1_F",[-3.59229,-1.80225,0.0354185],27.9358,1,0,[-7.68218,-0.251511],"","",true,false],
  17.     ["Land_CampingTable_F",[-3.12842,-3.1001,0],179.675,1,0,[1.65182e-005,-7.28795e-005],"","",true,false],
  18.     ["Land_CampingChair_V1_F",[-2.63037,-3.6062,0.00312519],194.949,1,0,[-0.00675534,0.00359899],"","",true,false],
  19.     ["Land_CampingChair_V1_F",[-3.62256,-3.57275,0.00312519],179.96,1,0,[-0.00667392,0.00369832],"","",true,false],
  20.     ["Land_PowerGenerator_F",[-3.27051,4.38916,0],255,1,0,[0,0],"","",true,false],
  21.     ["Land_TTowerSmall_1_F",[-1.98975,4.15967,0],345,1,0,[0,0],"","",true,false],
  22.     ["Land_TouristShelter_01_F",[1.23828,6.19189,0],345,1,0,[0,0],"","",true,false],
  23.     ["B_Quadbike_01_F",[-8.12158,2.26343,-0.00900316],315,1,0,[0.169414,0.0392812],"","",true,false],
  24.     ["B_Quadbike_01_F",[-9.62061,0.0175781,-0.00900364],285,1,0,[0.16942,0.0392781],"","",true,false]
  25. ]
  26.  
  27. _objs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement