Advertisement
Guest User

Untitled

a guest
Mar 16th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. null = [(_this select 0)] spawn {
  2. {
  3. _Target = _this select 0;
  4. If (typeOf _x == "rhs_9k79_k") then {
  5. [_x,1] spawn rhs_fnc_ss21_AI_prepare;
  6. Sleep 0.5;
  7. };
  8. } foreach (nearestObjects [StartTank, ["rhs_9k79_k"], 1750]);
  9. };
  10.  
  11. null = [(_this select 0)] spawn {
  12. {
  13. _Target = _this select 0;
  14. If (typeOf _x == "rhs_9k79_b") then {
  15. [_x, _Target] spawn rhs_fnc_ss21_AI_launch;
  16. Sleep 0.5;
  17. };
  18. } foreach (nearestObjects [StartTank, ["rhs_9k79_b"], 1750]);
  19. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement