forked from Simnation/Main
Update client.lua
This commit is contained in:
parent
e2de9b688d
commit
c0b8baa515
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ local function StartMagnetFishingProcess(selectedMagnet, waterLoc)
|
|||
magnetFishing = true
|
||||
|
||||
-- Create magnet rope prop
|
||||
local model = `prop_rope_hook_01` -- Besseres Prop für ein Seil mit Magnet
|
||||
local model = `p_trev_rope_01_s` -- 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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue