Initial commit
This commit is contained in:
11
functions/init/fn_initManager.sqf
Normal file
11
functions/init/fn_initManager.sqf
Normal file
@@ -0,0 +1,11 @@
|
||||
[] spawn milsim_fnc_init;
|
||||
|
||||
|
||||
if (isServer) then {
|
||||
[] spawn milsim_fnc_initServer;
|
||||
};
|
||||
if (hasInterface) then {
|
||||
[] spawn milsim_fnc_initPlayerLocal;
|
||||
};
|
||||
|
||||
nil
|
||||
Reference in New Issue
Block a user