Skip to content

Vape / Stress Reduce Resource for Overextended Resources

Notifications You must be signed in to change notification settings

Morningstar-Productions/mp-vape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mp-vape

Vape / Stress Reduce Resource for Overextended Resources

Installation

  • Copy/Paste Images into ox_inventory/web/images or Drag and Drop
  • Put this into your ox_inventory/data/items.lua
    ["vape"] = {
        label = "Vape",
        weight = 250,
        stack = false,
        degrade = 20160,
        decay = false,
        description = "For the kids who think clouds are cool.",
        consume = 0,
        server = { export = 'randol_vape.useVape' },
        client = { image = "vape.png" },
        dropModel = `ba_prop_battle_vape_01`
    },

    ["vapejuice"] = {
        label = "Vape Juice",
        weight = 10,
        close = true,
        description = "100ml Vape Juice.",
        client = { image = "vapejuice.png" },
        dropModel = `brum_watermelon_elfbar`
    },

About

Vape / Stress Reduce Resource for Overextended Resources

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages