SetPauseMenuPedLighting
DocsSetPauseMenuPedLighting(state)Description
Toggles the light state for the pause menu ped in frontend menus.
This is used by R\* in combination with <code>SET_PAUSE_MENU_PED_SLEEP_STATE</code> 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. |
Ped Models

mp_m_freemode_01
player_zero
ig_agatha
s_m_y_cop_01
s_m_m_gaffer_01
g_m_m_armboss_01
a_c_boar
a_m_m_bevhills_01Returns
voidThis native does not return a value.