Advertisement
zapatahacks

Untitled

Sep 9th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 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. };
  12. [] execVM "KRON_Strings.sqf";
  13.  
  14. StartProgress = true;
  15. waitUntil {(!(isNil "life_serverFunctionsReady"))}; waitUntil {life_serverFunctionsReady};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement