Hey
Okay, i know how i weld one prop to another and that works perfectly, but when i just change a bit so it should weld with rope, it doenst work.
[CODE]
local entone = ents.Create("hook")
entone:SetPos(Vector(-5621.671875, -6005.043945, 209.125046))
entone:Spawn()
constraint.Rope(ent,entone,0,0,ent:GetPos(),entone:GetPos(),ent:GetPos():Distance(entone:GetPos()),0,0,10,"cable/redlaser",true)
[/CODE]
Found the problem. The position where i set it to connect was after the wordl not after the prop...
Solution:
The positions should be Vector(0, 0, 0)
Sorry, you need to Log In to post a reply to this thread.