Native referenceRedM

_0x95878B13E272EF1F

0x95878B13E272EF1F LAW
FUNCTION SIGNATURE
Any _0x95878B13E272EF1F(`entity` (Entity), `ped` (Ped), `p2` (BOOL), `x` (float), `y` (float), `z` (float), `crimeType` (Hash));
Property Value
Native Name _0x95878B13E272EF1F
Hash 0x95878B13E272EF1F
Return Type Any
Build 1207
Parameters entity (Entity), ped (Ped), p2 (BOOL), x (float), y (float), z (float), crimeType (Hash)

Parameters

  • entity (Entity)
  • ped (Ped)
  • p2 (BOOL)
  • x (float)
  • y (float)
  • z (float)
  • crimeType (Hash)

Usage

Lua (Direct):

local result = _0x95878B13E272EF1F(entity, ped, p2, x, y, z, crimeType)

Lua (Hash):

local result = Citizen.InvokeNative(0x95878B13E272EF1F, entity, ped, p2, x, y, z, crimeType)

Back to LAW