FivecodeDocs
DiscordTebex StoreYoutube
  • Welcome
  • Scripts
    • Fivecode Clothing
      • Installation Guide
      • Config file
      • Tutorials
    • Fivecode Armor
      • Installation Guide
      • Config file
      • Tutorials
    • Fivecode Carkeys
      • Installation Guide
      • Config file
      • Tutorials
    • Fivecode Roleplay Chat
      • Installation Guide
      • Config file
      • Tutorials
    • Fivecode Camping
      • Installation Guide
      • Config file
      • Tutorials
    • Fivecode Burger Shot Job
      • Installation Guide
      • Config file
      • Tutorials
    • Fivecode UWU Cat Cafe Job
      • Installation Guide
      • Config file
      • Tutorials
    • Fivecode Vanilla Unicorn Job
      • Installation Guide
      • Config file
      • Tutorials
  • Tutorials
    • Fivem escrow System
      • Error parsing script ... <\1>
      • Failed to verify protected resource
Powered by GitBook
On this page

Was this helpful?

  1. Scripts
  2. Fivecode UWU Cat Cafe Job

Tutorials

PreviousConfig fileNextFivecode Vanilla Unicorn Job

Last updated 3 months ago

Was this helpful?

1.

How to add uwucatcafe_stock table in your database:

CREATE TABLE IF NOT EXISTS uwucatcafe_stock (
    item VARCHAR(255) NOT NULL,
    amount int(11) NOT NULL DEFAULT 0
)

2.

[QB] - How to fix problems with boss menu and npc employee:

  1. Go to the script config: fivecode_uwucatcafejob/config.lua

  2. Find Config.BossMenuSociety (line - 77): Change it from 'auto_detect' to 'qb-banking' or 'qb-management'.

  3. Fixed!

I am missing uwucatcafe_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