TaskRappelDownWall — FiveM Natives
0xEAF66ACDDC794793 · TASK · all
Attaches a ped to a rope and allows player control to rappel down a wall. Disables all collisions while on the rope. NativeDB Introduced: v1868
Parameters
| Name | Type | Description |
|---|---|---|
| ped | Ped | Ped to perform the task |
| x1 | float | X coord to start the task |
| y1 | float | Y coord to start the task |
| z1 | float | Z coord to start the task |
| x2 | float | Second X coord, uses the same position as above in the scripts |
| y2 | float | Second Y coord |
| z2 | float | Second Z coord |
| minZ | float | Minimum Z that the player can descend to |
| ropeId | int | Rope to attach this task to, must be created with [ADD_ROPE](#\_0xE832D760399EB220) |
| clipset | char* | Clipset to use for the task |
| p10 | Any | Usually 1 in the scripts |
Returns
void