Config
How to configure sp_core for the bridge, UI Colors and more.
Copy your sp.cfg from sp_core directory and put in the same directory as your other configs and use
exec sp.cfgOptionally, you can go to sp_core/data/config.lua to change these values or just use the convars.
# ====== Framework ======
# options: es_extended, qb-core, qbx_core, nd_core, custom
setr sp:framework qbx_core
# ====== Inventory ======
# options: ox_inventory, 'custom' -- More coming soon
setr sp:inventory ox_inventory
# ====== Target System ======
# options: ox_target, qb-target, meta_target, custom
setr sp:target ox_target
# ====== UI: Notify ======
# options: sp_core, ox_lib, pNotify, 't-notify', framework, custom
setr sp:ui:notify sp_core
# ====== UI: TextUI ======
# options: sp_core, ox_lib, 't-notify', custom
setr sp:ui:textUI sp_core
# ====== UI: Radial Menu ======
# options: ox_lib, qb-radialmenu, custom
setr sp:ui:radial ox_lib
# ====== UI: Progress Bar ======
# options: sp_core, ox_lib, qb-core, custom
setr sp:ui:progress sp_core
Last updated