TaskWarpPedIntoVehicle — FiveM Natives
0x65D4A35D · CFX · server
`` NativeDB Introduced: v323 ` Warp a ped into a vehicle. Note: It's better to use TASK_ENTER_VEHICLE` with the flag "warp" flag instead of this native. This is the server-side RPC native equivalent of the client native TASK_WARP_PED_INTO_VEHICLE.
Parameters
| Name | Type | Description |
|---|---|---|
| ped | Ped | The Ped to be warped into the vehicle. |
| vehicle | Vehicle | The target vehicle into which the ped will be warped. |
| seatIndex | int | See eSeatPosition declared in [`IS_VEHICLE_SEAT_FREE`](#\_0x22AC59A870E6A669). |
Returns
void