Native referenceRedMclient

_0xFA437FA0738C370C

0xFA437FA0738C370C PLAYER
FUNCTION SIGNATURE
void _0xFA437FA0738C370C(Player player, float p1, int p2, int p3, int p4);
Property Value
Native Name _0xFA437FA0738C370C
Hash 0xFA437FA0738C370C
Return Type void
Build 1207
API Set client
Parameters player (Player), p1 (float), p2 (int), p3 (int), p4 (int)

Description: Params: p1, p2, p3, p4 = 1.f, 0, 0, 0 in R* Scripts _SPECIAL_ABILITY*

Usage

Lua (Direct):

_0xFA437FA0738C370C(player, p1, p2, p3, p4)

Lua (Hash):

Citizen.InvokeNative(0xFA437FA0738C370C, player, p1, p2, p3, p4)
Back to PLAYER