πHow to Install
This page will give you a brief overlook on how to install this resource
Utilize this section if you have trouble installing the script
Step 1
Download the latest version of the script from your keymaster
Step 2
Put it in your server directory somewhere
Step 3
Add the following to your qb-core/shared/items.lua
--Fishing Items
--Articles
['anchor'] = {
['name'] = 'anchor',
['label'] = 'Anchor',
['weight'] = 50,
['type'] = 'item',
['image'] = 'np_anchor.png',
['unique'] = false,
['useable'] = false,
['shouldClose'] = false,
['combinable'] = nil,
['description'] = 'nil'
},
['fishinglockbox'] = {
['name'] = 'fishinglockbox',
['label'] = 'Lockbox',
['weight'] = 50,
['type'] = 'item',
['image'] = 'np_fishinglockbox.png',
['unique'] = false,
['useable'] = false,
['shouldClose'] = false,
['combinable'] = nil,
['description'] = 'insert shit here'
},
['fishingchest'] = {
['name'] = 'fishingchest',
['label'] = 'Treasure chest',
['weight'] = 50,
['type'] = 'item',
['image'] = 'np_fishingchest.png',
['unique'] = false,
['useable'] = false,
['shouldClose'] = false,
['combinable'] = nil,
['description'] = 'insert shit here'
},
['fishingtacklebox'] = {
['name'] = 'fishingtacklebox',
['label'] = 'Tackle box',
['weight'] = 50,
['type'] = 'item',
['image'] = 'np_fishingtacklebox.png',
['unique'] = false,
['useable'] = false,
['shouldClose'] = false,
['combinable'] = nil,
['description'] = 'insert shit here'
},
['fishingbait'] = {
['name'] = 'fishingbait',
['label'] = 'Bait',
['weight'] = 50,
['type'] = 'item',
['image'] = 'np_fishingbait.png',
['unique'] = false,
['useable'] = false,
['shouldClose'] = false,
['combinable'] = nil,
['description'] = 'With this I can lure the fishessss..'
},
['fishingrod'] = {
['name'] = 'fishingrod',
['label'] = 'Fishing Rod',
['weight'] = 50,
['type'] = 'item',
['image'] = 'np_fishing-rod.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = false,
['combinable'] = nil,
['description'] = 'Lets fish'
},
['fishingnet'] = {
['name'] = 'fishingnet',
['label'] = 'Gill Net',
['weight'] = 50,
['type'] = 'item',
['image'] = 'np_fishnet.png',
['unique'] = false,
['useable'] = false,
['shouldClose'] = false,
['combinable'] = nil,
['description'] = 'nil'
},
['fishingboot'] = {
['name'] = 'fishingboot',
['label'] = 'Boot',
['weight'] = 50,
['type'] = 'item',
['image'] = 'np_fishingboot.png',
['unique'] = false,
['useable'] = false,
['shouldClose'] = false,
['combinable'] = nil,
['description'] = 'insert shit here'
},
['toy_uwu_fisher'] = {
['name'] = 'toy_uwu_fisher',
['label'] = 'Fisher Kitty',
['weight'] = 50,
['type'] = 'item',
['image'] = 'toy_fisher.png',
['unique'] = false,
['useable'] = false,
['shouldClose'] = false,
['combinable'] = nil,
['description'] = 'UwU Cafe (8/8). Collect them all!'
},
--Fish
['fishingalligatorturtle'] = {
['name'] = 'fishingalligatorturtle',
['label'] = 'Fishing Alligator Snapping Turtle',
['weight'] = 50,
['type'] = 'item',
['image'] = 'np_fishing-alligator-snapping-turtle.png',
['unique'] = false,
['useable'] = false,
['shouldClose'] = false,
['combinable'] = nil,
['description'] = 'Alligator Snapping Turtle. This thing could snap your fingers off like twigs.'
},
['fishingbass'] = {
['name'] = 'fishingbass',
['label'] = 'Bass',
['weight'] = 50,
['type'] = 'item',
['image'] = 'np_fishing-bass.png',
['unique'] = false,
['useable'] = false,
['shouldClose'] = false,
['combinable'] = nil,
['description'] = 'Striped Bass. Bass like the fish, not the officer'
},
['fishingbluefish'] = {
['name'] = 'fishingbluefish',
['label'] = 'Bluefish',
['weight'] = 50,
['type'] = 'item',
['image'] = 'np_fishing-bluefish.png',
['unique'] = false,
['useable'] = false,
['shouldClose'] = false,
['combinable'] = nil,
['description'] = 'Bluegill. Catching this took no skill'
},
['fishingcarp'] = {
['name'] = 'fishingcarp',
['label'] = 'Carp',
['weight'] = 50,
['type'] = 'item',
['image'] = 'np_fishing-carp.png',
['unique'] = false,
['useable'] = false,
['shouldClose'] = false,
['combinable'] = nil,
['description'] = 'Carp. Carpe diem!'
},
['fishingcatfish'] = {
['name'] = 'fishingcatfish',
['label'] = 'Cat',
['weight'] = 50,
['type'] = 'item',
['image'] = 'np_fishing-cat.png',
['unique'] = false,
['useable'] = false,
['shouldClose'] = false,
['combinable'] = nil,
['description'] = 'Catfish. Did you just get done catfish noodlin?'
},
['fishingcod'] = {
['name'] = 'fishingcod',
['label'] = 'Cod',
['weight'] = 50,
['type'] = 'item',
['image'] = 'np_fishing-cod.png',
['unique'] = false,
['useable'] = false,
['shouldClose'] = false,
['combinable'] = nil,
['description'] = 'Modern Warfare'
},
['fishingdolphin'] = {
['name'] = 'fishingdolphin',
['label'] = 'Dolphin',
['weight'] = 50,
['type'] = 'item',
['image'] = 'np_fishing-dolphin.png',
['unique'] = false,
['useable'] = false,
['shouldClose'] = false,
['combinable'] = nil,
['description'] = 'A fucking dolphin! Someone might be interested in buying it? Lol, jk. Throw it back. Unless..?'
},
['fishingflounder'] = {
['name'] = 'fishingflounder',
['label'] = 'Flounder',
['weight'] = 50,
['type'] = 'item',
['image'] = 'np_fishing-flounder.png',
['unique'] = false,
['useable'] = false,
['shouldClose'] = false,
['combinable'] = nil,
['description'] = 'I went fishing and all I got was this lousy flounder'
},
['fishingmackerel'] = {
['name'] = 'fishingmackerel',
['label'] = 'Mackerel',
['weight'] = 50,
['type'] = 'item',
['image'] = 'np_fishing-mackerel.png',
['unique'] = false,
['useable'] = false,
['shouldClose'] = false,
['combinable'] = nil,
['description'] = 'Sometimes holy'
},
['fishingshark'] = {
['name'] = 'fishingshark',
['label'] = 'Baby Shark',
['weight'] = 90,
['type'] = 'item',
['image'] = 'np_fishing-shark.png',
['unique'] = false,
['useable'] = false,
['shouldClose'] = false,
['combinable'] = nil,
['description'] = 'A fucking shark! Someone might be interested in buying it? Lol, jk. Throw it back. Unless..?'
},
['ishingsockeyesalmon'] = {
['name'] = 'ishingsockeyesalmon',
['label'] = 'Sockeye Salmon',
['weight'] = 80,
['type'] = 'item',
['image'] = 'np_fishing-sockeye-salmon.png',
['unique'] = false,
['useable'] = false,
['shouldClose'] = false,
['combinable'] = nil,
['description'] = 'Sockeye Salmon. It looks like you caught this one before it could reach its spawning grounds...'
},
['fishingsturgeon'] = {
['name'] = 'fishingsturgeon',
['label'] = 'Sturgeon',
['weight'] = 50,
['type'] = 'item',
['image'] = 'np_fishing-sturgeon.png',
['unique'] = false,
['useable'] = false,
['shouldClose'] = false,
['combinable'] = nil,
['description'] = 'Green Sturgeon. It looks prehistoric and rare. Maybe it has caviar?'
},
['fishingwhale'] = {
['name'] = 'fishingwhale',
['label'] = 'Baby Whale',
['weight'] = 150,
['type'] = 'item',
['image'] = 'np_fishing-whale.png',
['unique'] = false,
['useable'] = false,
['shouldClose'] = false,
['combinable'] = nil,
['description'] = 'A fucking whale! Someone might be interested in buying it? Lol, jk. Throw it back. Unless..?'
},
['fishingyellowperch'] = {
['name'] = 'fishingyellowperch',
['label'] = 'Yellow Perch',
['weight'] = 50,
['type'] = 'item',
['image'] = 'np_fishing-yellowperch.png',
['unique'] = false,
['useable'] = false,
['shouldClose'] = false,
['combinable'] = nil,
['description'] = 'Yellow Perch. Did they tell you not to perch or not to poach?'
},
['stingray'] = {
['name'] = 'stingray',
['label'] = 'Stingray',
['weight'] = 50,
['type'] = 'item',
['image'] = 'np_stingray.png',
['unique'] = false,
['useable'] = false,
['shouldClose'] = false,
['combinable'] = nil,
['description'] = 'Stingray. Carpe diem!'
},
['fishoil'] = {
['name'] = 'fishoil',
['label'] = 'Fish oil',
['weight'] = 1.0,
['type'] = 'item',
['image'] = 'np_fishoil.png',
['unique'] = false,
['useable'] = false,
['shouldClose'] = false,
['combinable'] = nil,
['description'] = 'All the Omega-3 acids'
},
--Bags
['vt_roupas'] = {
['name'] = 'vt_roupas',
['label'] = 'Clothing Bag',
['weight'] = 1.0,
['type'] = 'item',
['image'] = 'vt_roupas.png',
['unique'] = false,
['useable'] = false,
['shouldClose'] = false,
['combinable'] = nil,
['description'] = 'All the Omega-3 acids'
},
Now go to your inventory and paste all the images from the images folder located in the vt-fishing resource and move them to your qb-inventory/html/images folder
Done.Have fun wisely and if you buy the resource don't share it or try to resell it. The resource has reserved licensed rights. π
Last updated