Download dusa_evidence and dusa_bridge from your keymaster portal
You can find keymaster portal link from here
Run SQL file
Open run.sql and run it to your database
Add items to your inventory
Open ox_items and copy its content
Go to ox_inventory/data/items.lua
Paste the items you copied bottom of items.lua
Open qb_items and copy its content
Go to qb-core/shared/items.lua
Paste the items you copied bottom of items.lua
Add item images to your inventory
Head into dusa_evidence/installation/images folder
Copy all images
For ox_inventory head into ox_inventory/web/images and paste
For qb-inventory head into qb-inventory/html/images and paste
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