Documentation Index
Fetch the complete documentation index at: https://docs.nonefivem.com/llms.txt
Use this file to discover all available pages before exploring further.
What is furniture editor?
Furniture editor is used for add/remove furnitures to house.
Database
Furnitures are saved in the housing_furnitures table in the database.
| name | description |
|---|---|
| id | Unique id of the furniture |
| house_id | Id of the house |
| model | Model of the furniture |
| offset | Position of the furniture. This will be offset for shell buildings, coordinates for ipl buildings. |
| rotation | Rotation of furniture |

