Native referenceRedM

_SET_PLAYER_BIT_AT_INDEX

0x31010318BA9897AC SCRIPTS
FUNCTION SIGNATURE
void _SET_PLAYER_BIT_AT_INDEX(`value` (Any*), `bitIndex` (int));
Property Value
Native Name _SET_PLAYER_BIT_AT_INDEX
Hash 0x31010318BA9897AC
Return Type void
Build 1207
Parameters value (Any*), bitIndex (int)

Parameters

  • value (Any*)
  • bitIndex (int)

Usage

Lua (Direct):

SetPlayerBitAtIndex(value, bitIndex)

Lua (Hash):

Citizen.InvokeNative(0x31010318BA9897AC, value, bitIndex)

Back to SCRIPTS