OTHERPLANET DOCS
  • 🪐About US
  • 💻Scripts
    • 🅿️OP Garages V2
      • Installation
      • Tutorials
        • Vehicles not shown in Garage
        • How to add player to Garage Admin
      • Configuration
      • Customization
      • Housing Integration
      • Garage Admin Usage
      • Admin Commands
      • Plate Changer
      • Sub Owners
      • Currency Change
      • ByPass Vehicle Types
    • 🔫OP Crime Organisations
      • Installation
      • Tutorials
        • How to add player to Crime Admin
      • Config Files
      • Customization
      • Tablet as Item
      • Global States
      • Exports
        • Server Side
    • 🎁OP Container Wars
      • Installation
      • Tutorials
        • How to add player to Admin List?
      • Configuration
      • Customization
      • Time Zones
    • 🚘OP Mechanic Job
      • Installation
      • Config File
      • Setup Jobs
      • Setup Dispatch
      • Get Duty
      • Update Tablet Stats
      • Notifications/Progressbar
      • Discord Logs
    • 🗒️OP Requests
      • Installation
      • Config
      • Usage
    • 🌇OP HUD
      • Config File
      • Instalation
      • Progress Bar Usage
      • Notify Usage
      • Alcohol Status & Stamina
    • 🏎️OP Vehicle Theft
      • Installation
      • OX Inventory
      • Translate Sounds
      • Config
      • Customization
    • 🅿️OP Garages V1 (OLD)
      • Installation
      • Config
        • Main
        • Garages Locations
        • Vehicles and Brands
      • Customization
      • Vehicle Types
      • Jobs
      • Exports
      • Other
Powered by GitBook
On this page
  • Downloading Dependencies
  • OX_LIB
  • Server.cfg
  • Permissions
  • Bob74_ipl
  • Perfrom Edit manually:
  • Find Correct Directory With Script.
  • Find base.lua file.
  • Find Correct Line.
  • Restart.
  1. Scripts
  2. OP Container Wars

Installation

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

PreviousOP Container WarsNextTutorials

Last updated 7 hours ago

Downloading Dependencies

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

1

OX_LIB


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:


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:

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.

💻
🎁
How to add player to Admin List?
GitHub - overextended/ox_lib: A collection of Lua functions to utilise in other resources.GitHub
https://data.otherplanet.dev/download/bob74_ipl-editedByOtherplanet.rar
This URL is 100% safe to use.
Logo