Code Monkey home page Code Monkey logo

rvigneron's Introduction


winemaking job - Legacy x OX

A winemaking job made for you!
Discord RexTon · ESX Discord · ESX Documentation

About The Project

Hello, this is a simple looking winemaking job. I've tried to keep the code as simple as possible, but if you have any recommendations, send me a private message or make a pull request.

Getting Started

Installation :

  1. You must have an artifact greater than or equal to 6116 ! (https://runtime.fivem.net/artifacts/fivem/)
  2. Import the sql into your database.
  3. Check that the config.lua is in order
  4. Start the resource in the server.cfg
     ensure rVigneron
  5. Launch your server and enjoy.

Disclaimer

I could help to make this job work without ox_inventory. But for other changes (including major ones) I could not help you.

Do not try to take over this work and sell it.

Add item in ox_inventory

  1. Go to [ox]/ox_inventory/data/items.lua
  2. Here are the items you need by default for the job
  ['water'] = {
    label = 'Water',
    weight = 500,
    client = {
      status = { thirst = 200000 },
      anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
      prop = { model = `prop_ld_flow_bottle`, pos = vec3(0.03, 0.03, 0.02), rot = vec3(0.0, 0.0, -1.5) },
      usetime = 2500,
      cancel = true,
      notification = 'You drank some refreshing water'
    }
  },

  ["grape"] = {
    label = "Grape",
    weight = 250,
    stack = true,
    close = true,
  },

  ["wineyeast"] = {
    label = "wine-making yeast",
    weight = 150,
    stack = true,
    close = true,
  },

  ["wine"] = {
    label = "Vin",
    weight = 500,
    stack = true,
    close = true,
  },
  1. Just restart ox_inventory and try!

Contact

WirzRexton - (https://discord.gg/v8nrrJd4Zw)

rvigneron's People

Contributors

wirzrexton avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.