Installation

  • Once you have set up the dependencies, all you have to do is upload the folder to the server.

This installation guide covers both ESX, QBCore, QBOX frameworks.

Resource
Source

ox_lib

config.lua Configure the file

  • Configure config.lua according to your server and your requests.

Execute database.sql

  • Execute database.sql file

Server.cfg

The server.cfg initialization order should be as follows.

start es_extended
start ox_lib
start 0r-garbage
--- esx resources --

Localization

  • To change the preferred language from English, add the convar to your server.cfg and change en to the desired language code.

setr ox:locale en
  • Create a locales directory and a file for your language. And edit the content of locales/en.json in your own language and write it in there.

Last updated