From 562e12326f6395bb784ade203680282ae634ad4b Mon Sep 17 00:00:00 2001 From: xorzo <80540494+xorzo1@users.noreply.github.com> Date: Tue, 5 Jul 2022 13:51:35 +0200 Subject: [PATCH] Update readme.md --- [esx]/esx_notify/readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/[esx]/esx_notify/readme.md b/[esx]/esx_notify/readme.md index ec9aaea9..a59f22b6 100644 --- a/[esx]/esx_notify/readme.md +++ b/[esx]/esx_notify/readme.md @@ -2,12 +2,14 @@

Change style and time

```lua + ---usage: message/type/length ESX.ShowNotification("message here", "error", 3000) ESX.ShowNotification("message here", "success", 3000) ESX.ShowNotification("message here", "info", 3000) ESX.ShowNotification("text here") -- Default will time and type will be info/3000 + ```

Export Usage