PauseMenuSetBusySpinner — FiveM Natives
0xC78E239AC5B2DDB9 · HUD · all
Sets a loading icon in the pause menu.
Parameters
| Name | Type | Description |
|---|---|---|
| bVisible | BOOL | Sets or removes this spinner. |
| iColumnID | int | Location of this spinner (0 - 17). Indexes can be found in `common:\data\ui\frontend.xml`, `PauseMenu\PersistentData\Spinner\Offsets`. If `bVisible` is `false`, this will be ignored. |
| iSpinnerIndex | int | Index of this spinner. Can have a maximum of three spinners at a time. |
Returns
void