Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. if (isNil "BlueforObj_1Flag") then {BlueforObj_1Flag = false;};
  2. if (isNil "BlueforObj_2Flag") then {BlueforObj_2Flag = false;};
  3. if (isNil "BLUFOR_CC") then {BLUFOR_CC = false;};
  4.  
  5.  
  6.  
  7. if (isNil "TICKETS") then {TICKETS = 17;};
  8. if (!isDedicated) then { [] execVM "respawn.sqf"; };
  9.  
  10. //Init UPSMON scritp
  11. call compile preprocessFileLineNumbers "scripts\Init_UPSMON.sqf";
  12.  
  13. call{[1000,25] execVM "coop_essential\cep_init.sqf";};
  14. [] execVM "bScripts\bInit.sqf"; //init bScripts functions
  15.  
  16.  
  17.  
  18.  
  19. if (!(isNull player)) then //non-JIP player
  20. {
  21.  
  22. [] execVM "briefing.sqf";
  23. [] execVM "scripts\radioAdd.sqf";
  24.  
  25. };
  26.  
  27. if (!isServer && isNull player) then //JIP player
  28. {
  29.  
  30. [] execVM "briefing.sqf";
  31. [] execVM "scripts\radioAdd.sqf";
  32.  
  33.  
  34. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement