Installation Guide
Installation step by step.
1. Step One - Download
Dowland
akre_dispatch.zipfrom FiveM's PortalUnzip
akre_dispatch.zipand paste this folder in your server's resources folder.Add the script to
server.cfgto automatically start it when the server starts. Make sure you paste it underqb-core. If you are put script folder into some other of yours server foldersOpen
akre_dispatch/addon soundsthen findinteract-sound/client/html/soundsand paste them there.Open
wk_wars2x/cl_radar.luaand under line 296 paste:exports('IsRadarPowerOn', function() return RADAR:IsPowerOn() end)
ensure qb-core
-- Your other resources or folders
ensure akre_dispatch2. Step Two - Fxmanifest
2.1 Config Language
Open
akre_dispatch/fxmanifest.luathen findshared_scriptsand changeline:32for your language, choose betweenshared/config_en.luaandshared/config_cs.lua.
2.2 UI Page Language
If you complete 2.1 part then find
ui_pageonline:37and choose betweenui/ui_en.htmlandui_cs.html, it depends on which language you are using.If you complete 2.2 part then slide down to files, on
line:40choose betweenui/ui_en.htmlandui/ui_cs.htmlelse online:42choose betweenui/app_en.jsandui/app_cs.js, it depends on which language you are using.
3. Step Three - Config Configuration
Make sure you have selected the correct config.lua file, as the description inside the file may vary by language.
Go to
akre_dispatch/sharedand open theconfig.luayou choose infxmanifest.Configure the
config.luafile you have selected according to your needs.
4. Step Four - Locale
Go to
akre_dispatch/localeand openloc.luathen find your language and make changes so that the codes and the tittles of the dispatch call suit your needs or edit anything as you want...
5. Step Five - Google Tabs
Go to
akre_dispatch/uiand ui.html you choose infxmanifestthen findline:186-188and insert your google tabs links into ''.
6. Optional - Blips
If you want change anything with blips go to
akre_dispatch/client/c_blips.luaand edit as you want...
Installation Complete - If you have any issues contact us in Discord
Last updated