[PAID] [QB/ESX] m-Deliveries V2 - Multiple Locations - Real Animation - Level System

A script by m-Scripts

No reviews yet.
[PAID] [QB/ESX] m-Deliveries V2 - Multiple Locations - Real Animation - Level System main image

Full Description

:pushpin: About:

  • 0.00ms
  • Optimized
  • Many features
  • Level System
  • Payments depending on player levels
  • Payments for stops or only at the end of work
  • Protected Events
  • Real animations
  • Multiple locations
  • Compatible with target or showtext
  • Preconfigured KeySystem: qb/qs
  • Preconfigured EmoteMenu: dp/rp
  • Preconfigured Notify: qb/ox
  • Preconfigured HelpText: qb/ox
  • Preconfigured Inventory: qb/ox
  • Preconfigured Target: qb/ox
  • Preconfigured Fuel System: LegacyFuel/okokGasStation
  • Preconfigured Language: en/pt

:pushpin: Config:

Config = {}

----
-- Settings
----
Config.CoreName = 'qb-core' -- The folder name for your qb-core resources.
Config.StartJob = vector3(78.57, 111.86, 81.17) -- The starting location for the job.
Config.PedStart = "a_m_m_farmer_01" -- The pedestrian model at the job start location.
Config.Display = "target" -- The display mode for job markers: "target" or "showText".
Config.KeySystem = "qb" -- The key system used: "qb" or "qs".
Config.FuelSystem = "LegacyFuel" -- The fuel system used: "LegacyFuel" or "okokGasStation".
Config.Target = "qb" -- The target system used: "qb" or "ox".
Config.Notify = "qb" -- The notification system used: "qb" or "ox".
Config.Inventory = "qb" -- The inventory system used: "qb" or "ox".
Config.EmoteMenu = "rp" -- The emote menu system used: "dp" or "rp".
Config.HelpText = "qb" -- The help text system used: "qb" or "ox".
Config.Vehicle = "boxville2" -- The vehicle model for deliveries
Config.MaxDeliveries = 10 -- The maximum number of stops for deliveries.
Config.Language = "en" -- The language used: "en" or "pt".
Config.Blip = { name = "Deliveries", sprite = 408, colour = 5, scale = 1.0 } -- Blip settings for the delivery points.
Config.PedModels = { -- List of possible pedestrian models for delivering boxes.
    "a_m_m_farmer_01",
    "a_m_m_acult_01",
    "a_m_m_afriamer_01",
}

----
-- Payments
----
Config.PaymentByStep = true -- If true, the player receives payment for each delivery.
Config.StepPayment = { min = 10, max = 20 } -- Minimum and maximum cash the player receives per delivery.
Config.FinalPayment = { min = 20, max = 30 } -- Payment when the player stops working (total deliveries * value).

----
-- Experience
----
Config.ExpByStep = true -- If true, the player receives experience for each delivery.
Config.ExpValue = { min = 1, max = 2 } -- Minimum and maximum experience points the player receives per delivery.
Config.FinalExperience = { min = 1, max = 2 } -- Experience points when the player stops working (total deliveries * value).


-- Exp = Experience player need to obtain the multiplier
-- Multiplier = Is the amount of cash x that number
Config.ExperiencePayment = {
    [1] = { exp = 0, multiplier = 0.2, level = "1" },
    [2] = { exp = 150, multiplier = 0.3, level = "2" },
    [3] = { exp = 350, multiplier = 0.4, level = "3" },
    [4] = { exp = 500, multiplier = 0.5, level = "4" },
    [5] = { exp = 850, multiplier = 0.6, level = "5" },
    -- You can add more levels
}

----
-- Vehicle
----
Config.Vehicle = {
    spawnCoords = {
        [1] = { coords = vector3(62.37, 126.12, 79.21), heading = 155.04 },
        [2] = { coords = vector3(65.71, 124.47, 79.16), heading = 155.04 },
        [3] = { coords = vector3(70.04, 122.60, 79.17), heading = 155.04 },
        [4] = { coords = vector3(73.73, 120.97, 79.19), heading = 155.04 },
    }
}

----
-- Locations
----
Config.Locations = {
    [1] = vector3(206.52, -85.84, 69.38),
    [2] = vector3(89.04, -222.28, 54.64),
    [3] = vector3(-96.74, 42.91, 71.66),
    [4] = vector3(-197.08, 139.63, 70.15),
    [5] = vector3(-281.67, -63.9, 49.37),
    [6] = vector3(-212.92, -40.52, 50.05),
    [7] = vector3(-119.89, -74.36, 56.3),
    [8] = vector3(-5.83, -74.7, 61.52),
    [9] = vector3(173.11, -26.34, 68.35),
    [10] = vector3(175.53, -226.66, 54.18),
    [11] = vector3(5.96, -9.16, 70.12),
    [12] = vector3(3.45, 36.78, 71.53),
    [13] = vector3(-60.4, 24.82, 72.23),
    [14] = vector3(-348.15, 143.04, 66.7),
    [15] = vector3(-725.08, 124.14, 56.57),
}

:pushpin: Useful links:

| Buy QBCore: Click Here
| Buy ESX: Click Here
| Documentation: Click Here
| Preview: Click Here

| Code is accessible | NO, Only configs|
| Subscription-based | No |
| Lines (approximately) | ~650|
| Requirements | Server Build 2699 |
| Support | Yes |

Config Merger
Have you tried Config Merger? Merge your configs easily