ESX INTEGRATION
To integrate vzn-notify with esx framework do steps below!
Disable or remove esx_notify
from your server
After this step the script should automatically works, but if not do next steps!
Go to es_extended/client/functions.lua
Find function called ESX.ShowNotification
Replace this function with this code below
es_extended/client/functions.lua
function ESX.ShowNotification(message, notifyType, length)
exports['vzn-notify']:esxNotification(notifyType, length, message)
end