Shops
Guide and instructions on how to properly create shops and manage them
Shop Creator Configuration
Config.ShopCreator = {
UseSocietyAccounts = true, -- set true to use qb-banking (must update to latest) or esx_addonaccounts instead of custom account column from the database table.
Blip = {input = true, sprite = 446, display = 4, scale = 0.75, color = 5}, -- if input = true, set sprite/color in-game, else define settings here to apply for created shop
Grades = { -- default job grades that are created, once a shop is being created
{grade = 0, name = 'recruit', label = 'Recruit', salary = 50},
{grade = 1, name = 'employee', label = 'Employee', salary = 75},
{grade = 2, name = 'boss', label = 'Boss', salary = 100, isboss = true}
-- make sure boss grade is the very last one and has the 'isboss = true' as the only one!
},
DefaultDuty = true, -- QB CORE ONLY - set default duty on qb core jobs (doesnt matter for esx)
OffDutyPay = false, -- QB CORE ONLY - set off duty payment on qb core jobs (doesnt matter for esx)
}Tuner Admin Menu

Shop Creation

Shop Management


Last updated