FiveM lua script that allows players to search dumpsters all around the map.
- Download the repository
- Put the
fnbar-dumpstersfolder in your resources directory - Add
ensure fnbar-dumpstersto your server config
| Resource | Description | Download |
|---|---|---|
| ox_lib | Used for the progressbar while searching dumpster. | https://github.com/overextended/ox_lib |
| ESX | Framework handling inventory items and money accounts. | https://github.com/esx-framework/esx_core |
| ox_target/qtarget | Resources that allow to target specific dumpster entity and interact with it. | https://github.com/overextended/qtarget https://github.com/overextended/ox_target |
- Highly configurable
- You can add/remove dumpster props, items and chances to get them
- Uses rarity system that is easy to manage
- Lightweight and well optimized
- Comes with 2 translations to choose from Polish/English, but you can easily add new one
In config file you can set bunch of things, like chances, language or search time.
To add new language simply go to locales.lua and add new language just like the other ones that are included. Then go to config.lua and change locale to the one you just made.