Native referenceFiveM

DELETE_INCIDENT

0x556C1AA270D5A207 MISC
FUNCTION SIGNATURE
void DELETE_INCIDENT(int incidentId);
Property Value
Native Name DELETE_INCIDENT
Hash 0x556C1AA270D5A207
Return Type void
Parameters incidentId (int)

Description: ``` Delete an incident with a given id.

Correction, I have change this to int, instead of int*
as it doesn't use a pointer to the createdIncident.
If you try it you will crash (or) freeze.

Back to MISC