| Property | Value |
|---|---|
| Native Name | ROPE_FORCE_LENGTH |
| Hash | 0xD009F759A723DB1B |
| Return Type | void |
| Build | 1207 |
| Parameters | ropeId (int), length (float) |
Description: ``` Forces a rope to a certain length.
### Usage
**Lua (Direct):**
```lua
RopeForceLength(ropeId, length)
Lua (Hash):
Citizen.InvokeNative(0xD009F759A723DB1B, ropeId, length)