Guest User

Untitled

a guest
Jan 31st, 2020
202
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. StartProgress = true;
  11.  
  12. /////////////////////////////////////
  13. // Réglage Task Force Radio //
  14. /////////////////////////////////////
  15. tf_radio_channel_name = "TaskForceRadio"; // Nom du Channel TeamSpeak
  16. tf_radio_channel_password = "jesuistonpereettamere"; // Mot de passe du channel TeamSpeak
  17. TF_terrain_interception_coefficient = 0.1; // Réglage de l'interception sur le terrain
  18. player setVariable ["tf_unable_to_use_radio", false]; // Permet d'autoriser la radio ou non ( False = autoriser, true = refuser )
  19. tf_no_auto_long_range_radio = true; // Permet de donner une radio long porter ou non
  20. TF_give_microdagr_to_soldier = false;
  21.  
  22. call compile preprocessFileLineNumbers "Engima\Traffic\Init.sqf";
Advertisement
Add Comment
Please, Sign In to add comment