DrawLine2d — FiveM Natives
0xB856A90 · CFX · client
Like DRAW_RECT, but it's a line.
Parameters
| Name | Type | Description |
|---|---|---|
| x1 | float | First x. |
| y1 | float | First y. |
| x2 | float | Second x. |
| y2 | float | Second y. |
| width | float | Width of line. |
| r | int | Red. |
| g | int | Green. |
| b | int | Blue. |
| a | int | Alpha. |
Returns
void