📱rcore_dispatch
Step by step installation guide, config preview, locale preview, common issues & solutions and most important code snippets to help you integrate our system with known resources.
rcore_dispatch
Instalation guide
Step 1 - Database
You just start the script, and database is going to be defined automatically.
Step 2 - Configuration
Make sure to read the contents of the different files inside the config directory (check the resource config here and our job configuration here) and configure all the stuff that's necessary for this resource to work correctly. We provide compatibility with some popular dispatch scripts, so you don't have to change code in your server to make our script work out of the box, you can check which dispatch scripts have compatibility in: rcore_dispatch/server/api/dispatch_integration.lua
Setup guide
Define startup order -> server.cfg
Start your server
When server is loaded with the dispatch, the resource will setup the environment automatically.
Have fun
If you are using own framework: check docs
SCRIPT STARTUP ORDER:
NOTE: !!! Make sure that you are having correct script server order, and you are having this order after framework!!! Follow this startup order:
Framework (ESX, QBCore or custom)
pma-voice (our resource, but this is optional)
screenshot-basic (download here, optional)
rcore_dispatch
Compatibility
Frameworks:
QBCore
ESX
Custom framework, check this page)
Back Compatibility:
cd_dispatch
qs-dispatch
Chat commands
All this commands can be eddited throught config.
Command | Params | Description |
---|---|---|
/911 | text | Stuff to report |
/anon911 | text | Stuff to report anonymously |
/sos | text | Accident to report |
/dispatch | none | Toggle the dispatch switchboard |
/panel | none | Open the dispatch panel |
/config_switch | none | Open the dispatch config |
Last updated