📖
Goat Scripts Doc
Discord
  • Home
  • G_CORE
    • Installation
      • QBCore
      • ESX
      • QBox
      • VORP
    • Developer
      • Events
        • Server
        • Client
      • Exports
        • Server
        • Client
      • Variables
  • G_LIFESTYLE
    • Installation
      • QBCore / ESX
      • QBox
    • Events
  • G_MONEYWASH
    • Installation
      • QBCore / ESX
      • QBox
  • G_SCRAPYARD
    • Installation
      • QBCore / ESX
      • QBox
    • Mini Games
  • G_SPEEDLIMITER
    • Installation
      • QBCore
      • QBox
  • G_USABLELIGHTS
    • Installation
      • QBCore / ESX
      • QBox
  • G_DOCKJOB - STDENIS
    • Installation
  • G_DEALER
    • Developer
      • Exports
        • Client
Powered by GitBook
On this page
  • 1. Download Dependency
  • ox_lib
  • 2. Ensure Order
  • 3. FXManifest
  • 4. Configure
  1. G_CORE
  2. Installation

QBox

PreviousESXNextVORP

Last updated 4 months ago

1. Download Dependency

ox_lib

Download the latest release.


2. Ensure Order

Open your server.cfg file located at the root folder of your server

ensure qb-core
-- ensure your inventory here
-- ensure your target system
ensure g_core
-- ensure any of our other scripts here
-- if your using g_core for any script they also need to start here

example:


3. FXManifest

Open the fxmanifest.lua file an un-comment the first line under the client_scripts table. It should now look like below...

4. Configure

Open the config.lua file and configure the script to your server needs. Each option inside the file is explained. For further help, join our Discord.

Releases · overextended/ox_libGitHub
Logo