TD SMELTING
Furnace smelting for FiveM — ox_target, NUI, server-side queue
Players use ox_target on configured furnaces, pick a recipe in a browser UI, confirm, then wait on a real timer. Inputs are removed on the server when smelting starts; outputs are granted when they collect. Progress stays correct if they close and reopen the menu.
What you get
Editable per-furnace coords + recipe list in
config.lua(single-ingredient or multi-ingredient recipes)Inventory-aware UI (shows what they can smelt with ox_inventory)
Server queue per player / furnace — no client-trust smelting
Optional Discord webhook for start/collect logs (
s_config.lua)Config.Debugfor optional server console tracesconfig.luaands_config.lualeft editable
Framework
Built for Qbox/qbx_core
Requirements
ox_lib
ox_inventory
ox_target
qbx_core
Install
Add the folder to
resourcesAdjust furnaces / recipes in
config.lua, to your liking- Add webhook in
s_config.luaif used