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-inventoryqb-inventory/html/imagesfor ox_invenoryox_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
if you are using new version of qb-core inventory the latest one then Config.QBInventory = new
Question
How to add more contacts
Config.Contract = { [1] = { id =1, pedimg ="https://docs.fivem.net/peds/mp_s_m_armoured_01.webp", pedname ="Daniel Armstrong", pedtag ="Gruppe6", rep ="0 REP", waypointcoords =vector3(-33.42, -672.49, 32.34) },--- dont change gruppe 6 from either it will break your xp system [2] = { id =2, pedimg ="https://docs.fivem.net/peds/a_m_m_farmer_01.webp", pedname ="Raj Jack", pedtag ="Hunting", rep ="0", waypointcoords =vector3(-341.42, 6066.42, 30.47) }, [3] = { id =3, pedimg ="https://docs.fivem.net/peds/a_f_m_prolhost_01.webp", pedname ="Jack Armstrong", pedtag ="Towing Contractor", rep ="0", waypointcoords =vector3(-186.23, -1374.54, 31.26) },---- example one [4] = { -- id number id =4, -- same pedimg ="https://docs.fivem.net/peds/a_f_m_prolhost_01.webp", -- take it from fivem ped models pedname ="Name", -- ped name pedtag ="Job Name", -- job name rep ="0", -- dont touch waypointcoords =vector3(-186.23, -1374.54, 31.26) -- here will be job coords },}