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.
Last updated
Was this helpful?
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.
Last updated
Was this helpful?
You just start the script, and database is going to be defined automatically.
Make sure to read the contents of the different files inside the config directory (check the resource config and our job configuration ) 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
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:
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)
rcore_dispatch
Frameworks:
QBCore
ESX
Back Compatibility:
cd_dispatch
qs-dispatch
All this commands can be eddited throught config.
/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
pma-voice (, but this is optional)
screenshot-basic (download , optional)
Custom framework, check this )