Native referenceRedM

_EAGLE_EYE_DISABLE_TRACKING_TRAIL

0x40AB73092C95B5F5 PLAYER
FUNCTION SIGNATURE
void _EAGLE_EYE_DISABLE_TRACKING_TRAIL(`entity` (Entity), `trail` (char*), `p2` (Any), `p3` (Any));
Property Value
Native Name _EAGLE_EYE_DISABLE_TRACKING_TRAIL
Hash 0x40AB73092C95B5F5
Return Type void
Build 1207
Parameters entity (Entity), trail (char*), p2 (Any), p3 (Any)

Parameters

  • entity (Entity)
  • trail (char*)
  • p2 (Any)
  • p3 (Any)

Usage

Lua (Direct):

EagleEyeDisableTrackingTrail(entity, trail, p2, p3)

Lua (Hash):

Citizen.InvokeNative(0x40AB73092C95B5F5, entity, trail, p2, p3)

Back to PLAYER