a3_vemf_reloaded/Exile.MapName/init.sqf

6 lines
192 B
Plaintext
Raw Normal View History

2016-04-11 14:11:53 +00:00
// 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
};