[FREE][QBCORE]md-treasure

This is a script that I basically gutted qb-diving and turned it into a treasure hunting script! all the chests are in the ocean spread around the map at 14 spots.
This script also utilizes emails to bring rp to your city by having a ped where you can choose what items and amount to bring them so you can make people have to run around businesses to find all the chests.

I always loved the idea of qb-diving but have never seen it used a lot so figured I would put some flare to it. Very basic and easy script. May update it with new features when im not lazy.

Code is accessible Yes
Subscription-based Yes
Lines (approximately) 2000
Requirements qb-core, polyzone
Support Yes

(For releases without code the not applicable fields can be written as N/A)

4 Likes

I’m gonna try this.

I did the same, gutted diving and made a recovery type script for divers to go recover “crashed” helicopters under the water for scrap metal etc.

I love the idea for crashed helicopters!

Thank you for this awesome source. However, i have suggestion for you.
There is no need of creating 14 clientevents, if they are the same and only one difference is chest name.
I suggest you to use

TriggerClientEvent(“md-treasure:client:getlocation”, src, “chestthree”)
instead of
TriggerClientEvent(“md-treasure:client:getlocationthree”, src)

and

RegisterNetEvent(“md-treasure:client:getlocationthree”)
AddEventHandler(“md-treasure:client:getlocationthree”, function()
replace with
RegisterNetEvent(“md-treasure:client:getlocation”, function(data)