Pulse Scipts
StoreDiscordGithub
  • Documentation for Pulse Scripts
  • Paid Scripts
    • 💰Drug Dealer V2
      • Installation
      • Config File
      • Server Exports
    • 🔓Wheel Lock
      • Installation
      • Config File
    • 🥙Restaurants
      • 😻UwU Cat Cafe
        • Installation
        • Preview Config
        • Common Issues
      • 🍔HornyBurgers
        • Installation
        • Preview Config
        • Common Issues
      • ☕Bean Machine
        • Installation
        • Preview Config
        • Common Issues
      • 🧋BubbleGum Cafe
        • Installation
        • Preview Config
        • Common Issues
      • 🍕Pizza This
        • Installation
        • Preview Config
        • Common Issues
      • 🐟Pearls
        • Installation
        • Preview Config
        • Common Issues
      • 🍔BurgerShot
        • Installation
        • Preview Config
        • Common Issues
      • 🍅UpnAtom
        • Installation
        • Preview Config
        • Common Issues
      • 🌮Taco
        • Installation
        • Preview Config
        • Common Issues
      • 🍩Rusty Browns
        • Installation
        • Preview Config
        • Common Issues
  • 🆓Free Scripts
    • 🖨️Printer
      • Installation
      • Config File
      • Common Issues
    • 💵Fraud
      • Installation
      • Config File
    • 💲Check Player Money
      • Installation
Powered by GitBook
On this page
  1. Paid Scripts
  2. Restaurants
  3. UwU Cat Cafe

Preview Config

lib.locale()
Config = {}
Config.Debug = {
    PolyZone = false, --Shows Red Boxes for Target
    DrawSprite = true --Show White Circles above the target locations
}
Config.LogEnable = true --edit the webhook in Server/Log.lua
Config.CheckVersion = true
Config.Blip = {
    BlipName = "Uwu Cafe", --Blip Name
    Enable = true,
    Coords = vector3(-588.8, -1058.26, 22.36),
    Options = {
        Sprite = 621,
        Color = 34,
        Scale = 0.8,
        Display = 4
    }
}
-- If you want to change the red marker that appears on item processing edit this
Config.MarkerSettings = {
    type = 2, -- Marker type
    width = 0.2, -- Marker width
    height = 0.3, -- Marker height
    color = { r = 255, g = 0, b = 0, a = 100 } -- Marker color
}
Config.TextUI = 'ox_lib' --'ox_lib', 'qb-core', 'jg-textui', 'esx_textui', 'cd_drawtextui'
Config.Society = {
    enable  = true,
    society_script = "qb-banking", --esx_society, qb-management,qb-banking
}
Config.Target = "qb-target" --ox-target, qb-target
Config.Notify = 'ox' --ox, esx, okok,qb,wasabi,custom
Config.ShopMode = 'automatic' -- 'self' , 'automatic'
--for ox inventory ox_inventory/web/images/
--for qausar inventory qs-inventory/html/images/
--for qb-inventory qb-inventory/html/images/
--for ps-inventory ps-inventory/html/images/
--for codem inventory codem-inventory/html/images/
--for ak47 inventory ak47_inventory/web/build/images/
Config.Invimages = 'qb-inventory/html/images/' -- Image path for your inventory
Config.Jobname = 'uwu' -- Job Name
Config.Progressbar = 'qb' -- qb, ox_lib, ox_lib_circle
--This is remove the green zone markers and enable target
Config.RemoveMarkers = true

Config.StashInventory = {
    --Stash
    StashSlot = 60,
    StashWeight = 80000,
    --Table
    TableSlot = 10,
    TableWeight = 20000,
    --Counter
    CounterSlot = 10,
    CounterWeight = 20000,
}

Config.BillingMenu = 'qb-phone' -- 'esx_billing','qb-phone','s1n_billing','okokBilling'
Config.MaxBillAmount = 1000
Config.Clothing = 'qb-clothing' --esx_skin,illenium-appearance,fivem-appearance,qb-clothing
Config.Uniforms = {
    clothes = {
		male = {
			tshirt_1 = 0,  tshirt_2 = 0,
			torso_1 = 0,   torso_2 = 0,
			decals_1 = 0,   decals_2 = 0,
			arms = 0,
			pants_1 = 0,   pants_2 = 0,
			shoes_1 = 0,   shoes_2 = 0,
			helmet_1 = 0,  helmet_2 = 0,
			chain_1 = 0,    chain_2 = 0,
			ears_1 = 0,     ears_2 = 0
		},
		female = {
			tshirt_1 = 0,  tshirt_2 = 0,
			torso_1 = 0,   torso_2 = 0,
			decals_1 = 0,   decals_2 = 0,
			arms = 0,
			pants_1 = 0,   pants_2 = 0,
			shoes_1 = 0,   shoes_2 = 0,
			helmet_1 = 0,  helmet_2 = 0,
			chain_1 = 0,    chain_2 = 0,
			ears_1 = 0,     ears_2 = 0
		}
	},
}
Config.CheckCanCarryItem = false -- Only for ESX
Config.Shop = {
    Clothing = {
        Coords = vector3(-586.873, -1050.061, 22.344),
    },
    management = vector3(-586.237, -1059.447, 22.344), --Where you can manage your shop
    fridge = vector3(-590.47, -1058.73, 22.26), -- From where you will buy ingrediants
    process = vector3(-588.521, -1058.496, 22.356), --From where you will start making items
    shop = { --Shop buy menu
        vector3(-583.4, -1060.35, 22.34),
    },
    storagestash = vector3(-590.116, -1067.934, 22.344),
    bossmenu = vector3(-577.248, -1067.644, 26.614),
    Storage = {
		label = "Fridge",
		items = {
            Drinks = {
                { name= "cc_black_tapioca_pearls", label= "Black Tapioca Pearls", price =50, amount = 50},
                { name = "cc_brewed_black_tea", label="Brewed Black Tea", price = 50, amount = 50},
                { name = "cc_mixedberries", label="Mixed Berries",price=50,amount=50},
                { name = "cc_milk", label="Milk", price = 50, amount = 50},
                { name = "cc_sugar", label="Sugar", price = 50, amount = 50},
                { name = "cc_vanilla_icecream", label="Vanilla Icecream", price = 50, amount = 50},
                { name = "cc_chocolate_syrup", label="Chocolate Syrup ", price = 50, amount = 50},
                { name = "cc_strawberries", label="Strawberries", price = 50, amount = 50},
                { name = "cc_ripebanana", label="Ripe Banana", price = 50, amount = 50},
                { name = "cc_yogurtcup", label="Yogurt Cup", price = 50, amount = 50},
                { name = "cc_cuporangejuice", label="Cup of Orange Juice", price = 50, amount = 50},
                { name = "cc_pineapple_chunks", label="Pineapple Chunks", price = 50, amount = 50},
                { name = "cc_mango_chunks", label="Mango Chunks", price = 50, amount = 50},  
                { name = "cc_coconut_milk", label="Coconut Milk", price = 50, amount = 50},  
            },
            Ramen = {
                {name = "cc_wheat_noodles",label="Wheat Noodles", price = 50, amount = 50},
                { name = "cc_green_onions", label="Green Onions", price = 50, amount = 50},
                { name = "cc_chashu_pork", label="Chashu Pork", price = 50, amount = 50},
                { name = "cc_miso_broth", label="Miso Broth", price = 50, amount = 50},
                { name = "cc_butter", label="Butter", price = 50, amount = 50},
                { name = "cc_spinach", label="Spinach", price = 50, amount = 50},
                { name = "cc_soft_boiled_egg", label="Soft Boiled Egg", price = 50, amount = 50},
            },
            Coffee = {
                { name = "cc_milk",label="Milk", price = 50, amount = 50},
                { name = "cc_sugar", label="Sugar", price = 50, amount = 50},
                { name = "cc_chocolate_syrup", label="Chocolate Syrup", price = 50, amount = 50},
                { name = "cc_cocao_powder", label="Cocoa Powder", price = 50, amount = 50},
            },
            Icecream = {
                { name = 'cc_milk',label="Milk", price = 50, amount = 50},
                { name = "cc_heavy_cream", label="Heavy Cream", price = 50, amount = 50},
                { name = "cc_pure_vanilla", label="Pure Vanilla", price = 50, amount = 50},
                { name = "cc_chocolate_cookies", label="Chocolate Cookies", price = 50, amount = 50},
                { name = "cc_chocolate_chips", label="Chocolate Chips", price = 50, amount = 50},
                { name = "cc_strawberries", label="Strawberries", price = 50, amount = 50},
                { name = "cc_coffee_powder", label="Coffee Powder", price = 50, amount = 50},
            },
            Sandwich = {
                {name = 'cc_bacon_strips',label="Bacon Strips", price = 5, amount = 50},
                {name = 'cc_slices_of_bread',label="Slices of Bread", price = 5, amount = 50},
                {name = 'cc_lettuce',label="Lettuce", price = 5, amount = 50},
                {name = 'cc_butter',label="Butter", price = 5, amount = 50},
                {name = 'cc_turkey_slices',label="Turkey Slices", price = 5, amount = 50},
                {name = 'cc_mozzarella_cheese',label="Mozzarella Cheese", price = 5, amount = 50},
                {name = 'cc_avocado',label="Avocado", price = 5, amount = 50},
                {name = 'cc_cheddar_cheese',label="Cheddar Cheese", price = 5, amount = 50},
            },
        }
	},
    ItemOrder = {
        "Drinks",
        "Ramen",
        "Coffee",
        "Icecream",
        "Sandwich",
    },
    categories = {
        Drinks = { --Donot Change
            label = "Drinks", --Donot Change
            icon = "fa-solid fa-wine-glass",
            workingcoords = vector3(-590.502, -1064.224, 22.344),
            items = {
                cc_bubbletea = {
                    label = "Bubble Tea",
                    price = 50,
                    reward = 1,
                    duration = 10000,
                    required = {
                        { item = 'cc_black_tapioca_pearls', label = "Black Tapioca Pearls", quantity = 1 },
                        { item = 'cc_brewed_black_tea', label = "Brewed Black Tea", quantity = 1 },
                        { item = 'cc_milk', label = "Milk", quantity = 1 },
                        { item = 'cc_sugar', label = "Sugar", quantity = 1 },
                    },
                },
                cc_chocolatemilkshake = {
                    label = "Chocolate Milkshake",
                    price = 50,
                    reward = 1,
                    duration = 10000,
                    required = {
                        { item = 'cc_vanilla_icecream', label = "Vanilla Icecream", quantity = 1 },
                        { item = 'cc_milk', label = "Milk", quantity = 1 },
                        { item = 'cc_chocolate_syrup', label = "Chocolate Syrup", quantity = 1 },
                    },
                },
                cc_strawberrysmoothie = {
                    label = "Strawberry Smoothie",
                    price = 50,
                    reward = 1,
                    duration = 10000,
                    required = {
                        { item = 'cc_strawberries', label = "Strawberries", quantity = 1 },
                        { item = 'cc_ripebanana', label = "Ripe Banana", quantity = 1 },
                        { item = 'cc_yogurtcup', label = "Yogurt Cup", quantity = 1 },
                        { item = 'cc_milk', label = "Milk", quantity = 1 },
                    },
                },
                cc_berryblastsmoothie = {
                    label = "Berry Blast Smoothie",
                    price = 50,
                    reward = 1,
                    duration = 10000,
                    required = {
                        { item = 'cc_mixedberries', label = "Mixed Berries", quantity = 1 },
                        { item = 'cc_ripebanana', label = "Ripe Banana", quantity = 1 },
                        { item = 'cc_yogurtcup', label = "Yogurt Cup", quantity = 1 },
                        { item = 'cc_cuporangejuice', label = "Cup of Orange Juice", quantity = 1 },
                    },
                },
                cc_tropicalparadisesmoothie = {
                    label = "Tropical Paradise Smoothie",
                    price = 50,
                    reward = 1,
                    duration = 10000,
                    required = {
                        { item = 'cc_pineapple_chunks', label = "Pineapple Chunks", quantity = 1 },
                        { item = 'cc_mango_chunks', label = "Mango Chunks", quantity = 1 },
                        { item = 'cc_ripebanana', label = "Ripe Banana", quantity = 1 },
                        { item = 'cc_coconut_milk', label = "Coconut Milk", quantity = 1 },
                        { item = 'cc_cuporangejuice', label = "Cup of Orange Juice", quantity = 1 },
                    },
                },
            }
        },
        Ramen = { 
            label = "Ramen", 
            icon = "fa-solid fa-utensils",
            workingcoords = vector3(-590.391, -1056.431, 22.356),
            items = {
                cc_fukuoka_hakata_ramen = {
                    label = "Fukuoka Hakata Ramen",
                    price = 50, 
                    reward = 1,
                    duration = 10000, 
                    required = {  
                        {item = 'cc_wheat_noodles', label = "Wheat Noodles", quantity = 1},
                        {item = 'cc_green_onions', label = "Green Onions", quantity = 1},
                        {item = 'cc_chashu_pork', label = "Chashu Pork", quantity = 1},
                    },
                },
                cc_miso_ramen = {
                    label = "Miso Ramen",
                    price = 50, 
                    reward = 1,
                    duration = 10000, 
                    required = {  
                        {item = 'cc_wheat_noodles', label = "Wheat Noodles", quantity = 1},
                        {item = 'cc_miso_broth', label = "Miso Broth", quantity = 1},
                        {item = 'cc_butter', label = "Butter", quantity = 1},
                    },
                },
                cc_nagoya_taiwan_ramen = {
                    label = "Nagoya Taiwan Ramen",
                    price = 50, 
                    reward = 1,
                    duration = 10000, 
                    required = {  
                        {item = 'cc_wheat_noodles', label = "Wheat Noodles", quantity = 1},
                        {item = 'cc_chashu_pork', label = "Chashu Pork", quantity = 1},
                    },
                },
                cc_osaka_shio_ramen = {
                    label = "Osaka Shio Ramen",
                    price = 50, 
                    reward = 1,
                    duration = 10000, 
                    required = {  
                        {item = 'cc_wheat_noodles', label = "Wheat Noodles", quantity = 1},
                        {item = 'cc_spinach', label = "Spinach", quantity = 1},
                    },
                },
                cc_shoyu_ramen = {
                    label = "Shoyu Ramen",
                    price = 50, 
                    reward = 1,
                    duration = 10000, 
                    required = {  
                        {item = 'cc_wheat_noodles', label = "Wheat Noodles", quantity = 1},
                        {item = 'cc_soft_boiled_egg', label = "Soft Boiled Egg", quantity = 1},
                    },
                },
                cc_tonkotsu_ramen = {
                    label = "Tonkotsu Ramen",
                    price = 50, 
                    reward = 1,
                    duration = 10000, 
                    required = {  
                        {item = 'cc_wheat_noodles', label = "Wheat Noodles", quantity = 1},
                        {item = 'cc_chashu_pork', label = "Chashu Pork", quantity = 1},
                    },
                },
                cc_iekei_ramen = {
                    label = "Iekei Ramen",
                    price = 50, 
                    reward = 1,
                    duration = 10000, 
                    required = {  
                        {item = 'cc_wheat_noodles', label = "Wheat Noodles", quantity = 1},
                        {item = 'cc_spinach', label = "Spinach", quantity = 1},
                    },
                }, 
                cc_black_garlic_ramen = {
                    label = "Black Garlic Ramen",
                    price = 50, 
                    reward = 1,
                    duration = 10000, 
                    required = {  
                        {item = 'cc_wheat_noodles', label = "Wheat Noodles", quantity = 1},
                        {item = 'cc_soft_boiled_egg', label = "Soft Boiled Egg", quantity = 1},
                    },
                },
                
            },
        },
        Coffee = { 
            label = "Coffee", 
            icon = "fa-solid fa-mug-saucer",
            workingcoords = vector3(-586.325, -1061.834, 22.344),
            items = {
                cc_espresso = {
                    label = "Espresso",
                    price = 50, 
                    reward = 1,
                    duration = 10000, 
                    required = {  
                        {item = 'cc_milk', label = "Milk", quantity = 1},
                        {item = 'cc_sugar', label = "Sugar", quantity = 1},
                    },
                },
                cc_cappuccino = {
                    label = "Cappuccino",
                    price = 50, 
                    reward = 1,
                    duration = 10000, 
                    required = {  
                        {item = 'cc_espresso', label = "Espresso", quantity = 1},
                        {item = 'cc_milk', label = "Milk", quantity = 1},
                        {item = 'cc_sugar', label = "Sugar", quantity = 1},
                    },
                },
                cc_latte = {
                    label = "Latte",
                    price = 50, 
                    reward = 1,
                    duration = 10000, 
                    required = {  
                        {item = 'cc_espresso', label = "Espresso", quantity = 1},
                        {item = 'cc_milk', label = "Milk", quantity = 1},
                        {item = 'cc_sugar', label = "Sugar", quantity = 1},
                    },
                },
                cc_mocha = {
                    label = "Mocha",
                    price = 50, 
                    reward = 1,
                    duration = 10000, 
                    required = {  
                        {item = 'cc_espresso', label = "Espresso", quantity = 1},
                        {item = 'cc_milk', label = "Milk", quantity = 1},
                        {item = 'cc_chocolate_syrup', label = "Chocolate Syrup", quantity = 1},
                    },
                },
                cc_hotchocolate = {
                    label = "Hot Chocolate",
                    price = 50, 
                    reward = 1,
                    duration = 10000, 
                    required = {  
                        {item = 'cc_cocao_powder', label = "Cocoa Powder", quantity = 1},
                        {item = 'cc_milk', label = "Milk", quantity = 1},
                        {item = 'cc_sugar', label = "Sugar", quantity = 1},
                    },
                },
            },
        },
        Icecream = { 
            label = "Icecream", 
            icon = "fa-solid fa-ice-cream",
            workingcoords = vector3(-590.504, -1062.122, 22.356),
            items = {
                cc_vanilla_icecream = {
                    label = "Vanilla Icecream",
                    price = 50, 
                    reward = 1,
                    duration = 10000, 
                    required = {  
                        {item = 'cc_milk', label = "Milk", quantity = 1},
                        {item = 'cc_heavy_cream', label = "Heavy Cream", quantity = 1},
                        {item = 'cc_pure_vanilla', label = "Pure Vanilla", quantity = 1},
                    },
                },
                cc_chocolate_icecream = {
                    label = "Chocolate Icecream",
                    price = 50, 
                    reward = 1,
                    duration = 10000, 
                    required = {  
                        {item = 'cc_milk', label = "Milk", quantity = 1},
                        {item = 'cc_chocolate_cookies', label = "Chocolate Cookies", quantity = 1},
                        {item = 'cc_chocolate_chips', label = "Chocolate Chips", quantity = 1},
                    },
                },
                cc_strawberry_icecream = {
                    label = "Strawberry Icecream",
                    price = 50, 
                    reward = 1,
                    duration = 10000, 
                    required = {  
                        {item = 'cc_milk', label = "Milk", quantity = 1},
                        {item = 'cc_heavy_cream', label = "Heavy Cream", quantity = 1},
                        {item = 'cc_strawberries', label = "Strawberries", quantity = 1},
                    },
                },
                cc_mintchoco_icecream = {
                    label = "Mintchoco Icecream",
                    price = 50, 
                    reward = 1,
                    duration = 10000, 
                    required = {  
                        {item = 'cc_milk', label = "Milk", quantity = 1},
                        {item = 'cc_heavy_cream', label = "Heavy Cream", quantity = 1},
                        {item = 'cc_pure_vanilla', label = "Pure Vanilla", quantity = 1},
                    },
                },
                cc_coffee_icecream = {
                    label = "Coffee Icecream",
                    price = 50, 
                    reward = 1,
                    duration = 10000, 
                    required = {  
                        {item = 'cc_milk', label = "Milk", quantity = 1},
                        {item = 'cc_heavy_cream', label = "Heavy Cream", quantity = 1},
                        {item = 'cc_coffee_powder', label = "Coffee Powder", quantity = 1},
                    },
                },
            },
        },
        Sandwich = { 
            label = "Sandwich", 
            icon = "fa-solid fa-burger",
            workingcoords = vector3(-590.596, -1060.819, 22.344),
            items = {
                cc_classic_blt_sandwich = {
                    label = "Classic Sandwich",
                    price = 50, 
                    reward = 1,
                    duration = 10000, 
                    required = {  
                        {item = 'cc_bacon_strips', label = "Bacon Strips", quantity = 1},
                        {item = 'cc_slices_of_bread', label = "Slices of Bread", quantity = 1},
                        {item = 'cc_lettuce', label = "Lettuce", quantity = 1},
                    },
                },
                cc_cheese_sandwich = {
                    label = "Cheese Sandwich",
                    price = 50, 
                    reward = 1,
                    duration = 10000, 
                    required = {  
                        {item = 'cc_slices_of_bread', label = "Slices of Bread", quantity = 1},
                        {item = 'cc_cheddar_cheese', label = "Cheddar Cheese", quantity = 1},
                        {item = 'cc_butter', label = "Butter", quantity = 1},
                    },
                },
                cc_turkey_sandwich = {
                    label = "Turkey Sandwich",
                    price = 50, 
                    reward = 1,
                    duration = 10000, 
                    required = {  
                        {item = 'cc_turkey_slices', label = "Turkey Slices", quantity = 1},
                        {item = 'cc_slices_of_bread', label = "Slices of Bread", quantity = 1},
                        {item = 'cc_lettuce', label = "Lettuce", quantity = 1},
                        {item = 'cc_bacon_strips', label = "Bacon Strips", quantity = 1},
                    },
                },
                cc_caprese_sandwich = {
                    label = "Caprese Sandwich",
                    price = 50, 
                    reward = 1,
                    duration = 10000, 
                    required = {  
                        {item = 'cc_mozzarella_cheese', label = "Mozzarella Cheese", quantity = 1},
                        {item = 'cc_slices_of_bread', label = "Slices of Bread", quantity = 1},
                        {item = 'cc_lettuce', label = "Lettuce", quantity = 1},
                    },
                },
                cc_avocado_sandwich = {
                    label = "Avocado Sandwich",
                    price = 50, 
                    reward = 1,
                    duration = 10000, 
                    required = {  
                        {item = 'cc_slices_of_bread', label = "Slices of Bread", quantity = 1},
                        {item = 'cc_lettuce', label = "Lettuce", quantity = 1},
                        {item = 'cc_avocado', label = "Avocado", quantity = 1},
                    },
                },
            },
        },

    },
}
Config.Chairs = {
    --TableSeating
	{ coords = vector4(-585.31, -1069.25, 22.55, 4.37), stand = vector3(-585.3, -1068.6, 22.34) , minZ = 22.0, maxZ = 22.8, w = 0.3, h = 0.45},
    { coords = vector4(-582.817, -1069.37, 22.55, 15.613), stand = vector3(-582.86, -1068.64, 22.34) , minZ = 22.0, maxZ = 22.8, w = 0.5, h = 0.5},
	{ coords = vector4(-579.23, -1069.22, 22.55, 358.32), stand = vector3(-579.19, -1068.64, 22.34), minZ = 22.0, maxZ = 22.8, w = 0.3, h = 0.45},
    --TableSeating
	--Table 1
    { coords = vector4(-573.416, -1067.971, 22.53, 2.746), stand = vector3(-575.18, -1068.0, 22.34), minZ = 22.0, maxZ = 22.8, w = 0.3, h = 0.45},
	{ coords = vector4(-574.33, -1068.025, 22.53, 1.79), stand = vector3(-575.18, -1068.0, 22.34), minZ = 22.0, maxZ = 22.8, w = 0.3, h = 0.45},
    { coords = vector4(-573.18, -1066.11, 22.53, 180.8), stand = vector3(-575.11, -1066.02, 22.34), minZ = 22.0, maxZ = 22.8, w = 0.3, h = 0.45},
	{ coords = vector4(-574.49, -1066.11, 22.53, 186.0), stand = vector3(-575.11, -1066.02, 22.34), minZ = 22.0, maxZ = 22.8, w = 0.3, h = 0.45},
	--Table 2
	{ coords = vector4(-574.31, -1064.37, 22.53, 5.34), stand = vector3(-575.26, -1064.15, 22.34), minZ = 22.0, maxZ = 22.8, w = 0.3, h = 0.45},
	{ coords = vector4(-573.18, -1064.35, 22.53, 4.59), stand = vector3(-575.26, -1064.15, 22.34), minZ = 22.0, maxZ = 22.8, w = 0.3, h = 0.45},
    { coords = vector4(-572.98, -1062.45, 22.53, 179.93), stand = vector3(-575.28, -1062.48, 22.34), minZ = 22.0, maxZ = 22.8, w = 0.3, h = 0.45},
	{ coords = vector4(-574.3, -1062.45, 22.53, 186.22), stand = vector3(-575.28, -1062.48, 22.34), minZ = 22.0, maxZ = 22.8, w = 0.3, h = 0.45},
	--Table 3
	{ coords = vector4(-573.16, -1060.71, 22.53, 0.13), stand = vector3(-575.09, -1060.55, 22.34), minZ = 22.0, maxZ = 22.8, w = 0.3, h = 0.45},
	{ coords = vector4(-574.34, -1060.72, 22.53, 3.12), stand = vector3(-575.09, -1060.55, 22.34), minZ = 22.0, maxZ = 22.8, w = 0.3, h = 0.45},
    { coords = vector4(-573.08, -1058.8, 22.53, 180.07), stand = vector3(-575.04, -1058.81, 22.34), minZ = 22.0, maxZ = 22.8, w = 0.3, h = 0.45},
	{ coords = vector4(-574.39, -1058.8, 22.53, 182.85), stand = vector3(-575.04, -1058.81, 22.34), minZ = 22.0, maxZ = 22.8, w = 0.3, h = 0.45},
	--Green Seats
	{ coords = vector4(-576.936, -1051.0, 22.35, 103.5), minZ = 22.0, maxZ = 22.8, w = 0.3, h = 0.45},
	{coords = vector4(-577.62, -1052.42, 22.35, 44.79), minZ = 22.0, maxZ = 22.8, w = 0.3, h = 0.45},
	{coords = vector4(-579.64, -1052.52, 22.35, 329.23), minZ = 22.0, maxZ = 22.8, w = 0.3, h = 0.45},
	{coords = vector4(-580.78, -1051.28, 22.35, 284.8), minZ = 22.0, maxZ = 22.8, w = 0.3, h = 0.45},
	--Single Chairs
	{coords = vector4(-586.20, -1067.66, 22.63, 93.04),stand = vector3(-585.54, -1067.68, 22.34), minZ = 22.0, maxZ = 22.8, w = 0.3, h = 0.45},
	{coords = vector4(-586.20, -1066.68, 22.63, 97.45),stand =vector3(-585.51, -1066.67, 22.34), minZ = 22.0, maxZ = 22.8, w = 0.3, h = 0.45},
	{coords = vector4(-586.20, -1065.68, 22.63, 94.41),stand =vector3(-585.8, -1065.62, 22.34), minZ = 22.0, maxZ = 22.8, w = 0.3, h = 0.45},
	{coords = vector4(-586.20, -1064.67, 22.63, 97.21),stand =vector3(-585.83, -1064.7, 22.34), minZ = 22.0, maxZ = 22.8, w = 0.3, h = 0.45},

}

Config.Tables = {
    { name = ""..Config.Jobname.." Cafe Table 01", coords = vector3(-573.5, -1067.0, 22.3), heading = 0, minZ = 21.9, maxZ = 22.5, w = 2, h = 1, },
    { name = ""..Config.Jobname.." Cafe Table 02", coords = vector3(-573.24, -1063.43, 22.3), heading = 0, minZ = 21.9, maxZ = 22.5, w = 2, h = 1, },
    { name = ""..Config.Jobname.." Cafe Table 03", coords = vector3(-572.99, -1059.77, 22.3), heading = 0, minZ = 21.9, maxZ = 22.5, w = 2, h = 1, },  
}
Config.Billing = {
    { name = ""..Config.Jobname.." Cafe Billing Counter 1", coords = vec3(-583.997, -1058.756, 22.37), heading = 0, minZ = 22.2, maxZ = 22.5, w = 0.5, h = 0.35, },
    { name = ""..Config.Jobname.." Cafe Billing Counter 2", coords = vec3(-584.07, -1061.44, 22.37), heading = 0, minZ = 22.2, maxZ = 22.5, w = 0.5, h = 0.35, },
}

Config.Counter = {
    { name = ""..Config.Jobname.." Cafe Counter 01", coords = vec3(-583.97, -1059.3, 22.4), heading = 0, minZ = 22.0, maxZ = 22.8, w = 0.6, h = 0.7, },
    { name = ""..Config.Jobname.." Cafe Counter 02", coords = vec3(-584.0, -1062.1, 22.4), heading = 0, minZ = 22.0, maxZ = 22.8, w = 0.6, h = 0.7, },
}

--This is Used When Config.RemoveMarkers = true
Config.TargetCoords = {
    Fridge = {
    { name = ""..Config.Jobname.." CafeFridge", coords =vec3(-590.9, -1058.73, 22.26),heading=94.85, minZ = 22.0, maxZ = 22.8, w = 1.0, h = 0.8, }
    },
    Management = {
        { name = ""..Config.Jobname.." CafeManagement", coords =vec3(-586.8, -1059.15, 22.15),heading=0.0, minZ = 22.0, maxZ = 22.8, w = 0.5, h = 0.6, }
    },
    Process = {
        { name = ""..Config.Jobname.." CafeProcess", coords =vec3(-587.957, -1058.807, 22.26),heading=268.9, minZ = 22.0, maxZ = 22.8, w = 0.5, h = 0.6, }
    },
    Stash = {
        { name = ""..Config.Jobname.." CafeStash", coords =vec3(-590.62, -1068.17, 22.0),heading=94.85, minZ = 22.0, maxZ = 22.8, w = 0.5, h = 1, }
    },
    BossMenu = {
        { name = ""..Config.Jobname.." CafeBossMenu", coords =vec3(-577.0, -1067.0, 26.5),heading=94.85, minZ = 25.0, maxZ = 26.8, w = 0.5, h = 0.5, }
    },
    Clothing = {
        { name = ""..Config.Jobname.." CafeClothing", coords =vec3(-586.29, -1049.79, 22.0),heading=273.37, minZ = 22.0, maxZ = 22.8, w = 1.0, h = 0.8, }
    }
}

PreviousInstallationNextCommon Issues

Last updated 3 months ago

🥙
😻