11.2.2025
Updates v1.9.0
The
items.lua
file is now fully integrated into the inventory script!Don’t worry—the script will automatically transfer all your old items to the new
items.lua
file.
Fixed an issue where dropped weapons and money sometimes couldn’t be picked up.
Added the
config.removeDecayableItemWhenInventoryCreated
option. When enabled, if a decayed item (with zero durability) exists when the inventory is created, it will be automatically removed.Added the
GetSecondaryInventoryItems
andSetMaxWeight
exports.
Note: The inventory setup for ESX and QB has been simplified. As you transition to this new version, please review the docs and adjust your ESX and QB configurations to align with the new system.
modified: client/ammo.lua
modified: client/client.lua
modified: client/dropWhenDie.lua
modified: client/metaData.js
modified: client/useItem.lua
modified: configs/config.lua
modified: configs/configDecayableItems.lua
modified: fxmanifest.lua
modified: server/FWFunctions.lua
modified: server/commands.lua
modified: server/control.lua
modified: server/convert.lua
modified: server/craft.lua
modified: server/dropWhenDie.lua
modified: server/editable.lua
modified: server/server.lua
modified: server/utils.lua
modified: server/webhooks.lua
modified: shared/shared.lua
+new: items/
+new: shared/itemList.lua
Last updated