Native referenceFiveM

CREATE_INCIDENT

0x3F892CAF67444AE7 MISC
FUNCTION SIGNATURE
BOOL CREATE_INCIDENT(int dispatchService, float x, float y, float z, int numUnits, float radius, int* outIncidentID);
Property Value
Native Name CREATE_INCIDENT
Hash 0x3F892CAF67444AE7
Return Type BOOL
Parameters dispatchService (int), x (float), y (float), z (float), numUnits (int), radius (float), outIncidentID (int*)

Description: ``` NativeDB Added Parameter 8: Any p7 NativeDB Added Parameter 9: Any p8


### Parameters
- **`dispatchService`** (`int`) — Refer to [ENABLE_DISPATCH_SERVICE](#\_0xDC0F817884CDD856) for dispatch types
- **`x`** (`float`)
- **`y`** (`float`)
- **`z`** (`float`)
- **`numUnits`** (`int`)
- **`radius`** (`float`)
- **`outIncidentID`** (`int*`)
Back to MISC