Advertisement
MGT

Untitled

MGT
Jul 4th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. private _objects = [
  2.  
  3. ["Exile_Sign_Locker",[11039.6,9595.96,101.35],[[0.433596,-0.901108,0],[0,0,1]],[false,false]],
  4. ["Exile_Locker",[11039.3,9596.72,101.323],[[0.388586,-0.92088,0.0313161],[-0.042629,0.0159831,0.998963]],[false,false]],
  5. ["Exile_Locker",[4532.33,8731.26,2.90426],[[0.193747,-0.980827,0.0209869],[0.0266571,0.0266476,0.999289]],[false,false]],
  6. ["Exile_Sign_Locker",[4533.04,8729.29,2.89984],[[0.502339,-0.864671,0],[0,0,1]],[false,false]]
  7.  
  8. ];
  9. {
  10. private _object = (_x select 0) createVehicle [0,0,0];
  11. _object setPosASL (_x select 1);
  12. _object setVectorDirAndUp (_x select 2);
  13. _object enableSimulationGlobal ((_x select 3) select 0);
  14. _object allowDamage ((_x select 3) select 1);
  15. } forEach _objects;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement