Unified notification bridge for FiveM.
- Get the latest Release
- Put the resource into your
resourcesfolder - Add this to your config:
start ox_lib
start NotifyBridge- Configure the
config.lua
Set your target system in config.lua:
Config.NotifyTo = 'ox_lib'Supported values:
ox_libESXokokNotifychat
If enabled:
/notifytest
/notifytest success Everything works
/notifytest error Something failedexports['NotifyBridge']:Notify(title, message, type, duration, position)exports['NotifyBridge']:NotifyPlayer(playerId, title, message, type, duration, position)
exports['NotifyBridge']:NotifyAll(title, message, type, duration, position)