For QBCore version check the qbcore branch.
- Randomly generated treasure within a pre-defined area
- Infinitely re-generating treasure
- Multiplayer support
- Items found come in your inventory
A new area will be marked on the map
- Go to the marked area
- Use the detector item
- Walk around while paying attention to the scanner
- Locate and dig out treasure
You have to find a way to give players the detector item, it is the easiest to just add it to one of your stores but thats up to you.
Optional:
- r3_pawnshop to sell items
cd resources
git clone https://github.com/r3ps4J/r3_pawnshop
- Download this resource and put it in your resources folder.
- Add this to your
server.cfg
:
ensure r3_pawnshop
- Import the sql file into your database
This resource was made from glitchdetectors example handler.
If you want to contact me or require help you could join my discord server, I can't guarantee that I will be able to help you.
I'll paste something regarding a license down here. Any changes to this script should link back to me. You can always make a pull request if you have good extra stuff.
r3_prospecting - Prospecting handler for ESX.
Copyright (C) 2020 r3ps4J
This program Is free software: you can redistribute it And/Or modify it under the terms Of the GNU General Public License As published by the Free Software Foundation, either version 3 Of the License, Or (at your option) any later version.
This program Is distributed In the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty Of MERCHANTABILITY Or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License For more details.
You should have received a copy Of the GNU General Public License along with this program. If Not, see http://www.gnu.org/licenses/.