Hi all,
I was browsing the threads on here today and noticed someone say that you no longer need to put the [] at the start of an execVM line, so I looked into some files that I have changed as per the relevant script authors instructions, and noticed this :
//Custom Loadouts [] ExecVM "custom\loadout\loadout.sqf"; //Auto-Refuel execVM "service_point\service_point.sqf";
Now, which is the correct way to put these? Could this be causing some small errors I am seeing in my server?