How to make teleport marker invisible

So, someone made this custom FiveM Point to Point teleport script. I like it alot, but some things I want changed!

How do I make the marker invisible and change the marker id? thanks

link to script: https://pastebin.com/xsChL2vU

1 Like

ok so where the color is for the marker. an example in your link to script its Drawing.draw3DText(j.positionTo.x, j.positionTo.y, j.positionTo.z - 1.100, j.positionTo.nom, 1, 0.2, 0.1, 255, 255, 255,

you want to change 255, 255, 255, which is the color and when i put my marker color to 0 on all red green and blue it dissapears

this is wrong, that will change it to a transparent shadow, it will not make it invisible.

you can turn marker to -1 then it will get invisible