| Property | Value |
|---|---|
| Native Name | ENABLE_ATTRIBUTE_OVERPOWER |
| Hash | 0xF6A7C08DF2E28B28 |
| Return Type | void |
| Build | 1207 |
| Parameters | ped (Ped), attributeIndex (int), value (float), makeSound (BOOL) |
Description: attributeIndex: see SET_ATTRIBUTE_BASE_RANK
Old name: _SET_ATTRIBUTE_OVERPOWER_VALUE
Usage
Lua (Direct):
EnableAttributeOverpower(ped, attributeIndex, value, makeSound)
Lua (Hash):
Citizen.InvokeNative(0xF6A7C08DF2E28B28, ped, attributeIndex, value, makeSound)