Items - QB

Add these into your items list e.g. qb-core/shared/items.lua

-- Oxy Runs
oxy                     = { name = 'oxy',                       label = 'Oxycodone',                    weight = 100,   type = 'item', image = 'oxy.png',                   unique = false, useable = true,     shouldClose = true,     description = 'Opioid used to relieve moderate to severe pain and stress' },

Last updated