> For the complete documentation index, see [llms.txt](https://joaos-organization-3.gitbook.io/jpresources-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://joaos-organization-3.gitbook.io/jpresources-documentation/installation/housing-system/common-problems.md).

# Common Problems

## Neon garage or Exclusive garage dont load

This is a really easy fix, related to [QBCore](/jpresources-documentation/installation/housing-system/installation-page/qbcore.md#game-build), like we describe you need to have at least **2802** or **higher**.

### How to check my Game Build?

Open your **server.cfg** file, and search for something like this:

<figure><img src="/files/YGo77cogwI72en5u2VjN" alt=""><figcaption></figcaption></figure>

As you can see, after the "**set sv\_enforceGameBuild**" we got some numbers, they need to be at least **2802**.

## Neon garages textures bugged

This happens due to conflit between IPL loaders, how to solve?

Open your **bob74\_ipl** resource, then open **fxmanifest.lua** file, locate this line:

<figure><img src="/files/UEr9GYJX4c34uQ4iXitN" alt=""><figcaption></figcaption></figure>

You just need to comment or take out the line with blue marker, like this:

<figure><img src="/files/fO8Iv5feEiXGf13yDt5x" alt=""><figcaption></figcaption></figure>

Save file, restart server, all done!

## My custom DEV shell is not loading

If you followed the [How to add SHELL Tier](/jpresources-documentation/installation/housing-system/how-to-add-shell-tier.md) explanation, it should work perfect, if not, follow this:

### House loads but i fall void:

The problem is the **offset coords** wrote on our main\_config.lua file.

### Try to join house but receive error notification:

Simply the **SHELL** model is not being loaded by game, problem is on the **shell** or the **model name** you wrote on our **main\_config.lua** file.

## ESX.OpenContext error

This error is very rare, it happens on **old ESX versions or modified ones**, simply need to **add this script** to your resources folder:

{% file src="/files/0L5WhFC3cflMOzkFmvYc" %}

## Franklin MLO texture problems

This issue is not caused by US, is caused by latest FiveM gamebuilds, even with that, we got you covered, please install this:

[**Franklin MLO Fix**](https://www.gta5-mods.com/maps/fix-franklin-interior-after-mpsecurity-update/download/130189)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://joaos-organization-3.gitbook.io/jpresources-documentation/installation/housing-system/common-problems.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.
