GTA V NativesropeRope::pinRopeVertexOn this pageRope::pinRopeVertexSyntax ```js mp.game.rope.pinRopeVertex(rope, vertex, x, y, z); ``` Required Arguments rope: Object handle or object vertex: int x: float y: float z: float Return value Undefined Example ```js // todo ``` See also