CREATE_PED_INSIDE_VEHICLE
seatIndex: enum eVehicleSeat { VS_ANY_PASSENGER = -2, VS_DRIVER, VS_FRONT_RIGHT, VS_BACK_LEFT, VS_BACK_RIGHT, VS_EXTRA_LEFT_1, VS_EXTRA_RIGHT_1, VS_EXTRA_LEFT_2, VS_EXTRA_RIGHT_2, VS_EXTRA_LEFT_3, VS_EXTRA_RIGHT_3, VS_NUM_SEATS };
PEDBuild 1207
Signature
lua
CreatePedInsideVehicle(GetVehiclePedIsIn(PlayerPedId(), false), GetHashKey("..."), 0, true, true, true)
-- returns PedParameters
| Name | Type | Description |
|---|---|---|
| Vehicle | — | |
| Hash | — | |
| int | — | |
| BOOL | — | |
| BOOL | — | |
| BOOL | — |
Usage
lua
CreatePedInsideVehicle(GetVehiclePedIsIn(PlayerPedId(), false), GetHashKey("..."), 0, true, true, true)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Joaat hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
