a3_vemf_reloaded/Exile.MapName/init.sqf
2016-04-11 16:11:53 +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
};