DrawDebugLineWithTwoColours — FiveM Natives
0xD8B9A8AC5608FF94 · GRAPHICS · all
`` NOTE: Debugging functions are not present in the retail version of the game. ``
Parameters
| Name | Type |
|---|---|
| x1 | float |
| y1 | float |
| z1 | float |
| x2 | float |
| y2 | float |
| z2 | float |
| r1 | int |
| g1 | int |
| b1 | int |
| r2 | int |
| g2 | int |
| b2 | int |
| alpha1 | int |
| alpha2 | int |
Returns
void