Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- File: init.sqf
- Author:
- Description:
- */
- StartProgress = false;
- StartProgress = true;
- /////////////////////////////////////
- // Réglage Task Force Radio //
- /////////////////////////////////////
- tf_radio_channel_name = "TaskForceRadio"; // Nom du Channel TeamSpeak
- tf_radio_channel_password = "jesuistonpereettamere"; // Mot de passe du channel TeamSpeak
- TF_terrain_interception_coefficient = 0.1; // Réglage de l'interception sur le terrain
- player setVariable ["tf_unable_to_use_radio", false]; // Permet d'autoriser la radio ou non ( False = autoriser, true = refuser )
- tf_no_auto_long_range_radio = true; // Permet de donner une radio long porter ou non
- TF_give_microdagr_to_soldier = false;
- call compile preprocessFileLineNumbers "Engima\Traffic\Init.sqf";
Advertisement
Add Comment
Please, Sign In to add comment