biostunt 0 Posted October 17 Hi guys! I have a global server variable names treasureMarker I try to create marker inside the event like this. Its creating, I checked it by console.log(treasureMarker); But.. I cant see this marker. Its invisible. Can you advice me something? var treasureMarker; mp.events.add("createMarker",(player)=>{ treasureMarker = mp.markers.new(1,new mp.Vector3(treasurePoint.x, treasurePoint.y, treasurePoint.z),1.0,{//Vector coords working well. "color": [239, 22, 14, 1], "direction": 0, "dimension": 0, "visible": true }); }) Solved. Problem was in color. Share this post Link to post Share on other sites
Flow 17 Posted October 17 "color": [239, 22, 14, 1], Share this post Link to post Share on other sites