Ferix

Untitled

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