Installation

Step-by-step

1

Download dusa_evidence and dusa_bridge from your keymaster portal

You can find keymaster portal link from here

2

Unzip both zips to your server resources folder

3

Head into dusa_evidence/installation folder

4

Run SQL file

Open run.sql and run it to your database

5

Add items to your inventory

  1. For ox_inventory

Open ox_items and copy its content

Go to ox_inventory/data/items.lua

Paste the items you copied bottom of items.lua

  1. For qb-inventory

Open qb_items and copy its content

Go to qb-core/shared/items.lua

Paste the items you copied bottom of items.lua

6

Add item images to your inventory

Head into dusa_evidence/installation/images folder

Copy all images

  1. For ox_inventory head into ox_inventory/web/images and paste

  2. For qb-inventory head into qb-inventory/html/images and paste

7

Add to your server.cfg

Add script start to your server.cfg - Start order is important!

start ox_lib
start qbx_core # Or es_extended or qb-core

start dusa_bridge
start dusa_evidence

If you had an issue with downloading

Open ticket from our discord server https://discord.gg/dusa

Last updated