Dependencies
Which frameworks ob_notify works with, and which resources it repaints if you have them installed.
Required
None. Unzip it, add one line to server.cfg and it runs.
Optional
| Resource | What for |
|---|---|
oxmysql |
Storing the panel's server defaults in the database, so they survive an update |
It is detected on its own. Without it those values go to a file inside the resource and everything else works the same.
Frameworks
Detected automatically at boot. Nothing to configure.
| Framework | |
|---|---|
qbcore |
Supported |
esx |
Supported |
standalone |
Runs with no framework |
Resources it repaints
If they are installed, ob_notify steps in front and their notifications come
out with this interface. You do not have to edit or uninstall them.
| Resource | What it repaints |
|---|---|
qb-core |
QBCore.Functions.Notify |
esx_notify |
ESX.ShowNotification |
esx_textui |
ESX.TextUI |
ox_lib |
lib.notify |
Order in server.cfg matters
ob_notify has to start before the resource it wants to get ahead of. If it
starts later, that resource has already registered its own handlers and will
keep painting what it always did.
See Installation.