Description: Delete an incident with a given id.
| Property | Value |
|---|---|
| Native Name | DELETE_INCIDENT |
| Hash | 0x5CFD0F0D6AAE0AEE |
| Return Type | void |
| Build | 1207 |
| Parameters | incidentId (int) |
Parameters
incidentId(int)
Usage
Lua (Direct):
DeleteIncident(incidentId)
Lua (Hash):
Citizen.InvokeNative(0x5CFD0F0D6AAE0AEE, incidentId)