Marcel1802 2 Posted April 29, 2019 Is it normal that if I use setMarkerAlphaLocal to hide a marker the marker gets visible again if the server executes setMarkerText and is there a way to keep the marker hidden even if the server change it's text? Share this post Link to post Share on other sites
joostsidy 685 Posted April 29, 2019 Not really a topic for in 'General' thread, please post in scripting topic next time to keep things tidy 🙂 Can the alpha be set serverside? The solution would be: when the server sets the text, it should be followed by a (conditional) setAlpha. Or a trigger that activates the local setAlpha. Share this post Link to post Share on other sites
pierremgi 4850 Posted April 29, 2019 A local marker keeps its local property if ALL pertaining commands are local. As soon as you're using a non-local one, the marker is global. 1 Share this post Link to post Share on other sites
Dedmen 2696 Posted May 2, 2019 Thread moved to correct section. Keep in mind that we have forum rules o7 Share this post Link to post Share on other sites