Installation

Prepare and install dependencies

Framework dependencies (supported by current bridge)

For framework, you can either choose:

Inventory dependencies (supported by current bridge)

Target dependencies (supported by current bridge)

Voice dependencies (supported by current bridge)

Voice dependencie are used to get radio channel and connect to it. If you want voice to work via your radio resource, make sure to look at voice bridge or contact us on discord.

Download

Please make you downloaded your resource:

Database setup

All queries are included in sql directory. Script itself won’t create or drop tables on it’s own, so you have run them manually.

Configuration

Please ensure, that everything is configured as you like in config.

For more information about configuration, please refer to configuration documentation.

Items

Dispatch has a few features which uses items. First one is cameras, which can be used to place cameras across the map. And speed receipts from speed cameras, which can be sort of printed and shown to players while giving receipt as an item.

For placeable cameras, please refer to cameras documentation.

For speed receipts, please refer to radar documentation.

Start resource

Make sure, resource is started after ox_lib and oxmysql.

  ensure oxmysql
  ensure ox_lib
  ensure [framework]
  ensure [inventory]
  ensure [target]
  ensure [voice]
  ...
  ensure fd_dispatch

Questions

If you have an issue or questions, please visit our discord, and open a ticket.

Copyright © 2025 Felis Development