Grand Theft Auto V
0 of 0

File information

Last updated

Original upload

Created by

Hiype

Uploaded by

Hiype

Virus scan

Safe to use

Tags for this mod

About this mod

Car delivery script for QBCore based FiveM servers. Steal cars, get in chases and earn some money.

Requirements
Permissions and credits
Donations
FiveM car delivery script (Rewrite)
Note: I made a rewrite on April 29, 2022, but since then my Lua coding skills have improved a lot and looking at this code...it really needs another rewrite because some parts of the code are still quite bad. If anyone wishes to make a rewrite please do so! But I believe my working days on this script are over. I will be moving on to new scripts, see you there :)


FiveM resource for servers with QBCore Framework.

Start a mission for a car delivery, steal the car, drive it to the destination, profit.

📽️⬇️ Check the video below! 📽️⬇️


Features

- Pay-out based on vehicle condition (Engine, Body, Rank)
- Very configurable
- Cooldown between each taken job
- Possible cop car chase when the car is stolen
- Rank system with better cars spawning the more xp you get
- Chat commands for checking current level
- Admin rank editing options
- Level up and level down notifications
- Vehicles deleted more seamlessly
- Uses qb-target and polyzone

Requirements

- QBCore framework

Setup

1. Download or clone this repository inside your resources folder
2. Remove the "-main" part from folder name
3. Add a line to your server.cfg file -> ensure hiype-cardelivery
4. Add a line inside [qb] -> qb-core -> server -> player.lua

PlayerData.metadata['cardeliveryxp'] = PlayerData.metadata['cardeliveryxp'] or 0
      An example image can be found at the bottom of this section.

5. If your server is running, remember to either restart your server or do /refresh and also /start hiype-cardelivery



Instructions

To start the job, go to the location seen on the map below.



Once there, go next to the NPC and use third eye (left alt) to start the job. You will receive a message about the vehicle you need to steal.



Follow the objective, use any lockpick to open the car and hotwire if necessary.
Drive to the destination. Beware, if the car is destroyed, job will fail!
Once you arrive at the destination, stop the car inside the objective blip on mini map. Job will finish and you will get paid depending on distance driven and condition of the car.

Config and translation info

Head to the wiki page for detailed explanation on each variable