๐[QBCore] Config Files
Please read before purchase to under full functionality of our script
QBCore Config
Config = {}
Config.Sharedobj = 'qb-core'
Config.SkinMenu = {
['qb-clothing'] = false,
['illenium-appearance'] = true,
['onex-creation'] = false,
}
-- ComponentsId = 1, -- mask
-- ComponentsId = 2, -- torso
-- ComponentsId = 3, -- pants
-- ComponentsId = 4, -- bags
-- ComponentsId = 5, -- shoes
-- ComponentsId = 6, -- undershirt
-- ComponentsId = 7, -- armor
-- ComponentsId = 8, -- decals
-- ComponentsId = 9, -- hats
-- ComponentsId = 10, --glasses
-- ComponentsId = 11, -- watches
-- ComponentsId = 12, -- braclets
-- ComponentsId = 13, -- ear
-- Here you can add more Nails to the menu
Config.Nails = {
ComponentId = 8, -- not touching
Numbers = {
-- { id = clotheid, max = maximumtexture},
{ id = 10, max = 5 },
{ id = 11, max = 7 },
{ id = 14, max = 8 },
{ id = 52, max = 10 },
}
}
Config.Access = {
command = 'opennailsmenu',
key = 'F6'
}
Config.Saloons = {
[1] = {
blip = { enable = true, title = 'Nails Saloon', coords = vector3(366.6672, -1102.4751, 29.5372 ), Sprite = 280, color = 48, scale = 1.0 },
job = { enable = true, job = 'nail', boss = vector3(366.6672, -1102.4751, 29.5372) }, -- if this not enable then blip coords will be used as shop point
},
-- [2] = {
-- blip = { enable = true, title = 'Nails Auto Saloon', coords = vector3(425.2560, -832.9772, 29.1146 ), Sprite = 280, color = 48, scale = 1.0 },
-- --job = { enable = true, job = 'lashes', boss = vector3(420.0937, -832.5219, 29.2170) }, -- if this not enable then blip coords will be used as shop point
-- },
}
-- Draw marker types
Config.DrawMarker = {
DrawDistance = 10.0,
type = 20,
size = {0.5, 0.5, 0.5},
rgb = {46, 129, 183}
}
-- Config.Blip = {id = 1, color = 4, scale = 0.7}
-- Time animation in miliseconds
Config.Animation = {
Dict = 'anim@amb@clubhouse@tutorial@bkr_tut_ig3@',
Anim = 'machinic_loop_mechandplayer',
TimeAnimation = 3000
}
Last updated