DeleteRope — FiveM Natives
0x52B4829281364649 · PHYSICS · all
Deletes the rope with the specified handle. You should check if the rope exists before trying to delete it, see DOES_ROPE_EXIST. For an example on how to use this native please refer to ADD_ROPE
Parameters
| Name | Type | Description |
|---|---|---|
| ropeId | int* | The handle of the rope to delete |
Returns
void