Last updated 6 months ago
Was this helpful?
How to add burgershot_stock table in your database:
CREATE TABLE IF NOT EXISTS burgershot_stock ( item VARCHAR(255) NOT NULL, amount int(11) NOT NULL DEFAULT 0 )
[QB] - How to fix problems with boss menu and npc employee:
Go to the script config: fivecode_burgershotjob/config.lua
fivecode_burgershotjob/config.lua
Find Config.BossMenuSociety (line - 88): Change it from 'auto_detect' to 'qb-banking' or 'qb-management'.
'auto_detect'
'qb-banking'
'qb-management'
Fixed!