Advanced Emergency Callbox System
Bring emergency interactions to your server. This script adds functional emergency callboxes that players can use to contact police, ambulance or any other jobs, or tow services. Features include AI dispatch, GPS auto-set, blip customization, custom props and custom sounds.
Features
- Place Callboxes Anywhere – Fully configurable spawn points
- AI + Player Dispatch – Calls notify online responders or AI backup
- Blip Customization – Customize visibility and colors
- Cooldown System – Prevent call spam
- Item Requirement Option – Restrict callbox use if needed
- Custom Sounds – Dialing, emergency activation, and failure sounds
- Target System Support – Works with
ox_targetmore can be added - AI Tow Dispatch – Auto-summon tow trucks when no mechanics are online ( can be configured how ever you want it to be )
- Optimized & Low Resource Usage – Highly efficient performance
- Custom Props, american and european versions
Dependencies
Any framework you may want to use:
- qbcore, qbox, nd-core, esx
- ox_target (or custom integration via
target.lua) - ox_lib (for UI & notifications)
- Audiobank (included)
Configuration Preview
Callbox Spawn Points
Config.SpawnPoints = {
{ x = 2630.7864, y = 3077.9456, z = 46.5250, heading = 315.1406, emergencybox = "circle_callbox" },
{ x = 2825.7617, y = 3420.0850, z = 54.5926, heading = 340.0, emergencybox = "sov_callbox1" },
{ x = 2903.8450, y = 4151.8145, z = 49.2500, heading = 0.0, emergencybox = "circle_callbox" }
}
AI Dispatch Configuration
Config.AiDispatch = {
enableTowTruck = true,
onlyOffduty = false,
fine = 500,
towJobs = { "mechanic", "job2" },
spawnRadius = 100,
dropOffLocations = {
{ label = "Main Impound Lot", coords = vector4(256.3804, -1150.1351, 29.1110, 4.4337) },
{ label = "Vespucci Police Impound", coords = vector4(169.7543, -1149.4878, 29.2964, 180.0) }
}
}
Future Updates
- More Callbox Models & Customization
- Expanded Dispatch Features
- Improved AI Response Handling
| Code is accessible | Yes, partially |
| Subscription-based | No |
| Lines (approximately) | 9500 |
| Requirements | none |
| Support | Yes |
