StartGpsCustomRoute — FiveM Natives
0xDB34E8D56FC13B08 · HUD · all
Starts a new GPS custom-route, allowing you to plot lines on the map. Lines are drawn directly between points. The GPS custom route works like the GPS multi route, except it does not follow roads. Example result: 
Parameters
| Name | Type | Description |
|---|---|---|
| hudColor | int | The HUD color of the GPS path. |
| displayOnFoot | BOOL | Draws the path regardless if the player is in a vehicle or not. |
| followPlayer | BOOL | Draw the path partially between the previous and next point based on the players position between them. When false, the GPS appears to not disappear after the last leg is completed. |
Returns
void