| Property | Value |
|---|---|
| Native Name | _ENABLE_ATTRIBUTE_CORE_OVERPOWER |
| Hash | 0x4AF5A4C7B9157D14 |
| Return Type | void |
| Build | 1207 |
| API Set | client |
| Parameters | ped (Ped), coreIndex (int), value (float), makeSound (BOOL) |
Description: coreIndex: see _SET_ATTRIBUTE_CORE_VALUE
Previously incorrectly named ENABLE_ATTRIBUTE_OVERPOWER
Usage
Lua (Direct):
EnableAttributeCoreOverpower(ped, coreIndex, value, makeSound)
Lua (Hash):
Citizen.InvokeNative(0x4AF5A4C7B9157D14, ped, coreIndex, value, makeSound)