Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. if (isServer) then {
  2. su35 attachTo [box1,[23000,23000,3100]];
  3. su35_1 attachTo [box3,[2500,2300,3100]];
  4. su34 attachTo [box2,[2400,2300,3100]];
  5. f18 attachTo [box4,[-0400,-0400,3100]];
  6. f18_1 attachTo [box5,[-0300,-0400,3100]]
  7. };
  8.  
  9. if (isServer) then {
  10.  
  11. [] spawn {
  12.  
  13. waitUntil { sleep 420; a3a_var_started };
  14.  
  15. s1 moveindriver su35;
  16. s2 moveindriver su35_1;
  17. s4 moveindriver su34;
  18. s3 moveingunner su34;
  19. f1 moveindriver f18;
  20. f2 moveindriver f18_1;
  21.  
  22. }
  23.  
  24. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement