[GPS] Setting a GPS travel for player

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 ?

http://www.dev-c.com/nativedb/

You can try SET_NEW_WAYPOINT

2 Likes

Create a blip and use SET_BLIP_ROUTE.

1 Like

Thank’s I will try and coment here.

2 Likes

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

1 Like