Guest User

Untitled

a guest
Mar 1st, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. // Disable saving
  2. enableSaving [false, false];
  3.  
  4. // Disable automatic radio messages
  5. enableRadio false;
  6. enableSentences false;
  7. 0 fadeRadio 0;
  8.  
  9. // voice
  10. 0 enableChannel [true, false]; // Enable user ability to send text but disable voice on global channel
  11. 1 enableChannel [true, false]; // Enable user ability to send text but disable voice on side channel
  12. 2 enableChannel [false, false]; // Disable user ability to send text and voice on Command channel
  13. 3 enableChannel [true, false]; // Enable user ability to send text but disable voice on group
  14.  
  15. //_AquamansVehicleDiag = [] spawn compile preprocessFileLineNumbers "dialogs\VehicleSpawn.sqf";
  16. //waitUntil {scriptDOne _AquamansVehicleDiag};
Advertisement
Add Comment
Please, Sign In to add comment