SetPauseMenuPedLighting — FiveM Natives
0x3CA6050692BC61B0 · HUD · all
Toggles the light state for the pause menu ped in frontend menus. This is used by R\* in combination with SET_PAUSE_MENU_PED_SLEEP_STATE to toggle the "offline" or "online" state in the "friends" tab of the pause menu in GTA Online. Example: On: !lights on Off: !lights off
Parameters
| Name | Type | Description |
|---|---|---|
| state | BOOL | True enables the light, false disables the light. |
Returns
void