Advertisement
Guest User

Untitled

a guest
Oct 7th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. /*
  2. File: init.sqf
  3. Author:
  4.  
  5. Description:
  6.  
  7. */
  8. StartProgress = false;
  9.  
  10. [] execVM "briefing.sqf"; //Load Briefing
  11. [] execVM "KRON_Strings.sqf";
  12.  
  13.  
  14. StartProgress = true;
  15.  
  16. /////////////////////////////////////
  17. // Réglage Task Force Radio //
  18. /////////////////////////////////////
  19. tf_radio_channel_name = "TaskForceRadio"; // Nom du Channel TeamSpeak
  20. tf_radio_channel_password = "Tropicalol"; // Mot de passe du channel TeamSpeak
  21. TF_terrain_interception_coefficient = 4.0; // Réglage de l'interception sur le terrain
  22. player setVariable ["tf_unable_to_use_radio", false]; // Permet d'autoriser la radio ou non ( False = autoriser, true = refuser )
  23. tf_no_auto_long_range_radio = true; // Permet de donner une radio long porter ou non
  24.  
  25. StartProgress = true;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement