Player::taskShuffleToNextVehicleSeat

From RAGE Multiplayer Wiki

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

player.taskShuffleToNextVehicleSeat(vehicle);

Required Arguments

  • vehicle: Vehicle handle or object

Return value

  • Undefined

Example

// todo

See also