GetHudColour — FiveM Natives
0x7C9C91AB74A0360F · HUD · all
Gets hud color RGBA parameter values by passing a hud color index (hudColorIndex). HUD colors can be found here
Parameters
| Name | Type |
|---|---|
| hudColorIndex | int |
| r | int* |
| g | int* |
| b | int* |
| a | int* |
Returns
void