Advertisement
RionKillikus

keyhandler

May 12th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. //O Key
  2. case 24: {
  3. if (_shift) then {
  4. if !(soundVolume isEqualTo 1) then {
  5. 1 fadeSound 1;
  6. systemChat localize "STR_MISC_soundnormal";
  7. } else {
  8. 1 fadeSound 0.1;
  9. systemChat localize "STR_MISC_soundfade";
  10. };
  11. };
  12. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement