Hi,
I can’t find the native to set up a GPS travel at specific coords.
I want to specify coords and set up the GPS so the player can follow it.
I’m pretty sure there is a native for it, isn’t it ?
Hi,
I can’t find the native to set up a GPS travel at specific coords.
I want to specify coords and set up the GPS so the player can follow it.
I’m pretty sure there is a native for it, isn’t it ?
You can try SET_NEW_WAYPOINT
Create a blip and use SET_BLIP_ROUTE
.
Thank’s I will try and coment here.
SetNewWaypoint seems to do the job.
It acts like a user placed marker but : SetBlipRoute(blip, true) seems to set as a mission marker.
I need to remove the “user marker” to only display the yellow one.
Thank’s a lot