forked from Simnation/Main
ed
This commit is contained in:
parent
b6ad6ceaa4
commit
34cb8b316c
5 changed files with 3 additions and 3 deletions
|
@ -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