
Level Up Your Police RP: dp-evidencebag Script for FiveM
Want to make crime scene investigations on your FiveM server feel more real? Check out dp-evidencebag by Dzejkop! This awesome script adds proper evidence bags for your police officers, working perfectly with the popular ox_inventory. Stop just picking things up – bag ’em and tag ’em like real LEOs!
Why You Need This for Your GTA RP Server:
ox_inventory, a staple on many servers.See it in Action:
Key Features:
ox_inventory.en) and Czech (cs) out of the box.What You Need:
Quick Install Guide:
dp-evidencebag from the GitHub link above.dp-evidencebag folder into your server’s resources directory.ox_inventory/data/items.lua:lua ['paperbag'] = { -- You can change 'paperbag' if you want label = 'Evidence Bag', weight = 100, stack = true, -- Can players carry multiple empty bags? close = true, description = 'Used to collect and preserve evidence.', -- Make sure you have a paperbag.png in your inventory images folder! image = 'paperbag.png', useable = true, client = { export = 'dp-evidencebag.openEvidenceBag' } },paperbag.png (or whatever you use) in your ox_inventory/web/images folder.ensure dp-evidencebag to your server.cfg.Easy Configuration (config.lua):
Config = {}
-- Make sure this matches the item name in ox_inventory
Config.EvidenceBagItem = 'paperbag'
-- How much can each bag hold?
Config.EvidenceBagStorage = {
slots = 30, -- Number of different item slots
weight = 34000 -- Max weight in grams (like ox_inventory uses)
}
-- Set your language ('en' or 'cs', or add your own)
Config.Language = 'en'
-- Set to true if you need to debug issues
Config.DebugMode = false
How LEOs Use It in RP:
paperbag item (or whatever you named it) – maybe from the police station armoury.Ready to add more depth to your police investigations? Grab dp-evidencebag and enhance your server’s roleplay today!