forked from Simnation/Main
ed
This commit is contained in:
parent
50e3984d3b
commit
3ec53b72ff
18 changed files with 0 additions and 119 deletions
|
@ -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'
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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,
|
|
||||||
},
|
|
|
@ -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)
|
|
||||||
;
|
|
|
@ -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 |
|
@ -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.'},
|
|
|
@ -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,
|
|
||||||
},
|
|
Loading…
Add table
Add a link
Reference in a new issue