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
<syntaxhighlight lang="javascript">mp.game.pathfind.getSupportsGpsRouteFlag(nodeID);</syntaxhighlight>
Required Arguments
- nodeID: int
Return value
- Boolean
Example
<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>