Installation Guide

Installation step by step.

1. Step One - Download

  1. Dowland akre_dispatch.zip from FiveM's Portal

  2. Unzip akre_dispatch.zip and paste this folder in your server's resources folder.

  3. Add the script to server.cfg to automatically start it when the server starts. Make sure you paste it under qb-core. If you are put script folder into some other of yours server folders

  4. Open akre_dispatch/addon sounds then find interact-sound/client/html/sounds and paste them there.

  5. 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

By default is everything in English

2.1 Config Language

  • Open akre_dispatch/fxmanifest.lua then find shared_scripts and change line:32 for your language, choose between shared/config_en.lua and shared/config_cs.lua.

2.2 UI Page Language

  • If you complete 2.1 part then find ui_page on line:37 and choose between ui/ui_en.html and ui_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 between ui/ui_en.html and ui/ui_cs.html else on line:42 choose between ui/app_en.js and ui/app_cs.js, it depends on which language you are using.

3. Step Three - Config Configuration

  • Go to akre_dispatch/shared and open the config.lua you choose in fxmanifest.

  • Configure the config.lua file you have selected according to your needs.

4. Step Four - Locale

  • Go to akre_dispatch/locale and open loc.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 in fxmanifest then find line: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...

Last updated