From a6b884b15230b6cb645f5261f266edbd56ba6e3c Mon Sep 17 00:00:00 2001 From: Benzo <102178921+Benzo00@users.noreply.github.com> Date: Tue, 26 Apr 2022 19:41:47 +0200 Subject: [PATCH] Create readme.md --- [esx]/esx_notify/readme.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 [esx]/esx_notify/readme.md 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")