[PAID] [QB-QBX-ESX] Shutters System

any update to where the shutters close/open
automatically based on in game time

3 Likes

:closed_lock_with_key: UPDATE 1.1.7

  • Considerably optimized callbacks
  • Considerably optimized the code
  • Considerably improved the main code structure
  • Fixed exports and published in Docs
  • Temporarily removed webhooks
  • Cleaned up the config
  • Cleaned up translations
  • Removed the dependency and the SQL file
  • The keypad can now only be used by generating a model from the config (more methods will be implemented)
  • Created a new file in the config folder to add keypads
  • Added the ability to open multiple shutters from the keypad
  • Added the option to lock the shutters (can be disabled per shutter or globally)
  • Added an alarm sound when the shutter is opened by locking it
  • Fixed the script not clearing the model from the cache when restarting the script
  • Added the ability to Set a default shutter open
  • Temporarily removed support for 3D interactions
  • Now using ‘qb’ will also support qbox
  • Improved shutter synchronization (Now it’s more accurate)
  • Removed the timeout for full synchronization between players (I don’t think it’s necessary anymore)
  • Changed the ArtWork image to a slightly better one

Modified files:

  • ALL

  • Since the hack I suffered and the loss of backups, this is what I’ve managed to rebuild from scratch as quickly as possible, barely having any time. I’ll be updating as often as possible to bring more updates which will include the logs, more compatibility features, and more. Thanks for trusting me :heart_hands:

  • (The update was NOT tested using qb-inventory or qb-target; please open a ticket for any errors.)

3 Likes

SHUTTER SYSTEM Is now available in Source Available!!

3 Likes

AWESOME WORK! I will definitely buy it for my server :face_holding_back_tears:

1 Like

:closed_lock_with_key: UPDATE 1.1.8

  • Added DistanceOptimizer to the config. Allows you to skip the shutter animation while the player is very far away.
  • Slightly optimized some parts of the code.
  • Now uses require instead of lib.load to get the configuration.
  • Moved global functions to local ones in utils.lua.
  • Removed some unnecessary lines.
  • Fixed an occasional bug where shutters would load twice.
  • Fixed a bug that prevented the tool from being used correctly.

Modified files:

  • client :file_folder: / all
  • server :file_folder: / all
  • config :file_folder: / general.lua
  • config :file_folder: / locations.lua
  • fxmanifest.lua
1 Like

:closed_lock_with_key: UPDATE 1.1.9

  • Added support for tgiann-inventory. (Thanks to @nakhwa_.)
  • Removed support for qs-inventory.
  • Should now test correctly when using qb-target. (Thanks to @nakhwa_.)

Modified files:

  • client :file_folder: / all
  • fxmanifest.lua
1 Like

:closed_lock_with_key: SHUTTER SYSTEM UPDATE 1.2.0

  • Completely reprogrammed from scratch
  • Code significantly optimized
  • Number of lines reduced by 60%
  • Server callbacks are no longer used; state bags are used instead
  • Server calls are optimized due to the state bag
  • Configuration modified to be clearer and simpler
  • Many configurations have been removed as they can now be configured from the Shutter’s own configuration
  • Shutter movement logic has been improved
  • It is now possible to individually specify which shutters can be picked
  • The Job category in the shutter configuration now allows String and Table
  • Remotely using the shutter keys will now play a native sound instead of requiring manual addition as before
  • The ability to lower the remote’s stack has been removed to keep the code cleaner and simpler (it was only available in ox_inventory)
  • Some target compatibilities have been removed to maintain an efficient, clear, and simple structure Understanding
  • Permanently removed compatibility with quasar
  • Added tgiann_inventory compatibility to the config file
  • Improved locale structure
  • Updated shutter documentation
  • Added French locale
  • Added German locale
  • Added Japanese locale
  • Added Russian locale
  • Added Italian locale
  • Added Korean locale
  • Added Arabic locale
  • Samy loves you all

Modified files:

  • ALL
1 Like

Please … time based shutters

ex---- 9pm in game time = store closed
ex---- 9am in game time = store open