Git Product home page Git Product logo

don-forklift's Introduction

don-forklift

Warehousing script for QBCore

Dependencies

Preview

Features

  • Optimised Code, running at 0.0ms at rest and peaking at 0.2ms whilst using QBTarget, 0.6ms whilst using DrawText
  • Can be used for a specific job (set in the config) or for anyone as an activity
  • Can be configured for multiple warehouses (set in the config) ~ Currently only 1 is configured
  • Earn Bonus Money for completing the job without damaging the pallets
  • A percantage of money earned through deliveries is sent to the business society

Job (qb-core/shared/jobs.lua)

  • Make sure to add below, or a similar version of, if using Config.RequiresJob.
	["logistics"] = { 
        label = "East Coast Inc.",
        defaultDuty = false,
		offDutyPay = false,
		bossmenu = vector3(152.45, -3105.86, 5.9),
        grades = {
            ['0'] = {
                name = "Trainee",
                payment = 1700
            },
            ['1'] = {
                name = "Storeman",
                payment = 1900
            },
            ['2'] = {
                name = "Labourer",
                payment = 1950
            },
            ['3'] = {
                name = "Team Leader",
                payment = 2000
            },
            ['4'] = {
                name = "Manager",
                payment = 2050
            },
            ['5'] = {
                name = "Delivery Driver",
                payment = 2100
			},	
            ['6'] = {
                name = "Truck Driver",
                payment = 2100
            },
            ['7'] = {
                name = "Foreman",
                payment = 2450
            },
            ['8'] = {
                name = "Owner",
				isboss = true,
                payment = 2800
            },
        },   
    },

Job Locations

  • For the Warehouse used in the preview:

  • Warehouse

  • Keep in mind this is an expensive MLO and this newest update means you can change and add locations very easily.

Support

This is not a QBCore script nor is it maintained by them, please refer to my discord for any issues!

Changelog

  • v1.1.1 - Added Blips to the pickup vehicle, and fixed the issue with Config.RequiresJob blips.
  • v1.1.0 - Started Changelog like a noob // Huge Update, now supports multiple warehouses, QBTarget and is much more optimised.

don-forklift's People

Contributors

donhulieo 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.