hryzen_lib - Setup
Requirements
- ox_lib (Free)
onesyncmust be enabled server-side (onesync oninserver.cfg)
Installation
- Drag & drop
hryzen_libinto your server'sresourcesdirectory - Add it to your
server.cfgbefore any resource that depends on it:
ini
ensure ox_lib
ensure qbx_core
ensure hryzen_libConfiguration
Set Framework in config.lua to match the framework your server runs:
lua
return {
Debug = false,
Framework = 'qbx', -- qbx, qbcore, esx
}INFO
Only the framework you select is active — hryzen_lib doesn't auto-detect, matching how most FiveM SDKs handle this so behavior stays predictable.
