OX Inventory Items
Step 1.
Note
- ox_inventory/shared/items.lua - (End of Script)
["gg_towing_tablet"] = {
label = "Towing Tablet",
weight = 1000,
stack = false,
close = true,
description = "Towing Work Tablet, used to access towing jobs.",
},
["gg_towing_remote"] = {
label = "Towing Remote",
weight = 1000,
stack = false,
close = true,
description = "Towing Remote, used to operate tow bed.",
},
["gg_tow_rope"] = {
label = "Towing Rope",
weight = 1000,
stack = false,
close = true,
description = "Used when vehicles are stuck on towing contracts.",
},
["gg_tow_coolant"] = {
label = "Vehicle Coolant",
weight = 5000,
stack = true,
close = true,
description = "Used when vehicles are broke down on towing contracts.",
},
["gg_tow_gascan"] = {
label = "Vehicle Gasoline",
weight = 5000,
stack = true,
close = true,
description = "Used when vehicles are broke down on towing contracts.",
},
["gg_tow_oiljug"] = {
label = "Vehicle Oil",
weight = 5000,
stack = true,
close = true,
description = "Used when vehicles are broke down on towing contracts.",
},
["gg_tow_tire"] = {
label = "Vehicle Tire",
weight = 5000,
stack = true,
close = true,
description = "Used when vehicles are broke down on towing contracts.",
},
Step 2.
Note
2. Add Images from gg_towjob/!SETUP/IMAGES into ox_inventory/web/images
Ask in the Discord with your script name, framework, and the exact error.

