Native referenceRedM

_SET_PED_USE_TRANSPORT_SEAT_PREFERENCE

0xB7079F4C72896756 AITRANSPORT
FUNCTION SIGNATURE
void _SET_PED_USE_TRANSPORT_SEAT_PREFERENCE(`ped` (Ped), `transportEntity` (Entity), `preferenceSlot` (int), `p3` (int), `seatIndex` (int));
Property Value
Native Name _SET_PED_USE_TRANSPORT_SEAT_PREFERENCE
Hash 0xB7079F4C72896756
Return Type void
Build 1207
Parameters ped (Ped), transportEntity (Entity), preferenceSlot (int), p3 (int), seatIndex (int)

Parameters

  • ped (Ped)
  • transportEntity (Entity)
  • preferenceSlot (int)
  • p3 (int)
  • seatIndex (int)

Usage

Lua (Direct):

SetPedUseTransportSeatPreference(ped, transportEntity, preferenceSlot, p3, seatIndex)

Lua (Hash):

Citizen.InvokeNative(0xB7079F4C72896756, ped, transportEntity, preferenceSlot, p3, seatIndex)

Back to AITRANSPORT