❔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