Esx_p_lab_heist

Humane Labs Heist

  • You need to steal prototype cars from humane labs

  • You can decide cars

  • You need TNT item to blow up doors

  • You need to hack computer to get password (minigame is not included but you can easily add one)

  • You need to insert password correctly to open up the garage

  • You need to deliver the cars to point (that you can select) to earn money (you can choose if blackmoney or cash and amounts)

Requirements

  • ESX

  • You know how to add 1 item to database (sql file is not included)

Notes

  • This don’t come with config file - Everything you want to edit is at the top of the files properly documented

  • Item that you need to insert to database is: tnt. Mysql query below:

INSERT INTO `items` (`name`, `label`) VALUES
	('tnt', 'TNT')
;

Youtube teaser: https://www.youtube.com/watch?v=J1DUfldIqq4
Youtube video: https://youtu.be/CFjbXMFPr08
Tebex link https://pamppa.tebex.io/package/4410420 - 15€

humane

Why not just include the SQL file? XD

1 Like

Selling a script and not even sql file?

You cant add one item by yourself? :smiley:

Obviously I can haha. Not sure why you are being triggered? Just add the SQL file. It’s literally 1 line.

people are just lazy lol… looks good dude keep up the good work

I did not add the sql file because there are different esx versions with limit or weight system. And this script works with both of them.

Here is the mysql query added it to topic too.
INSERT INTO items (name, label) VALUES
(‘tnt’, ‘TNT’)
;