Native referenceRedM

SET_PED_ON_TRANSPORT_SEAT

0xE588B5A8A005CB5E AITRANSPORT
FUNCTION SIGNATURE
void SET_PED_ON_TRANSPORT_SEAT(`ped` (Ped), `transportEntity` (Entity), `seat` (int), `flags` (int));

Description: seat: see CREATE_PED_INSIDE_VEHICLE

Property Value
Native Name SET_PED_ON_TRANSPORT_SEAT
Hash 0xE588B5A8A005CB5E
Return Type void
Build 1207
Parameters ped (Ped), transportEntity (Entity), seat (int), flags (int)

Parameters

  • ped (Ped)
  • transportEntity (Entity)
  • seat (int)
  • flags (int)

Usage

Lua (Direct):

SetPedOnTransportSeat(ped, transportEntity, seat, flags)

Lua (Hash):

Citizen.InvokeNative(0xE588B5A8A005CB5E, ped, transportEntity, seat, flags)

Back to AITRANSPORT