SetEntityDrawOutlineColor — RedM Natives
0xB41A56C2 · CFX · client
Sets color for entity outline. 255, 0, 255, 255 by default.
Parameters
| Name | Type | Description |
|---|---|---|
| red | int | Red component of color. |
| green | int | Green component of color. |
| blue | int | Blue component of color. |
| alpha | int | Alpha component of color, ignored for shader `0`. |
Returns
void