Installation
Follow these steps to install the resource on your server.
- 1
Download the resource
Download the resource and place it in your server's resources folder, e.g. resources/[more]/more_dispatch.
- 2
Add it to your server.cfg
Import [SQL]/sql.sql into your database (creates the more_dispatch table), then add the ensure lines below to your server.cfg, after more_lib and oxmysql.
- 3
Restart the server
Restart your server, then edit backend/config/cl_config.lua and backend/config/sv_config.lua to match your job(s), phone resource and Discord webhook before going live.
server.cfg
1ensure oxmysql2ensure more_lib3ensure more_dispatchLoad order matters
more_lib and oxmysql must be ensured before more_dispatch. Starting it earlier will error on missing globals (e.g. FormatDateTime) and dispatches won't be saved.
Last updated