draobrehtom 9 Posted September 30 Does anybody managed to attach rope to entities? I managed only to create rope but it is invisible - only shadow is visible. mp.events.add('attachRopeToVehicleAndPlayer', (vehicle) => { mp.gui.chat.push(new Date() + ''); let player = mp.players.local; let rope = mp.game.rope.addRope(player.position.x, player.position.y, player.position.z, 0, 0, 0, 20.0, 4, 20.0, 10.0, 0, false, false, false, 5.0, false, 0); mp.game.rope.attachEntitiesToRope(rope, vehicle.handle, player.handle, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 10.0, false, false, 0, 0); }); https://i.gyazo.com/7f66f6f625e4d69108b4b7dc1dafd90c.gif Share this post Link to post Share on other sites
draobrehtom 9 Posted September 30 I changed a little bit position of rope and actually it is vissible at some point. Share this post Link to post Share on other sites