Advertisement
icdb

[ArmA3] Nuke _targed

Dec 14th, 2017
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.29 KB | None | 0 0
  1. {    
  2.     [(getPos _target) ,500,500] remoteExec [_x,0];
  3. }   foreach [
  4.             "rhs_fnc_ss21_nuke_fx_smoke",
  5.             "rhs_fnc_ss21_nuke_fx_light",
  6.             "rhs_fnc_ss21_nuke_fx_shockwave",
  7.             "rhs_fnc_ss21_nuke_fx_postprocessing"
  8.     ];
  9.  
  10. [(getPos _target),500,500] remoteExecCall ["rhs_fnc_ss21_nuke_fx_damage",2];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement