myDustbin - with full ox_lib support [ESX/QB]

Welcome to myDustbin

With this script you can access every dustbin in the map and store items, weapons and money there - a great opportunity for RP!

Showcase Video:

Highlights:

  • Access every dustbin in the map (object support)

  • Get random loot from the Dustbins

  • Full support for ox_menu or NativeUI (Config.useOxLib)

  • Everything is saved in the database

  • Configurable reset timer

→ When a dustbin isn’t used for a certain amount of days it’s cleared

  • You can disable every option (f.e. items, weapons, money or black money)

  • As always: You can change everything and translations for english and german are pre-configured.

NativeUI Interface (optional)

OX Menu Interface (optional)

Regarding Escrow

We paid the highest attention to the opportunity that everybody can simply modify everything without any encryption.
For this matter we only escrowed one pretty small functions, which never have to be modified and can’t cause any problems into the escrow file. So I can promise 100% that you will not even notice this protection, when you aren’t willed to leak the script. If you encounter any problems through this, we’ll directly remove those functions from the escrow file or simply remove it entirely.

Code is accessible Yes (99% - see above)
Subscription-based No
Lines (approximately) 800
Requirements ox_lib or NativeUI
Support Yes

Price: 2.50€ + tax
Get the script at: https://shop.myscripts.eu/package/5898268

:heart: Feel free to check out some of our other scripts

1 Like

What is it for? Its basic thing with ox inventory

Hey,

we had a lot of users, who wnated especially the option to store something into objects → for dustbins or for storage boxes or for bags something like this.
Our main focus in this script is the NativeUI version, that’s what most users wanted. Ox_Menu support is only there, because I wanted to get some experience coding with ox.

That’s nothing too special - if you don’t think directly, that you need it, it’s probably nothing you’d need.
But I guess that dustbin and storage box items saved in the database with resets and so on, can offer great opportunities for Roleplay :slight_smile:

myDustbin - Update - 18.09.2023

  • Added the opportunity to get a random loot from the dustbin
Config.useRandomLoot = true
Config.RandomLoot = {
    {type = 'item', item = 'bread', label = 'Bread', amount = 1, percentage = 90},
    {type = 'item', item = 'water', amount = 1, label = 'Water', percentage = 50},
    {type = 'weapon', item = 'WEAPON_PISTOL', ammo = 255, label = 'Pistol', percentage = 50},
    {type = 'money', amount = math.random(1, 100), percentage = 50},
    {type = 'black_money', amount = math.random(1, 100), percentage = 50},
}
``
`