Description: attributeIndex: see SET_ATTRIBUTE_BASE_RANK
| Property | Value |
|---|---|
| Native Name | SET_ATTRIBUTE_BONUS_RANK |
| Hash | 0x920F9488BD115EFB |
| Return Type | void |
| Build | 1207 |
| Parameters | ped (Ped), attributeIndex (int), newValue (int) |
Parameters
ped(Ped)attributeIndex(int)newValue(int)
Usage
Lua (Direct):
SetAttributeBonusRank(ped, attributeIndex, newValue)
Lua (Hash):
Citizen.InvokeNative(0x920F9488BD115EFB, ped, attributeIndex, newValue)