mirror of
https://github.com/IT07/a3_vemf_reloaded.git
synced 2024-08-30 16:52:11 +00:00
instead of CfgFunctions
This commit is contained in:
parent
55a8a8cd1b
commit
3dd85da0a3
5
Exile.MapName/init.sqf
Normal file
5
Exile.MapName/init.sqf
Normal 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
|
||||
};
|
Loading…
Reference in New Issue
Block a user