_SET_BALLOON_ROUTE
Makes the balloon go to the specified coordinates must be called every frame until it reaches destination if autoDrive is false,other wise player must drive it manually
VEHICLEBuild 1207
Signature
lua
SetBalloonRoute(GetVehiclePedIsIn(PlayerPedId(), false), 0.0, 0.0, 0.0, true, 0.0)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| Vehicle | — | |
| float | — | |
| float | — | |
| float | — | |
| BOOL | — | |
| float | — |
Usage
lua
SetBalloonRoute(GetVehiclePedIsIn(PlayerPedId(), false), 0.0, 0.0, 0.0, true, 0.0)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
