💿Installation

Dependencies

  • qb-core / qbx-core

  • ox_lib

  • ox_target

  • (Optional) oxmysql (for the experience module)

Prerequisites

  • A working qb-core / qbx-core server

  • ox_lib and ox_target installed & configured

  • (Optional) oxmysql & an established, functioning database

Step-by-step guide

  1. Drag & drop the myGoPostal script into your resources/ directory

If you don't want the experience system to work, that's all you have to do. Otherwise, continue:

  1. Uncomment '@oxmysql/lib/MySQL.lua' in fxmanifest.lua under server_scripts

  2. Set SV_Config.Experience.enable in server/config.lua to true

  3. Run experience.sql found in data/, or alternatively copy its contents and run them as a query in your database.

That's all! Continue to the next section to learn how to configure the resource.

Qbox compatibility

If you are using Qbox instead of QBCore, go to server/config.lua and change UseQbox to true. As Qbox is still a work-in-progress, this feature is experimental and you may experience various errors. This feature is currently broken. Make sure your UseQbox is set to false, no matter which core resource you use.

Last updated