# UK Post Office

### <sup>Product Information</sup>

Purchase - Tebex Store - [LGMods | UK Post Office](https://store.lgmods.co.uk/package/6415138)<br>

Bring authentic British vibes to your UK themed FiveM server with this detailed UK Post Office MLO

### Location&#x20;

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

{% hint style="warning" %}
Be aware that this product is encrypted and distributed via Tebex for the FiveM platform only. Editing of some content will be restricted.

You cannot install this product directly into GTA5 as a modification and must use the FiveM platform to use it as a streamed resource.
{% endhint %}

### Contents

| File / Folder    | Information                                                                | Required to be configured?   |
| ---------------- | -------------------------------------------------------------------------- | ---------------------------- |
| `[stream]`       | Folder containing the models and textures used to replace original content | Optional – see Configuration |
| `.fxap`          | FiveM file required for the modification to load                           | No – Do not edit             |
| `fxmanifest.lua` | FiveM config file to determine what files need to be loaded/streamed       | No – Do not edit             |

{% hint style="danger" %}
Unless specifically mentioned, do not edit the files unless you know what you are doing. LGMods will not provide assistance to you if you have edited files outside of what has been set out to be edited by the customer.
{% endhint %}

### Installation

{% hint style="info" %}
**ℹ️ Note**\
These instructions assume you have a working FiveM server that you can already connect to.\
For help setting up a FiveM server, see: [FiveM Server Setup Guide](https://docs.fivem.net/docs/server-manual/setting-up-a-server/)
{% endhint %}

1. Locate the `resources` folder in your FiveM server installation (same directory as `server.cfg`).
2. Download the product from your [FiveM Keymaster](https://portal.cfx.re/assets) if you haven't already.
3. Extract the ZIP archive contents into the `resources` folder.
4. You should now have a folder named  `LGMods_PostalOffice`  containing the files listed above.

{% hint style="info" %}
**ℹ️ Important**\
If you see an extra nested folder inside , move all contents up one level so the listed files/folders are directly inside . Otherwise the resource won't load properly.
{% endhint %}

5. Open your `server.cfg` file and add the following line below your other `ensure` lines:

```lua
ensure LGMods_PostalOffice
```

Example:

```lua
ensure chat
ensure spawnmanager
ensure sessionmanager
ensure basic-gamemode
ensure hardcap

ensure LGMods_PostalOffice
```

6. **Restart** your server. (MLO resources like this usually don't load correctly with the `start` command on a running server — a full restart is required.)

{% hint style="info" %}
**ℹ️ Streaming Note**\
When players first approach the location, FiveM streams the assets to their client. Depending on internet speed, some parts may take a few moments to fully appear. Be patient during initial load.
{% endhint %}

Enjoy your brand new UK Postal Office&#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://docs.lgmods.co.uk/mlo-interiors/uk-post-office.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.
