How to?#1

How can i do this?

https://runtime.fivem.net/doc/natives/#_0x28477EC23D892089

https://wiki.rage.mp/index.php?title=Markers

There is no marker with that symbol

Yes there is.
=> Preview => id 36

Oh Thanks!

Or, you know, on the FiveM documentation page:

1 Like

How can i put them? Is there a script? I mean i can make it with client.lua or server.lua? I need a _resource.lua?

Markers are drawn on a client so… client side!

Markers must be drawn every tick/frame so if using Lua: Execute the DrawMarker native that was linked earlier in a thread that continuously runs.