Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. heli = "EXILE_CHOPPER_HELLCAT_FIA" createVehicle (position player);
  2. player moveInDriver heli;
  3. bus1 = "EXILE_CAR_IKARUS_RED" createVehicle (position player);
  4. bus2 = "EXILE_CAR_IKARUS_RED" createVehicle (position player);
  5. bus3 = "EXILE_CAR_IKARUS_RED" createVehicle (position player);
  6. bus4 = "EXILE_CAR_IKARUS_RED" createVehicle (position player);
  7. bus5 = "EXILE_CAR_IKARUS_RED" createVehicle (position player);
  8. bus6 = "EXILE_CAR_IKARUS_RED" createVehicle (position player);
  9. bus7 = "EXILE_CAR_IKARUS_RED" createVehicle (position player);
  10. bus8 = "EXILE_CAR_IKARUS_RED" createVehicle (position player);
  11. bus9 = "EXILE_CAR_IKARUS_RED" createVehicle (position player);
  12. bus10 = "EXILE_CAR_IKARUS_RED" createVehicle (position player);
  13. bus11 = "EXILE_CAR_IKARUS_RED" createVehicle (position player);
  14. bus12 = "EXILE_CAR_IKARUS_RED" createVehicle (position player);
  15. bus13 = "EXILE_CAR_IKARUS_RED" createVehicle (position player);
  16. bus14 = "EXILE_CAR_IKARUS_RED" createVehicle (position player);
  17. bus15 = "EXILE_CAR_IKARUS_RED" createVehicle (position player);
  18. bus16 = "EXILE_CAR_IKARUS_RED" createVehicle (position player);
  19. bus17 = "EXILE_CAR_IKARUS_RED" createVehicle (position player);
  20. bus18 = "EXILE_CAR_IKARUS_RED" createVehicle (position player);
  21. bus19 = "EXILE_CAR_IKARUS_RED" createVehicle (position player);
  22. bus20 = "EXILE_CAR_IKARUS_RED" createVehicle (position player);
  23. bus21 = "EXILE_CAR_IKARUS_RED" createVehicle (position player);
  24. bus22 = "EXILE_CAR_IKARUS_RED" createVehicle (position player);
  25. bus23 = "EXILE_CAR_IKARUS_RED" createVehicle (position player);
  26. bus24 = "EXILE_CAR_IKARUS_RED" createVehicle (position player);
  27. tank1 = "B_MBT_01_CANNON_F" createVehicle (position player);
  28. tank2 = "B_MBT_01_CANNON_F" createVehicle (position player);
  29. bus1 attachTo [heli, [0,0,3]];
  30. bus2 attachTo [heli, [3,0,3]];
  31. bus3 attachTo [heli, [-3,0,3]];
  32. bus4 attachTo [heli, [-3,0,0]];
  33. bus5 attachTo [heli, [3,0,0]];
  34. bus6 attachTo [heli, [0,0,-3]];
  35. bus7 attachTo [heli, [-3,0,-3]];
  36. bus8 attachTo [heli, [3,0,-3]];
  37. bus9 attachTo [heli, [0,-5,3]];
  38. bus10 attachTo [heli, [3,-5,3]];
  39. bus11 attachTo [heli, [-3,-5,3]];
  40. bus12 attachTo [heli, [-3,-5,0]];
  41. bus13 attachTo [heli, [3,-5,0]];
  42. bus14 attachTo [heli, [0,-5,-3]];
  43. bus15 attachTo [heli, [-3,-5,-3]];
  44. bus16 attachTo [heli, [3,-5,-3]];
  45. bus17 attachTo [heli, [0,5,3]];
  46. bus18 attachTo [heli, [3,5,3]];
  47. bus19 attachTo [heli, [-3,5,3]];
  48. bus20 attachTo [heli, [-3,5,0]];
  49. bus21 attachTo [heli, [3,5,0]];
  50. bus22 attachTo [heli, [0,5,-3]];
  51. bus23 attachTo [heli, [-3,5,-3]];
  52. bus24 attachTo [heli, [3,5,-3]];
  53. tank1 attachTo [heli, [0,9,0]];
  54. tank2 attachTo [heli, [0,-9,0]];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement