diff --git a/[esx]/esx_notify/readme.md b/[esx]/esx_notify/readme.md new file mode 100644 index 00000000..6a1a2ea6 --- /dev/null +++ b/[esx]/esx_notify/readme.md @@ -0,0 +1,13 @@ +## 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")