You May NOT Repost This Script On ANY platform Without Our Written Consent To Do So. You May NOT Take This Script And Say The Contents Are Yours And You Made It.
1:Before Starting TJ-Fishing You Must Add The Items First, To Do So Go Into qb-core/shared/items.lua And Paste The Following
fishingrod = { name = 'fishingrod', label = 'Fishing Rod', weight = 100, type = 'item', image = 'fishingrod.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'A Simple Fishing Rod' },
rockfish = { name = 'rockfish', label = 'Rockfish', weight = 200, type = 'item', image = 'rockfish.png', unique = false, useable = true, shouldClose = true, description = '' },
bait_worms = { name = 'bait_worms', label = 'Worms', weight = 100, type = 'item', image = 'worms.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Fishing Bait' },