Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 972 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 972 Bytes

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.