Pathfind::getSupportsGpsRouteFlag
Jump to navigation
Jump to search
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
mp.game.pathfind.getSupportsGpsRouteFlag(nodeID);Required Arguments
- nodeID: int
Return value
- Boolean
Example
// todo