Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.23 KB | None | 0 0
  1. [] spawn { while {true} do {if (currentChannel in [1,2,3]) then {setCurrentChannel 5}; sleep 0.5; }; };
  2.  
  3.  
  4. // Alternative, for civs only:
  5. // { _x#0 enableChannel [_x#1, _x#2] } forEach [[1,false,false],[2,false,false],[3,false,false]];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement