Installation Guide
Installation step by step.
1. Step One - Download
Dowland
akre_dispatch.zip
from FiveM's PortalUnzip
akre_dispatch.zip
and paste this folder in your server's resources folder.Add the script to
server.cfg
to 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 sounds
then findinteract-sound/client/html/sounds
and paste them there.Open
wk_wars2x/cl_radar.lua
and under line 296 paste:exports('IsRadarPowerOn', function() return RADAR:IsPowerOn() end)
ensure qb-core
-- Your other resources or folders
ensure akre_dispatch
2. Step Two - Fxmanifest
2.1 Config Language
Open
akre_dispatch/fxmanifest.lua
then findshared_scripts
and changeline:32
for your language, choose betweenshared/config_en.lua
andshared/config_cs.lua
.
2.2 UI Page Language
If you complete 2.1 part then find
ui_page
online:37
and choose betweenui/ui_en.html
andui_cs.html
, it depends on which language you are using.If you complete 2.2 part then slide down to files, on
line:40
choose betweenui/ui_en.html
andui/ui_cs.html
else online:42
choose betweenui/app_en.js
andui/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/shared
and open theconfig.lua
you choose infxmanifest
.Configure the
config.lua
file you have selected according to your needs.
4. Step Four - Locale
Go to
akre_dispatch/locale
and openloc.lua
then 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/ui
and ui.html you choose infxmanifest
then findline:186-188
and insert your google tabs links into ''.
6. Optional - Blips
If you want change anything with blips go to
akre_dispatch/client/c_blips.lua
and edit as you want...
Installation Complete - If you have any issues contact us in Discord
Last updated