FAQ / Troubleshooting
Q: I placed the bag, but itβs invisible or uses the wrong prop. A: Check
Config.BagModel
. Ensure your server has that model available (e.g.,prop_big_bag_01
) and itβs spelled correctly.Q: My outfits arenβt saving. A: Confirm your MySQL table
bagoutfits
is created, and that your server can connect to your database. Check logs for any SQL errors.Q: How do I add more outfit slots? A: Set
Config.MaxOutfits
to a higher number, but be mindful of database size and potential clutter.Q: Iβm on QBCore, but the script keeps saying itβs ESX. A: Make sure your
Config.Framework
is set to"qbcore"
, and that the server finds the QBCore resource started before this script.Q: I enabled IlleniumAppearance, but the script isnβt working as expected. A: Make sure to clear your SQL databaseβand restart your server. IlleniumAppearance stores data completely differently, so if you enable it, you must clear your database and not just restart the script. Otherwise, conflicts will occur and the script wonβt function correctly.
Last updated