> For the complete documentation index, see [llms.txt](https://docs.rainmad.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rainmad.com/resources/vangelico-heist-final/dependencies.md).

# Dependencies

To ensure that the Vangelico Heist Final script functions correctly, you need to install the Vangelico MLO. Follow these steps to complete the installation:

## **Step 1: Download the Vangelico MLO**

* **Visit the Download Page:**
  * Go to [this link](https://www.k4mb1maps.com/package/5265745) to purchase and download the Vangelico MLO.
* **Download and Extract the Files:**
  * After purchasing, download the MLO files from the provided link.
  * Extract the contents of the ZIP file to a folder on your computer.

## **Step 2: Copy the MLO to Your Server**

* **Copy to Resources:**
  * Copy the extracted MLO folder into your server’s `resources` directory. Make sure to keep the folder’s name intact.
* **Add to Server Configuration:**
  * Open your `server.cfg` or `resources.cfg` file using a text editor.
  * Add the following line to ensure the MLO resource is loaded when the server starts:

    ```plaintext
    ensure <mlo-folder-name>
    ```
  * Replace `<mlo-folder-name>` with the actual name of the folder you copied into the `resources` directory.

## **Step 3: Restart the Server**

* Save your configuration file and restart your server to apply the changes and load the MLO.

By following these steps, you’ll have the Vangelico MLO installed, ensuring a complete and immersive experience for the Vangelico Heist Final script.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.rainmad.com/resources/vangelico-heist-final/dependencies.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
