Commands

From this section, you can edit default commands.

Default commands can be found in no-housing/config/client/commands.lua

You can change or completely remove this 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)

Last updated