forked from Simnation/Main
ed
This commit is contained in:
parent
b6ad6ceaa4
commit
34cb8b316c
5 changed files with 3 additions and 3 deletions
|
@ -81,7 +81,7 @@ CodeStudio.Products = {
|
|||
itemPrice = 2,
|
||||
itemInfo = "Muffin Mann",
|
||||
},
|
||||
['nordisee_fischfrikadelle_im_broetchen'] = {
|
||||
['nordisee_fischfrikadellenbroetchen'] = {
|
||||
itemName = "Nordisee Fischfrikadelle im Brötchen",
|
||||
itemStock = 50,
|
||||
itemPrice = 2,
|
||||
|
|
Before Width: | Height: | Size: 148 KiB After Width: | Height: | Size: 148 KiB |
Before Width: | Height: | Size: 148 KiB After Width: | Height: | Size: 148 KiB |
|
@ -8421,7 +8421,7 @@ itemsData = {
|
|||
type = 'item',
|
||||
unique = false,
|
||||
description = 'der Muffin Mann...',
|
||||
image = 'ChatGPT_Image_1._Mai_2025__03_50_52-removebg-preview.png',
|
||||
image = 'muffin.png',
|
||||
shouldClose = true,
|
||||
label = 'Muffin',
|
||||
name = 'muffin',
|
||||
|
|
|
@ -154,7 +154,7 @@ local function StartMagnetFishingProcess(selectedMagnet, waterLoc)
|
|||
local model = `prop_rope_family_3` -- Besseres Prop für ein Seil mit Magnet
|
||||
lib.requestModel(model, 100)
|
||||
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)
|
||||
|
||||
-- Load animations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue