BOOL CREATE_INCIDENT_WITH_ENTITY(int dispatchService, Ped ped, int numUnits, float radius, int* outIncidentID);
| Property |
Value |
| Native Name |
CREATE_INCIDENT_WITH_ENTITY |
| Hash |
0x05983472F0494E60 |
| Return Type |
BOOL |
| Parameters |
dispatchService (int), ped (Ped), numUnits (int), radius (float), outIncidentID (int*) |
Description: ```
NativeDB Added Parameter 6: Any p5
NativeDB Added Parameter 7: Any p6
### Parameters
- **`dispatchService`** (`int`) — Refer to [ENABLE_DISPATCH_SERVICE](#\_0xDC0F817884CDD856) for dispatch types
- **`ped`** (`Ped`)
- **`numUnits`** (`int`)
- **`radius`** (`float`)
- **`outIncidentID`** (`int*`)
Back to MISC