Native referenceRedM

STAT_ID_SET_GXT_LABEL

0x05060A54834F2382 STATS
FUNCTION SIGNATURE
BOOL STAT_ID_SET_GXT_LABEL(`statId` (Any*), `label` (const char*), `p2` (BOOL));

Description: statId: see STAT_ID_IS_VALID

Property Value
Native Name STAT_ID_SET_GXT_LABEL
Hash 0x05060A54834F2382
Return Type BOOL
Build 1207
Parameters statId (Any*), label (const char*), p2 (BOOL)

Parameters

  • statId (Any*)
  • label (const char*)
  • p2 (BOOL)

Usage

Lua (Direct):

local result = StatIdSetGxtLabel(statId, label, p2)

Lua (Hash):

local result = Citizen.InvokeNative(0x05060A54834F2382, statId, label, p2)

Back to STATS