ESX Function
There you have snippet code for change esx framework notify to ug-notification
function ESX.ShowNotification(message, notifyType, length)
exports['esx_notify']:Notify(notifyType, length, message)
endfunction ESX.ShowNotification(message, notifyType, length)
exports['ug-notify']:Notify(notifyType or 'info', message, length or 5000)
endLast updated