Default commands can be found in
no-housing/config/client/commands.lua. You can change
or completely remove these commands.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
no-housing/config/client/commands.lua. You can change
or completely remove these commands.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)
