Skip to content

Dispatch system for the Qbox framework

License

Notifications You must be signed in to change notification settings

TonybynMp4/y_dispatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

y_dispatch

A dispatch system for FiveM using qbx_core.

Installation

  • <> 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.

Dependencies

Preview

image

Export example

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.