Native referenceRedMclient

_0x3ACCE14DFA6BA8C2

0x3ACCE14DFA6BA8C2 PED
FUNCTION SIGNATURE
int _0x3ACCE14DFA6BA8C2(Ped ped, int p1, float x, float y, float z, float p5, ItemSet itemset);
Property Value
Native Name _0x3ACCE14DFA6BA8C2
Hash 0x3ACCE14DFA6BA8C2
Return Type int
Build 1207
API Set client
Parameters ped (Ped), p1 (int), x (float), y (float), z (float), p5 (float), itemset (ItemSet)

Description: Used in R* Script net_fetch (NET_FETCH_UPDATE_RECIPIENT_PROP_ILO_IN_COMBAT) and various SP Scripts Params: p1 = 4/5/6, p5 = 40.f/100.f, coords = Player ped Perhaps returns some distance (Clearing that the local player is able to use ILO while in combat because they are near the recipient but also near hated peds) _GET_NUM_M* - _GET_PEDS_J*

Usage

Lua (Direct):

local result = _0x3ACCE14DFA6BA8C2(ped, p1, x, y, z, p5, itemset)

Lua (Hash):

local result = Citizen.InvokeNative(0x3ACCE14DFA6BA8C2, ped, p1, x, y, z, p5, itemset)
Back to PED