TASK_SHUFFLE_TO_NEXT_VEHICLE_SEAT
Makes the specified ped shuffle to the next vehicle seat. The ped MUST be in a vehicle and the vehicle parameter MUST be the ped's current vehicle.
TASKBuild 1207
Signature
lua
TaskShuffleToNextVehicleSeat(PlayerPedId(), GetVehiclePedIsIn(PlayerPedId(), false))
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| Ped | — | |
| Vehicle | — |
Usage
lua
TaskShuffleToNextVehicleSeat(PlayerPedId(), GetVehiclePedIsIn(PlayerPedId(), false))Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Joaat hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
