This script is designed to be a replacement for QB-Shops, making shops work perfectly with QB-Menu, QB-Input and QB-Target Self explanatory, it's just qb-shops but qb-menu based.
Everything needed is in Config.lua and its essentially the same as qb-shop's config.
- Support for shop logos at the top of the menu
- Supports items that require jobs
- Supports Gun License being required
- Support for openning shops externally
You can easily add the event for default inventory shops to open through my script instead.
For example -
Simply change the event name:
TriggerServerEvent("inventory:server:OpenInventory", "shop", "mine", Config.Items)
To this:
TriggerServerEvent("jim-shops:ShopOpen", "shop", "mine", Config.Items)