# Props/shells config for Housing Scripts

## Integrating Our Props into Housing Scripts – Useful Information

When you purchase our furniture from our store, you automatically gain access to a **DISCORD channel** where you can find some configs. These files allow you to easily integrate our props into some of the most common housing scripts. \
The configuration files shared in this channel should be copied and pasted **into** your housing script’s configuration, in the appropriate section *(for example: `Config.props`, `Furniture = {}`, etc., depending on the script you are using).*

Config files are ready for:

* Quasar,
* Loaf
* BCS
* NoLag
* QBCore
* AK47
* ArtzScript
* Origen
* Spoody

You can also download the images of our props to add them to your housing script, *if it supports displaying images for the objects of course.*

\
These config files were kindly **shared** some time ago by **members of the community**, and we sincerely thank them for their generosity. \
Now, we simply add our new props to these existing configs when we release new content. \
**However, please note that we do not have access to these third-party scripts**, which means **we cannot guarantee** that our configs are always up to date when the original script creators release updates.

**It is therefore the client's responsibility to check whether the config files need to be updated, by referring to the creator’s documentation or support channels.**

### Please keep the following in mind:

* We only provide the props: they are simple standalone objects, and they work perfectly when used properly.
* To ensure everything works as expected, make sure to start the resource containing the props in your `server.cfg`, <mark style="color:red;">**before**</mark> your housing script. \
  **Also, do not rename, move, or delete any files or folders inside the resource we provide**, or it may result in errors or missing props.
* If you experience issues with props **not loading or appearing**, the problem is most likely related **to your script or its configuration**. \
  Always check the **F8 console** during your server’s start or restart to ensure your housing script does not produce any errors from the config you made and that the props are properly started. \
  **We also provide a free little tool** on our store that allows you to test if the props spawn correctly and to determine whether the issue comes from the housing script or the props themselves ***(please read the product description carefully on the store)***.
* Lastly, we are unfortunately no longer able to provide technical support for third-party scripts. We used to do it, but this became far too time-consuming. We now focus that time on maintaining and improving our own content.

**All you need to know is in our discord's channel**. For sure, you can open a support ticket anytime you feel you need assistance.

Thank you for your understanding and support. If you have a working setup and would like to share it, feel free to do so — it helps everyone.

&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://patamods.gitbook.io/patamods-documentation/scripts/props-shells-config-for-housing-scripts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
