DayZ Chernarus Mission System, need help

You need to have the debug folder in your mission.pbo and then call the two .sqfs from the init.sqf.

Like this:
Code:
// Mission Markers
[] execVM "Mission\addmarkers.sqf";
[] execVM "Mission\addmarkers75.sqf";
 
Back
Top