Advertisement
Guest User

Untitled

a guest
Aug 27th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1.  
  2. _plane1 = [getmarkerpos "ju1", 280, "LIB_Ju87", EAST] call bis_fnc_spawnvehicle;
  3. _plane2 = [getmarkerpos "ju2", 280, "LIB_Ju87", EAST] call bis_fnc_spawnvehicle;
  4. _plane3 = [getmarkerpos "ju3", 280, "LIB_Ju87", EAST] call bis_fnc_spawnvehicle;
  5.  
  6.  
  7. sleep 5;
  8. (_plane1 select 0) flyInHeight 250;
  9. (_plane2 select 0) flyInHeight 250;
  10. (_plane3 select 0) flyInHeight 250;
  11.  
  12.  
  13.  
  14. _plane4 = [getmarkerpos "ju1", 280, "LIB_Ju87", EAST] call bis_fnc_spawnvehicle;
  15. _plane5 = [getmarkerpos "ju2", 280, "LIB_Ju87", EAST] call bis_fnc_spawnvehicle;
  16. _plane6 = [getmarkerpos "ju3", 280, "LIB_Ju87", EAST] call bis_fnc_spawnvehicle;
  17.  
  18.  
  19. sleep 5;
  20. (_plane4 select 0) flyInHeight 250;
  21. (_plane5 select 0) flyInHeight 250;
  22. (_plane6 select 0) flyInHeight 250;
  23.  
  24.  
  25. _plane7 = [getmarkerpos "ju1", 280, "LIB_Ju87", EAST] call bis_fnc_spawnvehicle;
  26. _plane8 = [getmarkerpos "ju2", 280, "LIB_Ju87", EAST] call bis_fnc_spawnvehicle;
  27. _plane9 = [getmarkerpos "ju3", 280, "LIB_Ju87", EAST] call bis_fnc_spawnvehicle;
  28.  
  29.  
  30. sleep 5;
  31. (_plane7 select 0) flyInHeight 250;
  32. (_plane8 select 0) flyInHeight 250;
  33. (_plane9 select 0) flyInHeight 250;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement