Skip to main content

Pathfind::getSupportsGpsRouteFlag

p0 = VEHICLE_NODE_ID

Returns false for nodes that aren't used for GPS routes. Example: Nodes in Fort Zancudo and LSIA are false

Syntax​

```js mp.game.pathfind.getSupportsGpsRouteFlag(nodeID); ```

Required Arguments​

  • nodeID: int

Return value​

  • Boolean

Example​

```js // todo ```

See also​