Jomidar Tablet V2

JOMIDAR TABLET V2 BUY TODAY

OVERVIEW

TEBEX LINK
DISCORD LINK FOR SUPPORT

Installation

THIS IS NOT A FREE SCRIPT BUY IT FROM TEBEX THEN INSTALL IT

Downlad From Keymaster Then You Will Get These Files Drop The File In Your Server Files

FILE FROM KM

Jobs Part

IMPORTANT DOWNLOAD OX LIB , MUGSHOTBASE64 AND INTERACT

IMPORTANT FOR THE SCRIPT

qb-core/shared/jobs.lua

gruppesechs = {
	label = 'Gruppe 6',
	defaultDuty = false,
	offDutyPay = false,
	grades = {
		['0'] = { name = 'Collector', payment = 50 },
	},
},

Items Part

qb-core/shared/items.lua

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

Config Part

open jomidar-tablet/cfg.lua

---------------------------------------/////////CORE CONFIG\\\\\\\\\\\\\-----------------------------------

Config.Core = 'qb-core'

Config.VehicleKeys = 'vehiclekeys:client:SetOwner' -- qb vehicle keys

Config.Inventory = 'qb' -- qb/ps/qs/ox

Config.QBInventory = 'old' -- old / new

Inventory = qb = qb-inventory / ox = ox_inventory / qs = qs-inventory / ps = ps-inventory

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
    },
}

Last updated