Files
MissionTemplate/functions/init/fn_initManager.sqf
2023-06-19 00:57:30 -05:00

11 lines
155 B
Plaintext

[] spawn milsim_fnc_init;
if (isServer) then {
[] spawn milsim_fnc_initServer;
};
if (hasInterface) then {
[] spawn milsim_fnc_initPlayerLocal;
};
nil