⚙️How to set it up

What needs to be done for installation


📍 What needs to be done for installation

Below are some important types and installation contents.

  • Do not change the name of the script

  • Take care to start the script manually after your core.

  • You will also need ox_lib and xsound scripts!

#ensure oxthings
ensure [core]
#ensure other-wais-scripts
ensure wais-hudv6

🎚 Framework Settings


ESX integration with SharedObject Event ( FOR OLD VERSION ESX )

Config.Framework = {
    ["Framework"] = "esx", -- auto, esx, qbcore or qbox
    ["ResourceName"] = "es_extended ", -- auto, es_extended or qb-core or your resource name. If you using qbx you should write qb-core
    ["SharedEvent"] = "esx:getSharedObject" -- Event name for old cores.
}

QBCORE integration with SharedObject Event ( FOR OLD VERSION QBCORE )

Config.Framework = {
    ["Framework"] = "qbcore", -- auto, esx, qbcore or qbox
    ["ResourceName"] = "qb-core", -- auto, es_extended or qb-core or your resource name. If you using qbx you should write qb-core
    ["SharedEvent"] = "qb-core:getSharedObject" -- Event name for old cores.
}

If you are using a custom framework, click to integrate

Last updated