ESX Uber deliveries

Hello Everyone.

I made this script that I want to share with everyone.

The idea behind this script is to add a “mini-job” to the game, to add more dynamism to your server.
The job can be accessed via the “/uberJob” command.

Requirements:
ESX_Job
ESX_Jobslisting
t0sic_loadingbar

How it works:

Just use the command “/uberJob” to get a new delivery
New locations can be added easily by modifying the config.lua file.
Payments or distances can be also modified.

How to install:
Just start the dependencies first. It’s very important to start the t0sic loading bar first.
Then, install the .sql file.
When everything is done, you can install the script.
Also from the .SQL file you should change the name to your name’s database in "USE tablename"

The script:
The script can be found here

Video:

Edit: If you would like some new feature, any improvement, or suggestion, please comment.
I’m thinking of adding “randomness” to the script and also having timers, giving some time limit

1 Like

thanks for using ks_hud

No problem :smiley:

In the sql file shouldnt it be USE ‘es_extended’ ? Just asking

USE ‘es_extended’ is just calling for the database name so if your database is named somthing else either delete the USE ‘es_extended’ line or rename the es_extended with whats you database name is

Should use your esx database name, sorry for not specifying it, I’m adding it to the topic. Thanks