Dustbin
Dependencies
- [qb-core]
 - [qb-target]
 - [ps-ui]
 
Installation
- Place the folder "drp-dustbin" in your drp folder if drp folder in not available create one or you can just put it in your resources folder.
 - Add 
ensure drp-dustbinin yourserver.cfgif not using drp folder then juststart drp-dustbin - Add the item to your items.lua(Available in qb-core/shared/items):
-- DRP Dustbin
["gloves"] = {["name"] = "gloves", ["label"] = "Gloves", ["weight"] = 100, ["type"] = "item", ["image"] = "gloves.png", ["unique"] = true, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "A gloves to collect garbage."}, - Add the image to your inventory images
 - Start your server