Native referenceRedM

DISABLE_ATTRIBUTE_OVERPOWER

0xF8DAC3D85636C241 ATTRIBUTE
FUNCTION SIGNATURE
void DISABLE_ATTRIBUTE_OVERPOWER(`ped` (Ped), `attributeIndex` (int));

Description: attributeIndex: see SET_ATTRIBUTE_BASE_RANK

Property Value
Native Name DISABLE_ATTRIBUTE_OVERPOWER
Hash 0xF8DAC3D85636C241
Return Type void
Build 1207
Parameters ped (Ped), attributeIndex (int)

Parameters

  • ped (Ped)
  • attributeIndex (int)

Usage

Lua (Direct):

DisableAttributeOverpower(ped, attributeIndex)

Lua (Hash):

Citizen.InvokeNative(0xF8DAC3D85636C241, ped, attributeIndex)

Back to ATTRIBUTE