Native referenceRedM

SET_ATTRIBUTE_POINTS

0x09A59688C26D88DF ATTRIBUTE
FUNCTION SIGNATURE
void SET_ATTRIBUTE_POINTS(`ped` (Ped), `attributeIndex` (int), `p2` (int));

Description: attributeIndex: see SET_ATTRIBUTE_BASE_RANK

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

Parameters

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

Usage

Lua (Direct):

SetAttributePoints(ped, attributeIndex, p2)

Lua (Hash):

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

Back to ATTRIBUTE