instead of CfgFunctions

This commit is contained in:
IT07 2016-04-11 16:11:53 +02:00
parent 55a8a8cd1b
commit 3dd85da0a3

5
Exile.MapName/init.sqf Normal file
View File

@ -0,0 +1,5 @@
// 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
};