Tutorials
I am missing burgershot_stock table in my database, how should I add it in ?
I am not able to deposit or withdraw money from boss menu.
When I order food from npc employee nothing happends but my money gets removed
1.
CREATE TABLE IF NOT EXISTS burgershot_stock (
item VARCHAR(255) NOT NULL,
amount int(11) NOT NULL DEFAULT 0
)2.
Go to the script config:
fivecode_burgershotjob/config.luaFind Config.BossMenuSociety (line - 88): Change it from
'auto_detect'to'qb-banking'or'qb-management'.Fixed!
Last updated
Was this helpful?