mirror of
https://github.com/IT07/a3_vemf_reloaded.git
synced 2024-08-30 16:52:11 +00:00
6 lines
192 B
Plaintext
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
|
|
};
|