Installation

Before you start, make sure you're logged into the CFX portal. This ensures you can download the asset and receive future updates.

Downloading Dependencies

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


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:

How to add player to Admin List?

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:

This URL is 100% safe to use.

Perfrom Edit manually:

1

Find Correct Directory With Script.

By default bob74_ipl is in this directory: resources/[standalone]/bob74_ipl

2

Find base.lua file.

Navigate to: gtav/base.lua

3

Find Correct Line.

Code Before:

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

Code After:

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

Restart.

Restart your server.

Last updated