βFAQ / Troubleshooting
Q: Why canβt I craft anything at the station? A: Make sure you have enough required materials. Also verify that the itemβs
requirements
match your frameworkβs item names.Q: The blip/marker wonβt show up! A: Ensure
blip.enable
and/ormarker.enable
are both set totrue
. Double-check your station coordinates.Q: My server uses ESX but the script loads as QBCore. A: Verify
Config.Framework = "auto"
or explicitly set it to"esx"
. Also confirmes_extended
is actually running.Q: How do I add more items or stations? A: Simply duplicate the existing pattern in
Config.CraftingStations
or add new entries to theitems
list.
Last updated