setup

  • Remove esx_notify resource.

  • Replace es_extended/client/functions.lua ESX.ShowNotification function with the code below;

function ESX.ShowNotification(message, notifyType, length, title)
	exports['izzy-uikit']:sendNotification(notifyType, title, message, length)
end
  • Move izzy-uikit folder to your resources folder.

  • Make sure you have started the resource in server.cfg.

Last updated