qb-inventory
Inventory Installation
Go to your lj/qb-inventory > html > js > app.js (EARLIER VERSION BELOW THIS BLOCK)
lj/qb-inventory > html > js > app.js (EARLIER VERSION BELOW THIS BLOCK)case "harness":case "joint":
case "weedbaggie":
case "femaleseed":
return `<p><strong>Strain: </strong>${itemData.info.strain}.</p>`
case "weedpackage":
case "driedbud":
return `<p><strong>Strain: </strong>${itemData.info.strain}</span></p><p><strong>Remaining Weights: </strong><span>${itemData.info.remainweight} grams.</p>`
case "wetbud":
return `<p><strong>Strain: </strong><span>${itemData.info.strain}</span></p><p><strong>Dry: </strong><span>${itemData.info.dry}%.</p>`
case "wateringcan":
return `<p><strong>Water: </strong>${itemData.info.water}%.</p>`Go to your lj/qb-inventory > html > js > app.js
lj/qb-inventory > html > js > app.js
Go to your lj/qb-inventory > server > main.lua


Last updated