Native referenceRedM

GET_BLOCK_OF_PLAYER_BITS

0xFA3B530A5CC693D5 SCRIPTS
FUNCTION SIGNATURE
int GET_BLOCK_OF_PLAYER_BITS(`value` (Any*), `p1` (int));
Property Value
Native Name GET_BLOCK_OF_PLAYER_BITS
Hash 0xFA3B530A5CC693D5
Return Type int
Build 1207
Parameters value (Any*), p1 (int)

Parameters

  • value (Any*)
  • p1 (int)

Usage

Lua (Direct):

local result = GetBlockOfPlayerBits(value, p1)

Lua (Hash):

local result = Citizen.InvokeNative(0xFA3B530A5CC693D5, value, p1)

Back to SCRIPTS