10 lines
222 B
Plaintext
10 lines
222 B
Plaintext
/*
|
|
File: initServer.sqf
|
|
Author:
|
|
|
|
Description:
|
|
Starts the initialization of the server.
|
|
*/
|
|
if (!(_this select 0)) exitWith {}; //Not server
|
|
[] call compile preprocessFileLineNumbers "\life_server\init.sqf";
|