Advertisement
Guest User

Untitled

a guest
May 8th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. /*
  2. File: init.sqf
  3. Author:
  4.  
  5. Description:
  6.  
  7. */
  8. StartProgress = false;
  9.  
  10. if (hasInterface) then {
  11. [] execVM "briefing.sqf"; //Load Briefing
  12. };
  13. [] execVM "KRON_Strings.sqf";
  14.  
  15. tf_radio_channel_name = "Task Force Radio";
  16. tf_radio_channel_password = "PfGlDERgff541";
  17. TF_terrain_interception_coefficient = 4.0;
  18. player setVariable ["tf_unable_to_use_radio", false];
  19. tf_no_auto_long_range_radio = true;
  20.  
  21. StartProgress = true;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement