a3_vemf_reloaded/Missionname.MapName/init.sqf
2016-07-16 23:18:24 +02:00

6 lines
192 B
Plaintext

// Put this somewhere in your own init.sqf outside of any other brackets and if statements
if hasInterface then
{
[] ExecVM "VEMFr_client\sqf\initClient.sqf"; // Client-side part of VEMFr
};