❔FAQ / Troubleshooting
Q: The script says it’s missing ESX or QBCore? A: Verify your framework resource is started before this script. If you’re certain you have ESX but it’s not detected, set
Config.Framework = "esx"
manually.Q: Items always cost the same, ignoring
{min, max}
. A: EnsureFinalizeItemPrices()
is called on server start (already inonResourceStart
). Also confirm your server console log for any errors.Q: No Discord message is sent on server startup. A: Make sure
Config.Discord.Webhook
is a valid webhook URL. Check console or F8 logs for HTTP or JSON errors.Q: Markers or blips aren’t showing in the world. A: Double-check
Config.Blips
andConfig.Marker
are set totrue
. Confirm the marker type, color, scale, and sprite are valid for your version of FiveM.Q: My items don’t appear in the UI or I get an error. A: Ensure each item category is structured correctly in
Config.ShopItems
. Typos or invalid price definitions can cause issues.
Last updated