Player::taskShuffleToNextVehicleSeat
MulleDK19: 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.
Syntax
```js player.taskShuffleToNextVehicleSeat(vehicle); ```
Required Arguments
- vehicle: Vehicle handle or object
Return value
- Undefined
Example
```js // todo ```