📙
SW-Scripts - FiveM
  • 👋Introduction
  • Scripts
    • 🐝Beekeeping
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • ðŸšēBike Rental
      • Changelog
    • ðŸīConsumables
      • Changelog
    • ðŸ“ĶDelivery Job
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • ðŸĪŋDiving
      • Items - QB
      • Items - OX
      • Changelog
    • ðŸŒŋDrugs
      • Items - QB
      • Items - OX
      • Shops
      • Changelog
    • ðŸ“ĐElection
      • SQL
      • Changelog
    • 🐄Farming
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🐟Fishing
      • Items - QB
      • Items - OX
      • Dispatch
      • Changelog
    • 👷Garbage Job
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • ðŸŠĶGrave Robbery
      • Items - QB
      • Items - OX
      • Shops
      • Dispatch
      • Changelog
    • 🎃Halloween
      • Items - QB
      • Items - OX
      • Changelog
    • ðŸđHunting
      • Items - QB
      • Items - OX
      • Inventory
      • Changelog
    • ðŸŠĻMining
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 💊Oxy Runs
      • Items - QB
      • Items - OX
      • Changelog
    • 🔧Scrapyard
      • Items - QB
      • Items - OX
      • Changelog
    • 🌍Treasure Hunting
      • Items - QB
      • Items - OX
      • Shops
      • SQL
      • Changelog
    • 🍷Vineyard
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
  • Business Scripts
    • ðŸđBahama Mamas
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • ☕Bean Machine
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • ðŸ”ĨBlack Lantern
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🍔BurgerShot
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • ðŸąCat Cafe
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🌟Galaxy Nightclub
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🐔Hen House
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🍔Hornys Burger
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🐟Koi Seafood
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🚂Last Train
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🌕Nocturnal Nightclub
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🐟Pearls Seafood
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🍕Pizza This
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • ðŸĶĒPond Cafe
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • ðŸĶPops Diner
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • ðŸļTequi-La-La
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🍔Up-N-Atom
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • ðŸĶ„Vanilla Unicorn
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🍚Yellowjack Inn
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
Powered by GitBook
On this page
  1. Business Scripts
  2. Hornys Burger

Items - OX

Add these into your items list e.g. ox_inventory/data/items.lua

-- Horny Burger
['baconhorn']               = { label = 'Bacon Hornburger',             weight = 500, stack = true, close = true, client = { image = 'baconhorn.png' },             description = 'Horny Burger signature cheeseburger with bacon' },
['chickenhorn']             = { label = 'Chicken Hornburger',           weight = 500, stack = true, close = true, client = { image = 'chickenhorn.png' },           description = 'Horny Burger signature chicken burger' },
['chickenfajita']           = { label = 'Chicken Fajita',               weight = 200, stack = true, close = true, client = { image = 'chickenfajita.png' },         description = 'Fajita loaded with chicken' },
['doublechickenhorn']       = { label = 'Double Chicken Hornburger',    weight = 500, stack = true, close = true, client = { image = 'doublechickenhorn.png' },     description = 'Horny Burger signature double chicken burger' },
['doublehorn']              = { label = 'Double Hornburger',            weight = 500, stack = true, close = true, client = { image = 'doublehorn.png' },            description = 'Horny Burger signature double cheeseburger' },
['hornburger']              = { label = 'Hornburger',                   weight = 500, stack = true, close = true, client = { image = 'hornburger.png' },            description = 'Horny Burger signature cheeseburger' },
['hornyfries']              = { label = 'Horny Fries',                  weight = 200, stack = true, close = true, client = { image = 'hornyfries.png' },            description = 'Horny Burger signature fries' },
['hornypoppers']            = { label = 'Horny Poppers',                weight = 200, stack = true, close = true, client = { image = 'hornypoppers.png' },          description = 'Horny Burger signature poppers' },
['hornysbreakfast']         = { label = 'Hornys Breakfast',             weight = 500, stack = true, close = true, client = { image = 'hornysbreakfast.png' },       description = 'Horny Burger signature breakfast' },
['hunksohen']               = { label = 'Hunk o Hen',                   weight = 200, stack = true, close = true, client = { image = 'hunksohen.png' },             description = 'Horny Burger signature chicken nuggets' },
['meteorite']               = { label = 'Meteorite',                    weight = 200, stack = true, close = true, client = { image = 'meteorite.png' },             description = 'Meteorite Ice Cream' },
['orangotang']              = { label = 'Orang-O-Tang',                 weight = 200, stack = true, close = true, client = { image = 'orangotang.png' },            description = 'Orang-O-Tang Ice Cream' },
['picklehorn']              = { label = 'Pickle Hornburger',            weight = 500, stack = true, close = true, client = { image = 'picklehorn.png' },            description = 'Horny Burger signature cheeseburger with pickles' },
['triplechickenhorn']       = { label = 'Triple Chicken Hornburger',    weight = 500, stack = true, close = true, client = { image = 'triplechickenhorn.png' },     description = 'Horny Burger signature triple chicken burger' },
['triplehorn']              = { label = 'Triple Hornburger',            weight = 500, stack = true, close = true, client = { image = 'triplehorn.png' },            description = 'Horny Burger signature triple cheeseburger' },
['hornysmenu']              = { label = 'Horny Burger Menu',            weight = 100, stack = true, close = true, client = { image = 'menu.png' },                  description = 'Menu for the Horny Burger chain' },

-- Farming
['bacon']                   = { label = 'Bacon',                        weight = 100, stack = true, close = true, client = { image = 'bacon.png' },                 description = 'Little slice of Kevin' },
['beef']                    = { label = 'Beef',                         weight = 500, stack = false, close = false, client = { image = 'beef.png' },                description = 'A slab of raw beef' },
['bread']                   = { label = 'Bread',                        weight = 200, stack = true, close = true, client = { image = 'bread.png' },                 description = 'The staple of humanity' },
['cheddar']                 = { label = 'Cheddar Slice',                weight = 100, stack = true, close = true, client = { image = 'cheddar.png' },               description = 'Slice of Cheese' },
['chicken']                 = { label = 'Chicken',                      weight = 500, stack = false, close = false, client = { image = 'chicken.png' },             description = 'A raw chicken' },
['cocoabean']               = { label = 'Cocoa Bean',                   weight = 100, stack = false, close = false, client = { image = 'cocoabean.png' },           description = 'Signature ingredient of chocolate' },
['cucumber']                = { label = 'Cucumber',                     weight = 100, stack = true, close = true, client = { image = 'cucumber.png' },              description = 'A creeping vine plant common in salads' },
['egg']                     = { label = 'Egg',                          weight = 100, stack = false, close = false, client = { image = 'egg.png' },                 description = 'Free range of course!' },
['lettuce']                 = { label = 'Lettuce',                      weight = 100, stack = true, close = true, client = { image = 'lettuce.png' },               description = 'Perfect for burger topping... or Rabbits' },
['milk']                    = { label = 'Milk',                         weight = 300, stack = true, close = true, client = { image = 'milk.png' },                  description = 'Glass bottle of milk!' },
['orange']                  = { label = 'Orange',                       weight = 100, stack = true, close = true, client = { image = 'orange.png' },                description = 'What came first - the fruit or the colour?' },
['pepper']                  = { label = 'Pepper',                       weight = 100, stack = true, close = true, client = { image = 'pepper.png' },                description = 'Surprisingly good raw!' },
['potato']                  = { label = 'Potato',                       weight = 100, stack = false, close = false, client = { image = 'potato.png' },              description = 'An Irish staple' },
['tomato']                  = { label = 'Tomato',                       weight = 100, stack = true, close = true, client = { image = 'tomato.png' },                description = 'A fruit. Not a vegetable.' },

-- Soft Drinks
['coffee']                  = { label = 'Coffee',                       weight = 200, stack = true, close = true, client = { image = 'coffee.png' },                description = 'Pump 4 Caffeine' },
['ecola']                   = { label = 'eCola',                        weight = 100, stack = true, close = true, client = { image = 'ecola.png' },                 description = 'Full fat cola beverage' },
['ecolalight']              = { label = 'eCola Light',                  weight = 100, stack = true, close = true, client = { image = 'ecolalight.png' },            description = 'Sugar free cola beverage' },
['sprunk']                  = { label = 'Sprunk',                       weight = 100, stack = true, close = true, client = { image = 'sprunk.png' },                description = 'Full fat lemonade beverage' },
['sprunklight']             = { label = 'Sprunk Light',                 weight = 100, stack = true, close = true, client = { image = 'sprunklight.png' },           description = 'Sugar free lemonade beverage' },
['water']                   = { label = 'Water',                        weight = 500, stack = true, close = true, client = { image = 'water.png' },                 description = 'The source of all life!' },
PreviousItems - QBNextJobs - QB

Last updated 16 hours ago

🍔