Arma3Epoch/MPMissions/epoch.Altis/initServer.sqf
2015-02-08 18:29:18 +11:00

9 lines
148 B
Plaintext

/*
File: initServer.sqf
Description:
Starts the Initialization of the VEMF Server code.
*/
if (isServer) then {
[] ExecVM "\VEMF\init.sqf";
};