> 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/oil-rig-heist/dependencies.md).

# Dependencies

To ensure that the Oil Rig Heist script functions correctly, you need to install the Oil Rig MLO. Follow these steps to install the MLO as a required dependency:

## **Step 1: Purchase and Download the Oil Rig MLO**

* **Visit the Website:**
  * Go to [this link](https://www.k4mb1maps.com/product/5165281) to purchase and download the Oil Rig MLO.
* **Download and Extract the Files:**
  * After purchasing, download the MLO files.
  * 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. Ensure you keep the folder’s name intact.
* **Add to Server Configuration:**
  * Open your `server.cfg` or `resources.cfg` file with a text editor.
  * Add the following line to ensure the MLO resource is loaded when the server starts:

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

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

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

By following these steps, you'll ensure that the Oil Rig Heist script has all the necessary dependencies to operate smoothly and provide a complete experience.


---

# 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/oil-rig-heist/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.
