Skip to main content

bnl-housing:on:showUI

Event that gets triggerd when a new UI page opens. Use this event to hide your server's custom UI which is recommended to avoid overlapping.

Client

RegisterNetEvent("bnl-housing:on:showUI", function(page)
print(("showing ui page %s, hiding custom ui"):format(page))
end)
  • page: string