1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-11 19:40:10 +02:00
parent 50e3984d3b
commit 3ec53b72ff
18 changed files with 0 additions and 119 deletions

View file

@ -1,12 +0,0 @@
fx_version 'cerulean'
games {'gta5'}
this_is_a_map 'yes'
Author 'itsRelo97-7LIFEDEV'
description 'PARKING-Legion-Square'
version '1.1'
dependency '/assetpacks'

View file

@ -1,42 +0,0 @@
-- Place in ox_inventory/data/items.lua
['tuna'] = {
label = 'Tuna',
weight = 650,
stack = true,
close = false,
},
['salmon'] = {
label = 'Salmon',
weight = 350,
stack = true,
close = false,
},
['trout'] = {
label = 'Trout',
weight = 250,
stack = true,
close = false,
},
['anchovy'] = {
label = 'Anchovy',
weight = 50,
stack = true,
close = false,
},
['fishbait'] = {
label = 'Fish Bait',
weight = 50,
stack = true,
close = false,
},
['fishingrod'] = {
label = 'Fishing Rod',
weight = 800,
stack = true,
close = true,
},

View file

@ -1,8 +0,0 @@
INSERT INTO `items` (`name`, `label`, `limit`) VALUES
('fishingrod', 'Fishing Rod', 20),
('fishbait', 'Fish Bait', 20),
('anchovy', 'Anchovy', 20),
('trout', 'Trout', 20),
('salmon', 'Salmon', 20),
('tuna', 'Tuna', 40)
;

View file

@ -1,8 +0,0 @@
INSERT INTO `items` (`name`, `label`, `weight`) VALUES
('fishingrod', 'Fishing Rod', 20),
('fishbait', 'Fish Bait', 20),
('anchovy', 'Anchovy', 20),
('trout', 'Trout', 20),
('salmon', 'Salmon', 20),
('tuna', 'Tuna', 40)
;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

View file

@ -1,7 +0,0 @@
-- Add to qb-core/shared/items.lua
['fishingrod'] = {['name'] = 'fishingrod', ['label'] = 'Fishing Rod', ['weight'] = 250, ['type'] = 'item', ['image'] = 'fishingrod.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Use this with bait to catch fish.'},
['fishbait'] = {['name'] = 'fishbait', ['label'] = 'Fishing Bait', ['weight'] = 5, ['type'] = 'item', ['image'] = 'fishbait.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = true, ['description'] = 'With a fishing rod this can catch some fish.'},
['anchovy'] = {['name'] = 'anchovy', ['label'] = 'Anchovy', ['weight'] = 35, ['type'] = 'item', ['image'] = 'anchovy.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = true, ['description'] = 'A breed of fish.'},
['trout'] = {['name'] = 'trout', ['label'] = 'Trout', ['weight'] = 85, ['type'] = 'item', ['image'] = 'trout.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = true, ['description'] = 'A breed of fish.'},
['salmon'] = {['name'] = 'salmon', ['label'] = 'Salmon', ['weight'] = 125, ['type'] = 'item', ['image'] = 'salmon.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = true, ['description'] = 'A breed of fish.'},
['tuna'] = {['name'] = 'tuna', ['label'] = 'Tuna', ['weight'] = 225, ['type'] = 'item', ['image'] = 'tuna.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = true, ['description'] = 'A breed of fish.'},

View file

@ -1,42 +0,0 @@
-- Place in ox_inventory/data/items.lua
['tuna'] = {
label = 'Tuna',
weight = 650,
stack = true,
close = false,
},
['salmon'] = {
label = 'Salmon',
weight = 350,
stack = true,
close = false,
},
['trout'] = {
label = 'Trout',
weight = 250,
stack = true,
close = false,
},
['anchovy'] = {
label = 'Anchovy',
weight = 50,
stack = true,
close = false,
},
['fishbait'] = {
label = 'Fish Bait',
weight = 50,
stack = true,
close = false,
},
['fishingrod'] = {
label = 'Fishing Rod',
weight = 800,
stack = true,
close = true,
},