# Dependencies

To ensure the Fleeca Heist Final script functions correctly, you need to install both the MLO and the K4MB1 Drill file. Follow these steps to complete the installation:

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

* **Visit the Download Page:**
  * Go to [this link](https://www.k4mb1maps.com/product/5044309) to purchase and download the MLO for the Fleeca Heist Final.
* **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: Download and Install the K4MB1 Drill**

* **Download the K4MB1 Drill:**
  * Go to the FiveM Keymaster and download the K4MB1 Drill file.
* **Copy the Drill File:**
  * Copy the downloaded K4MB1 Drill file into your server’s `resources` directory. Ensure that you retain the file’s name.

## **Step 3: 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 as specified.
* **Add to Server Configuration:**
  * Open your `server.cfg` or `resources.cfg` file using a text editor.
  * Add the following lines to ensure both the MLO and the K4MB1 Drill resources are loaded when the server starts:

    ```plaintext
    ensure <mlo-folder-name>
    ensure <drill-file-name>
    ```
  * Replace `<mlo-folder-name>` with the name of the MLO folder and `<drill-file-name>` with the name of the K4MB1 Drill file.

## **Step 4: Restart the Server**

* Save the changes to your configuration file and restart your server to apply the new resources.

By following these steps, you'll have both the MLO and K4MB1 Drill installed, ensuring a complete and immersive Fleeca Heist Final experience.


---

# 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.rainmad.com/resources/fleeca-heist-final/dependencies.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.
