Skip to main content
Default commands can be found in no-housing/config/client/commands.lua. You can change or completely remove these commands.

Default

RegisterCommand("furniture", function()
    TriggerEvent("no-housing:furniture:ui")
end)

RegisterCommand("realestate", function()
    TriggerEvent("no-housing:realestate:show")
end)

RegisterCommand("create", function()
    TriggerEvent("no-housing:housemanager:create")
end)

RegisterCommand("edit", function()
    TriggerEvent("no-housing:housemanager:edit")
end)