How can I merge both...
if (!isDedicated) then {[] execVM "Scripts\kh_actions.sqf";
and...
if (!isDedicated) then {[] execVM "safezone.sqf";};
on a single line so both scripts can work? Thanks in advance :D
How can I merge both...
if (!isDedicated) then {[] execVM "Scripts\kh_actions.sqf";
and...
if (!isDedicated) then {[] execVM "safezone.sqf";};
on a single line so both scripts can work? Thanks in advance :D