Giter Club home page Giter Club logo

vehiclehandler's Introduction

Main Banner

Features:

➢ Tire loss on impact
➢ Reduces torque based on current health
➢ Prevents crazy handling from low fuel
➢ Disables vehicle after heavy collisions
➢ Disables controls while airborne/flipped
➢ Repair/Wash item integration (clean, tire, engine)

Dependencies:

ox_inventory:

    ["cleaningkit"] = {
        label = "Cleaning Kit",
        weight = 250,
        stack = true,
        close = true,
        description = "A microfiber cloth with some soap will let your car sparkle again!",
        client = {
            image = "cleaningkit.png",
        },
        server = {
            export = 'vehiclehandler.cleaningkit'
        }
    },

    ["tirekit"] = {
        label = "Tire Kit",
        weight = 250,
        stack = true,
        close = true,
        description = "A nice toolbox with stuff to repair your tire",
        client = {
            image = "tirekit.png",
        },
        server = {
            export = 'vehiclehandler.tirekit'
        }
    },

    ["repairkit"] = {
        label = "Repairkit",
        weight = 2500,
        stack = true,
        close = true,
        description = "A nice toolbox with stuff to repair your vehicle",
        client = {
            image = "repairkit.png",
        },
        server = {
            export = 'vehiclehandler.repairkit',
        }
    },

    ["advancedrepairkit"] = {
        label = "Advanced Repairkit",
        weight = 5000,
        stack = true,
        close = true,
        description = "A nice toolbox with stuff to repair your vehicle",
        client = {
            image = "advancedrepairkit.png",
        },
        server = {
            export = 'vehiclehandler.advancedrepairkit',
        }
    },

vehiclehandler's People

Contributors

quantummalice avatar iplayer1337fivem avatar

Stargazers

uyuyorum {um} avatar Venoden avatar aj avatar Bhraedain Teitgen avatar ThakkuGod avatar xViperAG avatar  avatar Javier avatar  avatar  avatar Coby.Hツ avatar  avatar Mundstock avatar Fred Ebho avatar Levi avatar Kira. avatar  avatar  avatar sierpek avatar Atikur Rahaman Santo avatar  avatar António Neves avatar CallMeJ avatar Yamada Taro avatar ViskCY avatar CFOUR avatar  avatar ᐯIᖇᑌᔕ avatar Marco avatar primis avatar Tizas avatar

Watchers

 avatar

vehiclehandler's Issues

Error on player join

SCRIPT ERROR: @vehiclehandler/modules/handler.lua:87: attempt to index a nil value (field 'private')
setSeat (@vehiclehandler/modules/handler.lua:87)
? (@vehiclehandler/client.lua:151)
fn (@ox_lib/init.lua:185)
set (@ox_lib/resource/cache/client.lua:7)
fn (@ox_lib/resource/cache/client.lua:41)

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.