> For the complete documentation index, see [llms.txt](https://docs.otherplanet.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.otherplanet.dev/scripts/op-container-wars/installation.md).

# Installation

## Downloading Dependencies

Dependencies are very important — you need to install them before moving on to the installation of our script.

{% stepper %}
{% step %}

### OX\_LIB

{% embed url="<https://github.com/overextended/ox_lib>" %}
{% endstep %}
{% endstepper %}

***

## Server.cfg

All dependencies you’ve installed must be started before our script. Make sure to follow the correct start-up order in your `server.cfg`.

```
ensure ox_lib
ensure op-containerwars-props
ensure op-containerwars
```

***

## Permissions

It's important to grant your server administrators access to Start War CommandDon’t forget to check this Article:

{% content-ref url="/pages/uP5u1mNLNgsTToKSyosJ" %}
[How to add player to Admin List?](/scripts/op-container-wars/tutorials/how-to-add-player-to-admin-list.md)
{% endcontent-ref %}

***

## Bob74\_ipl

bob74\_ipl resource is included on every Fivem server. This script spawn crane in place where our script spawn it as well. Follow below instructions to avoid Duplicating of Crane on Docks.

You Can download edited `bob74_ipl:`&#x20;

{% embed url="<https://data.otherplanet.dev/download/bob74_ipl-editedByOtherplanet.rar>" %}
This URL is 100% safe to use.
{% endembed %}

## Perfrom Edit manually:

{% stepper %}
{% step %}

### Find Correct Directory With Script.

By default bob74\_ipl is in this directory: `resources/[standalone]/bob74_ipl`
{% endstep %}

{% step %}

### Find `base.lua` file.

Navigate to: `gtav/base.lua`
{% endstep %}

{% step %}

### Find Correct Line.

Code Before:

```lua
-- Docks cranes: 887.7344, -2922.285, 34.000
RequestIpl("dockcrane1")
RequestIpl("pcranecont")
```

Code After:

```lua
-- Docks cranes: 887.7344, -2922.285, 34.000
-- RequestIpl("dockcrane1")
-- RequestIpl("pcranecont")
```

{% endstep %}

{% step %}

### Restart.

Restart your server.
{% endstep %}
{% endstepper %}


---

# 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.otherplanet.dev/scripts/op-container-wars/installation.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.
