Advertisement
the_eraser1

Untitled

Jun 20th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. {
  2. private _object = (_x select 0) createVehicle [0,0,0];
  3. _object setPosASL (_x select 1);
  4. _object setVectorDirAndUp (_x select 2);
  5. _object enableSimulationGlobal ((_x select 3) select 0);
  6. _object allowDamage ((_x select 3) select 1);
  7. _object lock 2;
  8. } forEach _objects;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement