Stevo Scripts
  • Stevo Scripts
  • stevo lib
    • 📚stevo_lib
      • Functions
        • Client Functions
        • Server Functions
      • Businesses
        • Logs
        • Server Functions
      • Skills
        • Server Functions
  • PAID SCRIPTS
    • 🔫stevo_claiming
      • Installation
      • Dependencies
    • 🚗stevo_dmv
      • Installation
        • Items
      • Dependencies
      • Exports
    • 👮stevo_police
      • Installation
      • Exports
      • Dependencies
    • 🔓stevo_prison
      • Installation
        • Items
      • Dependencies
      • Config
      • Exports
    • 💰stevo_supporter
    • 🚠stevo_vendors
      • Installation
      • Configuration
      • Dependencies
    • 🏢stevo_dealerships
      • Installation
      • Dependencies
      • Adding Vehicles
  • FREE SCRIPTS
    • 📦stevo_cayocrates
      • Installation
      • Dependencies
    • 🪓stevo_chopshop
      • Installation
      • Dependencies
    • 🛂stevo_citizenship
      • Installation
      • Dependencies
    • 🌱stevo_drugsell
      • Installation
      • Dependencies
    • 📋stevo_feedback
      • Installation
      • Dependencies
    • 🍎stevo_fruitpicking
      • Installation
        • Items
      • Dependencies
    • 👮‍♀️stevo_policebadge
      • Installation
        • Items
      • Dependencies
    • 🛠️stevo_portablecrafting
      • Installation
        • Items
      • Dependencies
    • 🧼stevo_portablemoneywash
      • Installation
        • Items
      • Dependencies
    • 🚔stevo_jobgarages
      • Installation
      • Dependencies
    • 👻stevo_trickortreat
      • Installation
        • Items
      • Dependencies
    • 🍇stevo_advancedvineyard
      • Installation
        • Items
      • Dependencies
    • 🚨stevo_reports
      • Installation
      • Dependencies
    • 🧹stevo_communityservice
      • Installation
      • Dependencies
Powered by GitBook
On this page
  1. FREE SCRIPTS
  2. stevo_advancedvineyard
  3. Installation

Items

Installation guide for stevo_advancedvineyard

['whitegrape'] = {
    label = 'White Grape',
    weight = 10,
    stack = true,
},
['redgrape'] = {
    label = 'Red Grape',
    weight = 10,
   stack = true,
},
['redwinebottle'] = {
    label = 'Red Whine',
    weight = 10,
    stack = true,
},
['whitewinebottle'] = {
    label = 'White Wine',
    weight = 10,
    stack = true,
},
['emptywinebottle'] = {
    label = 'Empty Wine Bottle',
    weight = 10,
    stack = true,
},
['whitegrape'] = {
    ['name'] = 'whitegrape',
    ['label'] = 'White Grape',
    ['weight'] = 10,
    ['type'] = 'item',
    ['image'] = 'whitegrape.png',
    ['unique'] = false,
    ['useable'] = false,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['description'] = "A fresh white grape ready for winemaking.",
},

['redgrape'] = {
    ['name'] = 'redgrape',
    ['label'] = 'Red Grape',
    ['weight'] = 10,
    ['type'] = 'item',
    ['image'] = 'redgrape.png',
    ['unique'] = false,
    ['useable'] = false,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['description'] = "A fresh red grape perfect for making wine.",
},

['redwinebottle'] = {
    ['name'] = 'redwinebottle',
    ['label'] = 'Red Wine',
    ['weight'] = 10,
    ['type'] = 'item',
    ['image'] = 'redwinebottle.png',
    ['unique'] = false,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['description'] = "A bottle of rich red wine.",
},

['whitewinebottle'] = {
    ['name'] = 'whitewinebottle',
    ['label'] = 'White Wine',
    ['weight'] = 10,
    ['type'] = 'item',
    ['image'] = 'whitewinebottle.png',
    ['unique'] = false,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['description'] = "A bottle of crisp white wine.",
},

['emptywinebottle'] = {
    ['name'] = 'emptywinebottle',
    ['label'] = 'Empty Wine Bottle',
    ['weight'] = 10,
    ['type'] = 'item',
    ['image'] = 'emptywinebottle.png',
    ['unique'] = false,
    ['useable'] = false,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['description'] = "An empty bottle ready for a fresh batch of wine.",
}
PreviousInstallationNextDependencies

Last updated 6 months ago

🍇