⚠️ Common Issues

Below are frequently encountered problems while using FT Business Scripts, along with clear solutions.


📦 Item Not Showing in Inventory After Adding to Config

After adding new items to your config, they don’t appear in-game.

✅ Solution: You must refresh or reinstall the SQL table to recognize new items.


🖼️ Images Not Showing in Inventory

Item images are missing in shop NUI.

✅ Solution: Check your image path in the config. It must match the inventory resource path:

Images = 'nui://inventory/html/images/'

Also, make sure the image file name exactly matches the item name (e.g., burger.png for burger).


🗺️ Business Not Interactable

You see no interaction point or blip.

✅ Solution: Check your F8 console for errors. This usually means there’s a misconfiguration in your config.lua – likely a typo or invalid coordinate.


Last updated