# Common Issues

Below you can find the most common issues related to **RTX Housing System**.

<details>

<summary><strong>I get kicked immediately when entering a property</strong></summary>

**Cause:**\
The property uses a shell that is not available or not started on your server.

**Solution:**

* Make sure the shell resource is started
* Check `configs/shells.lua`
* Verify that the shell exists in `Config.HouseShells`

</details>

<details>

<summary><strong>It rains inside the shell</strong></summary>

**Cause:**\
Weather sync is still active or no compatible weather system is selected.

**Solution:**

* Select the correct weather system in `config.lua`
* Or implement your own in `client/other.lua` → `EnterPropertySettings`

</details>

<details>

<summary><strong>Screenshots do not work</strong></summary>

**Cause:**\
`screenshot-basic` is not running or a custom screenshot provider is not configured.

**Solution:**

* Start `screenshot-basic`
* Or configure your custom provider in `client/other.lua` → `RequestScreenshotUrl`

</details>

<details>

<summary><strong>Keybinds did not change after editing config</strong></summary>

**Cause:**\
FiveM stores keybinds locally after the first join.

**Solution:**

* Players must manually reset keybinds in FiveM/GTA settings
* New players will automatically get the new binds

</details>

<details>

<summary><strong>It says I don’t have money even though I do</strong></summary>

**Cause:**\
Your server uses a custom money system.

**Solution:**

* Edit `server/other.lua` → `GetMoneyRTX`
* Make sure the correct account is checked

</details>

<details>

<summary><strong>I can’t move the camera while noclipping in Furniture Object Placer</strong></summary>

This is intended behavior.

**How it works:**

* Hold the RIGHT mouse button
* Move your mouse to rotate the camera

</details>

<details>

<summary><strong>Furniture disappears or doesn’t save</strong></summary>

**Possible causes:**

* SQL tables not imported
* Database resource not running
* Script errors

**Solution:**

* Re-import SQL files
* Ensure `oxmysql` or `mysql-async` starts before housing
* Check server console for errors

</details>

{% hint style="info" %}
If you are experiencing an issue that is not listed here, or you are not sure how to fix it, **please contact us on Discord and we will be happy to help you.**

Join our Discord: [discord.gg/rtxdev](https://discord.gg/rtxdev)
{% endhint %}
