1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-30 01:02:44 +02:00
parent b6ad6ceaa4
commit 34cb8b316c
5 changed files with 3 additions and 3 deletions

View file

@ -81,7 +81,7 @@ CodeStudio.Products = {
itemPrice = 2, itemPrice = 2,
itemInfo = "Muffin Mann", itemInfo = "Muffin Mann",
}, },
['nordisee_fischfrikadelle_im_broetchen'] = { ['nordisee_fischfrikadellenbroetchen'] = {
itemName = "Nordisee Fischfrikadelle im Brötchen", itemName = "Nordisee Fischfrikadelle im Brötchen",
itemStock = 50, itemStock = 50,
itemPrice = 2, itemPrice = 2,

View file

Before

Width:  |  Height:  |  Size: 148 KiB

After

Width:  |  Height:  |  Size: 148 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 148 KiB

After

Width:  |  Height:  |  Size: 148 KiB

Before After
Before After

View file

@ -8421,7 +8421,7 @@ itemsData = {
type = 'item', type = 'item',
unique = false, unique = false,
description = 'der Muffin Mann...', description = 'der Muffin Mann...',
image = 'ChatGPT_Image_1._Mai_2025__03_50_52-removebg-preview.png', image = 'muffin.png',
shouldClose = true, shouldClose = true,
label = 'Muffin', label = 'Muffin',
name = 'muffin', name = 'muffin',

View file

@ -154,7 +154,7 @@ local function StartMagnetFishingProcess(selectedMagnet, waterLoc)
local model = `prop_rope_family_3` -- Besseres Prop für ein Seil mit Magnet local model = `prop_rope_family_3` -- Besseres Prop für ein Seil mit Magnet
lib.requestModel(model, 100) lib.requestModel(model, 100)
local magnetRope = CreateObject(model, GetEntityCoords(cache.ped), true, false, false) local magnetRope = CreateObject(model, GetEntityCoords(cache.ped), true, false, false)
AttachEntityToEntity(magnetRope, cache.ped, GetPedBoneIndex(cache.ped, 28422), 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, true, true, false, true, 1, true) AttachEntityToEntity(magnetRope, cache.ped, GetPedBoneIndex(cache.ped, 28422), -0.010000, 0.270000, -0.230000, 84.299286, 105.998955, -0.600000, true, true, false, true, 1, true)
SetModelAsNoLongerNeeded(model) SetModelAsNoLongerNeeded(model)
-- Load animations -- Load animations