Native referenceRedM

ADD_ATTRIBUTE_POINTS

0x75415EE0CB583760 ATTRIBUTE
FUNCTION SIGNATURE
void ADD_ATTRIBUTE_POINTS(`ped` (Ped), `attributeIndex` (int), `p2` (int));

Description: attributeIndex: see SET_ATTRIBUTE_BASE_RANK

Property Value
Native Name ADD_ATTRIBUTE_POINTS
Hash 0x75415EE0CB583760
Return Type void
Build 1207
Parameters ped (Ped), attributeIndex (int), p2 (int)

Parameters

  • ped (Ped)
  • attributeIndex (int)
  • p2 (int)

Usage

Lua (Direct):

AddAttributePoints(ped, attributeIndex, p2)

Lua (Hash):

Citizen.InvokeNative(0x75415EE0CB583760, ped, attributeIndex, p2)

Back to ATTRIBUTE