QB Core Items
Step 1.
Note
- qb-core/shared/items.lua - (End of Script)
gg_towing_tablet = { name = 'gg_towing_tablet', label = 'Towing Tablet', weight = 1000, type = 'item', image = 'gg_towing_tablet.png', unique = true, useable = true, shouldClose = true, description = 'Towing Work Tablet, used to access towing jobs.' },
gg_towing_remote = { name = 'gg_towing_remote', label = 'Towing Remote', weight = 1000, type = 'item', image = 'gg_towing_remote.png', unique = true, useable = true, shouldClose = true, description = 'Towing Remote, used to operate tow bed.' },
gg_tow_rope = { name = 'gg_tow_rope', label = 'Towing Rope', weight = 1000, type = 'item', image = 'gg_tow_rope.png', unique = true, useable = true, shouldClose = true, description = 'Used when vehicles are stuck on towing contracts.' },
gg_tow_coolant = { name = 'gg_tow_coolant', label = 'Vehicle Coolant', weight = 5000, type = 'item', image = 'gg_tow_coolant.png', unique = false, useable = true, shouldClose = true, description = 'Used when vehicles are broke down on towing contracts.' },
gg_tow_gascan = { name = 'gg_tow_gascan', label = 'Vehicle Gasoline', weight = 5000, type = 'item', image = 'gg_tow_gascan.png', unique = false, useable = true, shouldClose = true, description = 'Used when vehicles are broke down on towing contracts.' },
gg_tow_oiljug = { name = 'gg_tow_oiljug', label = 'Vehicle Oil', weight = 5000, type = 'item', image = 'gg_tow_oiljug.png', unique = false, useable = true, shouldClose = true, description = 'Used when vehicles are broke down on towing contracts.' },
gg_tow_tire = { name = 'gg_tow_tire', label = 'Vehicle Tire', weight = 5000, type = 'item', image = 'gg_tow_tire.png', unique = false, useable = true, shouldClose = true, description = 'Used when vehicles are broke down on towing contracts.' },
Step 2.
Note
2. Add Images from gg_towjob/!SETUP/IMAGES into your inventory
Ask in the Discord with your script name, framework, and the exact error.

