Hi,
This script is extremely simple.
1 - In '@epochhive/addons' add the following pbo (traderATMs.pbo) :
https://dl.dropboxusercontent.com/u/63143678/epoch_scripts/traderATMs.pbo
2 - In your 'MPMissions' folder, unpack 'epoch.Altis.pbo'
3 - In your unpacked 'epoch.Altis' folder, open init.sqf and add the following at the very top :
if (isServer) then {
execVM "\q\addons\traderATMs\init.sqf";
};
Note : if there is no init.sqf in the root of your unpacked 'epoch.Altis' folder, just create one.
4 - Repack 'epoch.Altis' into 'epoch.Altis.pbo'
That's it !
**EDIT** Optimized following Kroenen's suggestions