[QBCore] [ESX] [Paid] NoLag Storage Units

Introducing NoLag Storage Units 2.0

Unlock the power of efficient storage management with the NoLag Storage Units 2.0. This latest version has been completely rewritten for enhanced optimization and functionality, offering an unparalleled storage solution for FiveM. Tailored to meet the diverse needs of players, our script now comes with an array of new features and dependencies to streamline your in-game storage management experience.

:package: Features:

  • Fully Rewritten Code: Experience improved performance and functionality with our entirely optimized script.
  • Enhanced Configurability: An even more detailed and intuitive configuration allows you to customize the storage experience to your exact preferences.
  • Framework Support: Now open framework support by default including ESX, QBCore, and QBox, seamlessly integrating with your server setup.
  • In-Game Storage Creation: Players can now create storage spaces directly within the game, offering a seamless experience.
  • Police Raiding Feature: Introducing the ability for law enforcement to conduct raids on storages, adding a new layer of realism.
  • Comprehensive Storage Management Menu: Manage storages effortlessly with options to edit storage details, identify owners, lock storages, and check rental status, all in-game.
  • Flexible Interaction Options: Engage with storages using a keybind, with the option to disable the targeting system for a streamlined experience.
  • Expanded Customization: More options to tailor inventory settings, notifications, text UI, and logging to your needs.
  • Exclusive Support for ox_target: For those utilizing targeting systems, the script now exclusively supports ox_target with enhanced functionality.
  • Storage Transferability: Added the option for players to transfer storages among themselves, enhancing gameplay dynamics.
  • Customizable Storage Inventory Space: When creating storages, choose the inventory space to suit different needs.
  • Permanent Purchase Option: Introducing the ability to buy storage units permanently, ensuring lifetime access and use.

:link: Dependencies:

  • Core Libraries: ox_lib is now a crucial dependency, ensuring smooth operation across the board.
  • Database: oxmysql remains essential for data management.
  • Core Framework: Compatibility with qb-core, qbx_core, es_extended, and any other framework that you can configure.
  • Inventory Systems: Continues compatibility with ox_inventory, qb-inventory, chezza’s inventory and qs-inventory by default, and you can add more.
  • Targeting System: Exclusively supports ox_target for those choosing to use targeting.

:mag: Previews:

  • Video: Get a firsthand look at NoLag Storage Units in action with our Video Preview.

Ready to redefine storage management in your game? Purchase NoLag Storage Units Now!

Discord Server

Other resources:
Properties
Fakeplates
ATM Robbery

Code is accessible No
Subscription-based No
Lines (approximately) 3000+
Requirements Written above
Support Yes
4 Likes

not trying to be a douche, but there is a free alternative,
Re2team/qb-vault: fivem qbcore vault system (github.com)

1 Like

very good script, just purchased and works perfectly, thank you :slight_smile:

1 Like

I’m happy to hear that :smiley:
If you have any suggestions how to improve it I will love to hear them

1 Like

maybe some kind of repossession system? if a user fails to make X amount of payments within X amount of time the unit is put up for auction [back on sale essentially] where players can bid on that storage and its contents kind of like storage wars :stuck_out_tongue:

I will add it in the next update and I will also add support for ESX.
Thank you mate :smiling_face_with_three_hearts:

1 Like

awesome! look forward to the update

Its released :partying_face:

Added ESX Support [tested it only on esx legacy 1.8.5 (I don’t think it will work on older versions)]
Added ox_inventory support
Added chezza inventory (v4) support
Added Logging support in configs/server_customise_me.lua
Added Repossession system (If the player don’t have enough money when it tries to charge him it adds paymentfail and when these payment fails reach x it locks the storage [its configurable])
Added Rent days as option in Shared.Tiers
Organized config files [functions are moved in configs/server_customise_me.lua and configs/client_customise_me.lua]
Removed unused column from the sql

1 Like

you forgot to non-escrow the config :stuck_out_tongue:

nope, you forgot to non-escrow all of the configs ahahahaa

I’m stupid :sweat_smile:
Just uploaded fix

1 Like

getting this error when starting the script in tx admin console?

You need to reupload the sql or run this query:

ALTER TABLE `storages` ADD COLUMN IF NOT EXISTS `failed_payments` int(11) NOT NULL DEFAULT 0;
ALTER TABLE `storages` ADD COLUMN IF NOT EXISTS `next_payment_atempt` varchar(50) DEFAULT '0';
1 Like

have followed sql query and now get this error when trying to purchase a storage unit to rent, it takes the money and tells me I have the storage locker but when you select ‘storage’ from the target menu it comes up with the rent storage pop up

Download it again from keymaster and reupload only server/sv_main.lua

1 Like

fixed it thank you

i bought this, cause it said qb-inventory is a dependency, but it isnt setup for this…

I don’t understand what are you trying to say?

here it says “dependency: qb-inventory, ox-inventory,…” but in the config, only ox-inventory and cheeza inventory are working?

Set the framework to qb and make inventory ‘’ like this - Inventory = ‘’,