Native referenceRedM

_SET_EVENT_TRACKER_FOR_PED

0xBB1E41DD3D3C6250 EVENT
FUNCTION SIGNATURE
void _SET_EVENT_TRACKER_FOR_PED(`ped` (Ped), `eventName` (const char*), `p2` (int));
Property Value
Native Name _SET_EVENT_TRACKER_FOR_PED
Hash 0xBB1E41DD3D3C6250
Return Type void
Build 1207
Parameters ped (Ped), eventName (const char*), p2 (int)

Parameters

  • ped (Ped)
  • eventName (const char*)
  • p2 (int)

Usage

Lua (Direct):

SetEventTrackerForPed(ped, eventName, p2)

Lua (Hash):

Citizen.InvokeNative(0xBB1E41DD3D3C6250, ped, eventName, p2)

End of EVENT natives

Back to EVENT