Description: Appears to remove stealth kill action from memory (?)
| Property | Value |
|---|---|
| Native Name | ACTION_MANAGER_ENABLE_ACTION |
| Hash | 0x7ACF124C12A2B045 |
| Return Type | void |
| Build | 1207 |
| Parameters | hash (Hash), enable (BOOL) |
Parameters
hash(Hash)enable(BOOL)
Usage
Lua (Direct):
ActionManagerEnableAction(hash, enable)
Lua (Hash):
Citizen.InvokeNative(0x7ACF124C12A2B045, hash, enable)