A dispatch system for FiveM using qbx_core.
- <> Code -> Download ZIP
Either
- Unzip y_dispatch into your resources folder (wherever you want)
- Add 'ensure y_dispatch' to the server.cfg
Or
- Unzip y_dispatch into your [qbx] folder (will start automatically)
Then
- Modify the config to your liking.
- Restart the server.
- qbx_core
- ox_lib
- ox_inventory (Used in gun related alerts to get the name of the weapon)
To trigger an alert you would use an export (client/exports.lua) like this:
exports.y_dispatch:DriveBy()
You can add your own exports or use the CustomCall export to trigger customized alerts.