iCEtIMed

after edit

Apr 27th, 2015
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. if (isServer) then { <-------------ADD THIS
  2.  
  3. _vehicle_8 = objNull;
  4. if (true) then
  5. {
  6. _this = createVehicle ["MAP_grav_30_25", [6555.918, 3445.3281, -0.00020980835], [], 0, "CAN_COLLIDE"];
  7. _vehicle_8 = _this;
  8. _this setDir -65.436943;
  9. _this setPos [6555.918, 3445.3281, -0.00020980835];
  10. };
  11.  
  12. }; <-------------ADD THIS
Advertisement
Add Comment
Please, Sign In to add comment