_DISPLAY_HUD_WHEN_DEAD_THIS_FRAME
DocsDisplayHudWhenDeadThisFrame()Description
Enables drawing some hud components, such as help labels, this frame, when the player is dead.
Returns
voidThis native does not return a value.
Examples
Official
Citizen.CreateThread(function()
while true do
N_0x7669f9e39dc17063()
Wait(0)
end
end)