Luiiis
4
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},
}
``
`