Giter Site home page Giter Site logo

don-forklift's Introduction

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

CC BY-NC-SA 4.0

don-forklift

Warehousing script for QBCore

Dependencies

Features

  • Easily configurable locations and highly optimised
  • Locked to a job and has automatic duty cycles
  • 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, in your shared otherwise the job will not work.
	["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

All job locations are in the config, change these to your own MLO or use Ultrunz and Benz Warehouse, link below:

Preview

Discord

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.