Advertisement
Ferix

Untitled

Jun 30th, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.19 KB | None | 0 0
  1. _pos = getPosASL;
  2. alertstatus = 2;
  3.  
  4.    for "_i" from 0 to 1 step 0 do {
  5.   _siren = playSound3D ["A3\Sounds_F\sfx\alarm_independent.wss","",false,_pos,10,1,1500];
  6.   _siren;
  7.   UiSleep 7;
  8.    };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement