_ALLOW_PAUSE_MENU_WHEN_DEAD_THIS_FRAME
DocsAllowPauseMenuWhenDeadThisFrame()Description
Allows opening the pause menu this frame, when the player is dead.
Returns
voidThis native does not return a value.
Examples
Official
Citizen.CreateThread(function()
while true do
N_0xcc3fdded67bcfc63()
Wait(0)
end
end)