Step 1:
Install all following items into qs_inventory/shared/items.lua.
fs_drunktester = {
name = "fs_drunktester",
label = "Drunk Tester",
weight = 10,
type = 'item',
image = 'fs_drunktester.png',
unique = true,
useable = true,
shouldClose = true,
combinable = nil,
description = "This is description."
},
Go in qs_inventory/configs/metadata.js
Find this: {see if your version has it or not}
if your are not able to find it then please at this at end of file
const tableToString = (data) => {
let table = '<table class="table table-striped table-dark">';
for (const [key, value] of Object.entries(data)) {
table += `<tr><td>${key}</td><td>${value}</td></tr>`;
}
table += '</table>';
return table;
}
Finally it will look like this :
-- if you not feeling fine to pasting then please contact qs inventory discord to ask this code by default its missing in inventory files.
Drag fs_useablefoods into your resource folder and ensure it after ox_lib.
install any food business which you like