Advertisement
Guest User

Untitled

a guest
May 27th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. // global variable: fired
  2. fired = "
  3. if (true) exitWith {
  4. diag_log (str _this);
  5. };
  6. _this call BIS_Effects_EH_Fired;
  7. _this execVM ""\USAF_missilebox\src\fall.sqf"";
  8. if (_this select 1 == USAF_Countermeasures_A10C) then {
  9. playSound ""chaflare"";
  10. };
  11. ";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement