This commit is contained in:
Nordi98 2025-07-11 20:59:12 +02:00
parent fdd888d405
commit 308c0b6630
29 changed files with 366 additions and 310 deletions

View file

@ -496,7 +496,43 @@ CodeStudio.Products = {
}
},
['magnet_fishing'] = {
categoryName = "Magnetfischen",
categoryLogo = "fa-tools",
items = {
['basic_magnet'] = {
itemName = "Standard Magnet",
itemStock = 50,
itemPrice = 100,
itemInfo = "",
},
['strong_magnet'] = {
itemName = "Starker Magnet",
itemStock = 50,
itemPrice = 150,
itemInfo = "",
},
['neodymium_magnet'] = {
itemName = "Neodymium Magnet",
itemStock = 50,
itemPrice = 200,
itemInfo = "",
},
['rare_earth_magnet'] = {
itemName = "Großer Neodymium Magnet",
itemStock = 50,
itemPrice = 250,
itemInfo = "",
},
['magnet_rope'] = {
itemName = "Magnetangel Seil",
itemStock = 150,
itemPrice = 400,
itemInfo = "",
},
}
},
['hardware'] = {
@ -2987,6 +3023,7 @@ CodeStudio.Shops = {
},
},
[14] = {
ShopName = 'Millars Fishery',
Category = {
@ -3007,7 +3044,7 @@ CodeStudio.Shops = {
},
[14] = {
[15] = {
ShopName = 'Whitewater Adventures',
Category = {
[1] = 'freizeit',
@ -3027,11 +3064,25 @@ CodeStudio.Shops = {
},
[16] = {
ShopName = 'John',
Category = {
[1] = 'magnet_fishing',
},
Locations = {
vector4(-1512.7101, 1503.2269, 115.2890, 340.4643),
},
Interaction = {
targetIcon = 'fas fa-shopping-basket',
targetLabel = 'Mit John reden',
spawnPed = 'S_M_Y_WareTech_01', -- Put false if you dont need ped
scenario = 'WORLD_HUMAN_STAND_MOBILE', --Ped Scenario Animation put false if you dont need
radius = 2.5,
},
},
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

View file

@ -10214,16 +10214,150 @@ itemsData = {
image = 'food_bag.png',
name = 'food_bag',
},
keys = {
scrap_metal = {
shouldClose = true,
type = 'item',
description = '',
weight = 2,
label = 'Motelschlüssel',
weight = 1000,
label = 'scrap_metal',
unique = true,
useable = true,
image = 'keys.png',
name = 'keys',
image = 'scrap_metal.png',
name = 'scrap_metal',
},
old_coin = {
shouldClose = true,
type = 'item',
description = '',
weight = 400,
label = 'old_coin',
unique = true,
useable = true,
image = 'old_coin.png',
name = 'old_coin',
},
rusty_knife = {
shouldClose = true,
type = 'item',
description = '',
weight = 600,
label = 'rusty_knife',
unique = true,
useable = true,
image = 'rusty_knife.png',
name = 'rusty_knife',
},
old_knife = {
shouldClose = true,
type = 'item',
description = '',
weight = 600,
label = 'altes Messer',
unique = true,
useable = true,
image = 'old_knife.png',
name = 'old_knife',
},
bicycle = {
shouldClose = true,
type = 'item',
description = '',
weight = 4000,
label = 'rusty_knife',
unique = true,
useable = true,
image = 'rusty_knife.png',
name = 'rusty_knife',
},
old_ammunition = {
shouldClose = true,
type = 'item',
description = '',
weight = 200,
label = 'old_ammunition',
unique = true,
useable = true,
image = 'old_ammunition.png',
name = 'old_ammunition',
},
old_gun = {
shouldClose = true,
type = 'item',
description = '',
weight = 1000,
label = 'alte Pistole',
unique = true,
useable = true,
image = 'old_gun.png',
name = 'old_gun',
},
escooter = {
shouldClose = true,
type = 'item',
description = '',
weight = 10000,
label = 'E-Scooter',
unique = true,
useable = true,
image = 'escooter.png',
name = 'escooter',
},
safe = {
shouldClose = true,
type = 'item',
description = '',
weight = 20000,
label = 'Tresor',
unique = true,
useable = true,
image = 'safe.png',
name = 'safe',
},
magnet_rope = {
shouldClose = true,
type = 'item',
description = '',
weight = 800,
label = 'Magnetangel Seil',
unique = true,
useable = true,
image = 'magnet_rope.png',
name = 'magnet_rope',
},
basic_magnet = {
shouldClose = true,
type = 'item',
description = '',
weight = 1000,
label = 'Standard Magnet',
unique = true,
useable = true,
image = 'basic_magnet.png',
name = 'basic_magnet',
},
strong_magnet = {
shouldClose = true,
type = 'item',
description = '',
weight = 1000,
label = 'Starker Magnet',
unique = true,
useable = true,
image = 'strong_magnet.png',
name = 'strong_magnet',
},
neodymium_magnet = {
shouldClose = true,
type = 'item',
description = '',
weight = 1500,
label = 'Neodymium Magnet',
unique = true,
useable = true,
image = 'neodymium_magnet.png',
name = 'neodymium_magnet',
},
}