Files
esx_core-esx-framework/[esx]/esx_notify
2022-06-09 01:57:53 +02:00
..
2022-06-09 01:57:53 +02:00
2022-04-26 16:38:48 +01:00
2022-06-09 01:57:53 +02:00
2022-04-26 19:41:59 +02:00

How to change style and time

  • ESX.ShowNotification("Text Here", "error", 3000) -- Error Notification

  • ESX.ShowNotification("Text Here", "success", 3000) -- Success Notification

  • ESX.ShowNotification("Text Here", "info", 3000) -- Info

  • By doing ESX.ShowNotification("Text Here") it will be default/info

Exports

  • exports["esx_notify"]:Notify("info", 3000, "Text Here")

Events

  • TriggerEvent("ESX:Notify", "info", 3000, "Text Here")