11 lines
155 B
Plaintext
11 lines
155 B
Plaintext
[] spawn milsim_fnc_init;
|
|
|
|
|
|
if (isServer) then {
|
|
[] spawn milsim_fnc_initServer;
|
|
};
|
|
if (hasInterface) then {
|
|
[] spawn milsim_fnc_initPlayerLocal;
|
|
};
|
|
|
|
nil |