SetFloatingHelpTextStyle — FiveM Natives
0x788E7FD431BD67F1 · HUD · all
### Arrow Positions 0 = Off / No arrow 1 = Top 2 = Left 3 = Bottom * 4 = Right ### Note Any numeric value greater than 4 will result in a right arrow (Index 4) ### Important Needs to be called every frame !Preview of the provided example code
Parameters
| Name | Type | Description |
|---|---|---|
| hudIndex | int | The hud index for the floating help message |
| style | int | Value 0 won't show an arrow at all. Values 1, 2 and -2 will display an arrow. |
| hudColor | int | https://docs.fivem.net/docs/game-references/hud-colors/ |
| alpha | int | Value for the help box opacity, from 0-255. Anything greater will simply ignore the alpha value. Always 191 in R\* scripts. |
| arrowPosition | int | Used to set the arrow positon. No value will hide the arrow |
| boxOffset | int | Offset for the floating help box. Note: Arrow stays fixed |
Returns
void