Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. /*
  2. File: initServer.sqf
  3. Author:
  4.  
  5. Description:
  6. Starts the initialization of the server.
  7. */
  8. if (!(_this select 0)) exitWith {}; //Not server
  9. [] call compile preprocessFileLineNumbers "\life_server\init.sqf";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement