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
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:
Uncomment
'@oxmysql/lib/MySQL.lua'
infxmanifest.lua
underserver_scripts
Set
SV_Config.Experience.enable
inserver/config.lua
totrue
Run
experience.sql
found indata/
, 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