🍔 Drink/Fryer/Grill/Pack

The setup for all of these is very similar so ill explain it all together.

Progress Bar Langauge Modification

Config.DrinkLang = {
    drink_make = "Making a Drink..",
    complete = "You have made a Drink",
    missing = "You are missing ingredients!",
}

I have included default animations for you to use (In the emotes section you will be able to add your own)

To modify the global defaults you want to head to each respective section and change this config.

Config.DrinkAnims = { -- Default Drink Settings
    time = 4000,
    disableMovement = true,
	disableCarMovement = false,
	disableMouse = false,
	disableCombat = true,
    animDict = "mp_common",
	anim = "givetake1_a",
	flags = 8,
}

To add new crafting recipes you will need to modify the recipes section of each bit.

if you set basic_anim to true then it will use the global default, if you set it to a string it will use whatever you inputted from Config.CustomAnimations

Setup The Targetting Stations

For those not using the latest QB-Inventory you will need to modify the checks in HapticLib, relating to items to work with your inventory.

Last updated