Twiznak 57 Posted October 16, 2017 Hi! How do I make the markers for EOS invisible to players. I tried setting the markers alpha to zero.That makes the markers invisible in the editor but still visible in game. Please help. Thank you. Share this post Link to post Share on other sites
HazJ 1289 Posted October 16, 2017 Open EOS_Markers.sqf in eos/functions then: // _x setMarkerAlpha (markerAlpha _x); _x setMarkerAlpha 0; It should set it to whatever you set in the editor though... As it gets the current marker alpha. Did you set it to 0 in the editor? Share this post Link to post Share on other sites
Twiznak 57 Posted October 16, 2017 7 minutes ago, HazJ said: Open EOS_Markers.sqf in eos/functions then: // _x setMarkerAlpha (markerAlpha _x); _x setMarkerAlpha 0; It should set it to whatever you set in the editor though... As it gets the current marker alpha. Did you set it to 0 in the editor? HazJ for win again! That's two posts in a row you nailed on the first response. Yes, I set the alpha to zero on the markers in the editor. I set it to zero with the slider on the attributes UI. I didn't try it with script. Never the less, this solution is the one I was hoping for. Thank you for your help Sir. Share this post Link to post Share on other sites