DayZ Chernarus Mission System Problem - Overwatch

For some reason with my Chernarus Mission system when a mission shows up it doesn't show the marker if you don't have a map before then after or later you get a map you still don't see it. And even after that I don't think the map markers are showing up so what could be wrong ?
 
You need to put the "debug" folder in your mission.pbo.

Then add this to your init.sqf
Code:
// Mission Markers
[] execVM "Mission\addmarkers.sqf";
[] execVM "Mission\addmarkers75.sqf";
 
Back
Top