1
0
Fork 0
forked from Simnation/Main

Update client.lua

This commit is contained in:
Nordi98 2025-07-12 00:18:17 +02:00
parent db94df4924
commit 9e73d7648e

View file

@ -151,7 +151,7 @@ local function StartMagnetFishingProcess(selectedMagnet, waterLoc)
magnetFishing = true
-- Create magnet rope prop
local model = `p_trev_rope_01_s` -- 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)
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)