g6cashbag = { name = 'g6cashbag', label = 'Gruppe6 Cash Bag', weight = 50000, type = 'item', image = 'gruppe6bag.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'Bag filled with money from banks' },
g6badge = { name = 'g6badge', label = 'Gruppe6 Badge', weight = 50000, type = 'item', image = 'g6badge.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'This is a Gruppe6 Badge' },
g6pallet = { name = 'g6pallet', label = 'Gruppe6 Badge', weight = 50000, type = 'item', image = 'g6pallet.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'Pallets filled with money from banks' },
j0tablet = { name = 'j0tablet', label = 'Tablet', weight = 1000, type = 'item', image = 'j0tablet.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Pallets filled with money from banks' },
jomidar-tablet/png
Copy The Image From The Png Folder And Paste It In Your Inventory Png File
for qb-inventory
qb-inventory/html/images
for ox_invenory
ox_inventory/web/images
Xp Part
Open qb-core/server/player.lua & Paste These Lines
PlayerData.metadata["gruppe6"] = PlayerData.metadata["gruppe6"] or {}
PlayerData.metadata["gruppe6"]["xp"] = PlayerData.metadata["gruppe6"]["xp"] or 0
PlayerData.metadata["towing"] = PlayerData.metadata["towing"] or {}
PlayerData.metadata["towing"]["xp"] = PlayerData.metadata["towing"]["xp"] or 0