Skip to main content

bnl-housing:on:hideUI

Event that gets triggerd when the UI gets hidden. Use this event to show your server's custom UI that was hidden for showUI.

Client

RegisterNetEvent("bnl-housing:on:hideUI", function()
print("ui was hidden, showing custom ui")
end)