Arma3Epoch/MPMissions/epoch.Altis/initServer.sqf

9 lines
148 B
Plaintext
Raw Normal View History

2015-02-08 07:29:18 +00:00
/*
File: initServer.sqf
Description:
Starts the Initialization of the VEMF Server code.
*/
if (isServer) then {
[] ExecVM "\VEMF\init.sqf";
};