Advertisement
Guest User

71st SOG init.sqf v001

a guest
Dec 17th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.38 KB | None | 0 0
  1. waitUntil {!isNull player};
  2.  
  3. waitUntil {(player getVariable ["alive_sys_player_playerloaded",false])};
  4.  
  5. //For ALiVE Headless Clients
  6. if !(hasInterface or isServer) then {
  7.     headlessClients = [];
  8.     headlessClients set [(count headlessClients), player];
  9.     publicVariable "headlessClients";
  10.     isHC = true;
  11. };
  12.  
  13. execVM "R3F_LOG\init.sqf";
  14. _igiload = execVM "IgiLoad\IgiLoadInit.sqf";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement