Skip to main content

CatCafe

Dependicies

  • qb-menu
  • qb-input
  • ps-ui
  • dpemotes (For animations)
  • qb-phone
  • qb-target
  • gabs-catcafe

Installation

  1. Place the folder "drp-catcafe" in your drp folder if drp folder in not available create one or you can just put it in your resources folder.
  2. Add ensure drp-catcafe in your server.cfgif not using drp folder then just start drp-catcafe
  3. Add the code below to your items.lua (Available in qb-core/shared/items):
    -- drp-catcafe
-- INGREDIENTS
["milk-pack"] = {["name"] = "milk-pack", ["label"] = "Milk Pack", ["weight"] = 1500, ["type"] = "item", ["image"] = "milk.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["butter"] = {["name"] = "butter", ["label"] = "Butter Bar", ["weight"] = 1500, ["type"] = "item", ["image"] = "butter.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["flour"] = {["name"] = "flour", ["label"] = "Flour Package", ["weight"] = 1500, ["type"] = "item", ["image"] = "flour.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["raw-chocolate"] = {["name"] = "raw-chocolate", ["label"] = "Raw Chocolate", ["weight"] = 1500, ["type"] = "item", ["image"] = "chocolate.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["strawberry"] = {["name"] = "strawberry", ["label"] = "Strawberry", ["weight"] = 1500, ["type"] = "item", ["image"] = "strawberry.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["lemon"] = {["name"] = "lemon", ["label"] = "Lemon", ["weight"] = 1500, ["type"] = "item", ["image"] = "lemon.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["cream"] = {["name"] = "cream", ["label"] = "Package of Cream", ["weight"] = 1500, ["type"] = "item", ["image"] = "cream.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["condensed-milk"] = {["name"] = "condensed-milk", ["label"] = "Condensed Milk", ["weight"] = 1500, ["type"] = "item", ["image"] = "condensed-milk.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["vanilla-extract"] = {["name"] = "vanilla-extract", ["label"] = "Vanilla Extract", ["weight"] = 1500, ["type"] = "item", ["image"] = "vanilla-extract.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["sugar"] = {["name"] = "sugar", ["label"] = "Sugar Package", ["weight"] = 1500, ["type"] = "item", ["image"] = "sugar.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["nutella"] = {["name"] = "nutella", ["label"] = "Jar of Nutella", ["weight"] = 1500, ["type"] = "item", ["image"] = "nutella.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["oreo"] = {["name"] = "oreo", ["label"] = "Oreo Pack", ["weight"] = 1500, ["type"] = "item", ["image"] = "oreo.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["mint-extract"] = {["name"] = "mint-extract", ["label"] = "Mint Extract", ["weight"] = 1500, ["type"] = "item", ["image"] = "mint-extract.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["blackberry"] = {["name"] = "blackberry", ["label"] = "Blackberries", ["weight"] = 1500, ["type"] = "item", ["image"] = "blackberry.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["coffee-beans"] = {["name"] = "coffee-beans", ["label"] = "Coffee Beans", ["weight"] = 1500, ["type"] = "item", ["image"] = "coffee-beans.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["chicken"] = {["name"] = "chicken", ["label"] = "Raw Chicken", ["weight"] = 1500, ["type"] = "item", ["image"] = "chicken.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["empty-cup"] = {["name"] = "empty-cup", ["label"] = "Empty Cup", ["weight"] = 1000, ["type"] = "item", ["image"] = "empty-cup.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["ice"] = {["name"] = "ice", ["label"] = "Ice Cubes", ["weight"] = 1000, ["type"] = "item", ["image"] = "ice.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["coco-powder"] = {["name"] = "coco-powder", ["label"] = "Coco Powder", ["weight"] = 1000, ["type"] = "item", ["image"] = "coco-powder.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["egg"] = {["name"] = "egg", ["label"] = "Egg", ["weight"] = 1000, ["type"] = "item", ["image"] = "eggs.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["whole-wheat"] = {["name"] = "whole-wheat", ["label"] = "Whole Wheat Flour", ["weight"] = 1000, ["type"] = "item", ["image"] = "whole-wheat-flour.png",["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["corn-syrup"] = {["name"] = "corn-syrup", ["label"] = "Corn Syrup", ["weight"] = 1000, ["type"] = "item", ["image"] = "corn-syrup.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["pineapple"] = {["name"] = "pineapple", ["label"] = "PineApple", ["weight"] = 1000, ["type"] = "item", ["image"] = "pineapple.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["ginger"] = {["name"] = "ginger", ["label"] = "Ginger", ["weight"] = 1000, ["type"] = "item", ["image"] = "ginger.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
-- FOODS
["strawberry-cupcake"] = {["name"] = "strawberry-cupcake", ["label"] = "Strawberry Cupcake", ["weight"] = 1000, ["type"] = "item", ["image"] = "cupcake-strawberry.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["chocolate-cupcake"] = {["name"] = "chocolate-cupcake", ["label"] = "Chocolate Cupcake", ["weight"] = 1000, ["type"] = "item", ["image"] = "cupcake-chocolate.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["lemon-cupcake"] = {["name"] = "lemon-cupcake", ["label"] = "Lemon Cupcake", ["weight"] = 1000, ["type"] = "item", ["image"] = "cupcake-lemon.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["strawberry-icecream"] = {["name"] = "strawberry-icecream", ["label"] = "Strawberry Icecream", ["weight"] = 1000, ["type"] = "item", ["image"] = "strawberry-icecream.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["chocolate-icecream"] = {["name"] = "chocolate-icecream", ["label"] = "Chocolate Icecream", ["weight"] = 1000, ["type"] = "item", ["image"] = "chocolate-icecream.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["vanilla-icecream"] = {["name"] = "vanilla-icecream", ["label"] = "Vanilla Icecream", ["weight"] = 1000, ["type"] = "item", ["image"] = "vanilla-icecream.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["nutella-pancake"] = {["name"] = "nutella-pancake", ["label"] = "Nutella Pancake", ["weight"] = 1000, ["type"] = "item", ["image"] = "nutella-pancake.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["oreo-pancake"] = {["name"] = "oreo-pancake", ["label"] = "Oreo Pancake", ["weight"] = 1000, ["type"] = "item", ["image"] = "oreo-pancake.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["nutella-waffle"] = {["name"] = "nutella-waffle", ["label"] = "Nutela Waffle", ["weight"] = 1000, ["type"] = "item", ["image"] = "nutella-waffle.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["chicken-paste"] = {["name"] = "chicken-paste", ["label"] = "Chicken Pastel", ["weight"] = 1000, ["type"] = "item", ["image"] = "chicken-pastel.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["chocolate-muffin"] = {["name"] = "chocolate-muffin", ["label"] = "Chocolate Muffin", ["weight"] = 1000, ["type"] = "item", ["image"] = "chocolate-muffin.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["strawberry-muffin"] = {["name"] = "strawberry-muffin", ["label"] = "Strawberry Muffin", ["weight"] = 1000, ["type"] = "item", ["image"] = "strawberry-muffin.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["blackberry-donut"] = {["name"] = "blackberry-donut", ["label"] = "Blackberry Donut", ["weight"] = 1000, ["type"] = "item", ["image"] = "blackberry-donut.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["butter-donut"] = {["name"] = "butter-donut", ["label"] = "Butter Donut", ["weight"] = 1000, ["type"] = "item", ["image"] = "butter-donut.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["caramel-donut"] = {["name"] = "caramel-donut", ["label"] = "Caramel Donut", ["weight"] = 1000, ["type"] = "item", ["image"] = "caramel-donut.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["chocolate-donut"] = {["name"] = "chocolate-donut", ["label"] = "Chocolate Donut", ["weight"] = 1000, ["type"] = "item", ["image"] = "chocolate-donut.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["nutella-donut"] = {["name"] = "nutella-donut", ["label"] = "Nutella Donut", ["weight"] = 1000, ["type"] = "item", ["image"] = "nutella-donut.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["strawberry-donut"] = {["name"] = "strawberry-donut", ["label"] = "Strawberry Donut", ["weight"] = 1000, ["type"] = "item", ["image"] = "strawberry-donut.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["blackberry-macaron"] = {["name"] = "blackberry-macaron", ["label"] = "Blackberry Macron", ["weight"] = 1000, ["type"] = "item", ["image"] = "blackberry-macaron.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["chocolate-macaron"] = {["name"] = "chocolate-macaron", ["label"] = "Chocolate Macron", ["weight"] = 1000, ["type"] = "item", ["image"] = "chocolate-macaron.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["lemon-macaron"] = {["name"] = "lemon-macaron", ["label"] = "Lemon Macron", ["weight"] = 1000, ["type"] = "item", ["image"] = "lemon-macaron.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["strawberry-macaron"] = {["name"] = "strawberry-macaron", ["label"] = "Strawberry Macron", ["weight"] = 1000, ["type"] = "item", ["image"] = "strawberry-macaron.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["blackberry-pastery"] = {["name"] = "blackberry-pastery", ["label"] = "Blackberry Pastery", ["weight"] = 1000, ["type"] = "item", ["image"] = "blackberry-pastery.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["chocolate-pastery"] = {["name"] = "chocolate-pastery", ["label"] = "Chocolate Pastery", ["weight"] = 1000, ["type"] = "item", ["image"] = "chocolate-pastery.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["coffee-pastery"] = {["name"] = "coffee-pastery", ["label"] = "Coffee Pastery", ["weight"] = 1000, ["type"] = "item", ["image"] = "coffee-pastery.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["strawberry-pastery"] = {["name"] = "strawberry-pastery", ["label"] = "Strawberry Pastery", ["weight"] = 1000, ["type"] = "item", ["image"] = "strawberry-pastery.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["blackberry-marshmallow"] = {["name"] = "blackberry-marshmallow", ["label"] = "Blackberry Marshmallow", ["weight"] = 1000, ["type"] = "item", ["image"] = "blackberry-marshmallow.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["chocolate-marshmallow"] = {["name"] = "chocolate-marshmallow", ["label"] = "Chocolate Marshmallow", ["weight"] = 1000, ["type"] = "item", ["image"] = "chocolate-marshmallow.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["lemon-marshmallow"] = {["name"] = "lemon-marshmallow", ["label"] = "Lemon Marshmallow", ["weight"] = 1000, ["type"] = "item", ["image"] = "lemon-marshmallow.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["strawberry-marshmallow"] = {["name"] = "strawberry-marshmallow", ["label"] = "Strawberry Marshmallow", ["weight"] = 1000, ["type"] = "item", ["image"] = "strawberry-marshmallow.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["vanilla-marshmallow"] = {["name"] = "vanilla-marshmallow", ["label"] = "Vanilla Marshmallow", ["weight"] = 1000, ["type"] = "item", ["image"] = "vanilla-marshmallow.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
-- DRINKS
["uwu-coffee"] = {["name"] = "uwu-coffee", ["label"] = "Coffee", ["weight"] = 1000, ["type"] = "item", ["image"] = "coffee.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["uwu-latte"] = {["name"] = "uwu-latte", ["label"] = "Latte", ["weight"] = 1000, ["type"] = "item", ["image"] = "latte.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["uwu-blackberry-boba"] = {["name"] = "uwu-blackberry-boba", ["label"] = "Blackberry Boba", ["weight"] = 1000, ["type"] = "item", ["image"] = "blackberry-boba.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["uwu-mint-boba"] = {["name"] = "uwu-mint-boba", ["label"] = "Mint Boba", ["weight"] = 1000, ["type"] = "item", ["image"] = "mint-boba.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["uwu-strawberry-boba"] = {["name"] = "uwu-strawberry-boba", ["label"] = "Strawberry Boba", ["weight"] = 1000, ["type"] = "item", ["image"] = "strawberry-boba.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["uwu-lemon-boba"] = {["name"] = "uwu-lemon-boba", ["label"] = "Lemon Boba", ["weight"] = 1000, ["type"] = "item", ["image"] = "lemon-boba.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["uwu-strawberry-milkshake"] = {["name"] = "uwu-strawberry-milkshake", ["label"] = "Strawberry Milkshake", ["weight"] = 1000, ["type"] = "item", ["image"] = "strawberry-milkshake.png",["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["uwu-chocolate-milkshake"] = {["name"] = "uwu-chocolate-milkshake", ["label"] = "Chocolate Milkshake", ["weight"] = 1000, ["type"] = "item", ["image"] = "chocolate-milkshake.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["uwu-blackberry-mojito"] = {["name"] = "uwu-blackberry-mojito", ["label"] = "Blackberry Mojito", ["weight"] = 1000, ["type"] = "item", ["image"] = "blackberry-mojito.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["uwu-strawberry-mojito"] = {["name"] = "uwu-strawberry-mojito", ["label"] = "Strawberry Mojito", ["weight"] = 1000, ["type"] = "item", ["image"] = "strawberry-mojito.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["uwu-lemon-mojito"] = {["name"] = "uwu-lemon-mojito", ["label"] = "Lemon Mojito", ["weight"] = 1000, ["type"] = "item", ["image"] = "lemon-mojito.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["uwu-pineapple-mojito"] = {["name"] = "uwu-pineapple-mojito", ["label"] = "Pineapple Mojito", ["weight"] = 1000, ["type"] = "item", ["image"] = "pineapple-mojito.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["uwu-ginger-tea"] = {["name"] = "uwu-ginger-tea", ["label"] = "Ginger Tea", ["weight"] = 1000, ["type"] = "item", ["image"] = "ginger-tea.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["uwu-pina-colada"] = {["name"] = "uwu-pina-colada", ["label"] = "Pin Colada", ["weight"] = 1000, ["type"] = "item", ["image"] = "pina-colada.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
  1. Drag and drop images from drp-uwucafe/images to qb-inventory/html/images
  2. Add to qb-core/shared/jobs.lua
    ['uwu'] = {
label = 'Cat Cafe',
defaultDuty = true,
offDutyPay = false,
grades = {
['0'] = {
name = 'Apprentice',
payment = 50
},
['1'] = {
name = 'Worker',
payment = 75
},
['2'] = {
name = 'Skilled',
payment = 100
},
['3'] = {
name = 'Expert',
payment = 125
},
['4'] = {
name = 'Manager',
isboss = true,
payment = 150
},
},
},
  1. Add to qb-management/client/cl_config.lua

    Inside Config.BossMenus

    ['uwu'] = {
vector3(-596.15, -1052.28, 21.87),
},
  1. Add to qb-management/client/cl_config.lua

    Inside Config.BossMenuZones

    ['uwu'] = {
{ coords = vector3(-596.15, -1052.28, 21.87), length = 1.15, width = 2.6, heading = 355.0, minZ = 21.00, maxZ = 23.00 },
},
  1. Enjoy 😉