diff --git a/[core]/esx_notify/readme.md b/[core]/esx_notify/readme.md index b677a822..f1d51216 100644 --- a/[core]/esx_notify/readme.md +++ b/[core]/esx_notify/readme.md @@ -1,10 +1,10 @@ -

`[ESX] Notify```

``

`````Discord`` - ``Website`` - ``Documentation`````` +

[ESX] Notify

Discord - Website - Documentation A beautiful and simple NUI notification system for ESX # Example Code -`

`Change style and time`

` +

Change style and time

```lua ---usage: message/type/length @@ -33,7 +33,7 @@ Possible positions: ESX.ShowNotification("Your message here", "info", 3000, "Info Title", "top-right") ``` -`

`Export Usage`

` +

Export Usage

```lua -- Basic usage @@ -49,7 +49,7 @@ exports["esx_notify"]:Notify("warning", 4000, "Inventory full!", "Warning", "bot exports["esx_notify"]:Notify("warning", 4000, "Inventory full!~br~Some items were dropped.", "Warning") ``` -`

`Event Usage`

` +

Event Usage

```lua -- Basic usage @@ -62,7 +62,7 @@ TriggerEvent("ESX:Notify", "error", 5000, "You don't have enough money!", "Trans TriggerEvent("ESX:Notify", "success", 4000, "Welcome!", "Greetings", "top-middle") ``` -`

`Color Code Usage`

` +

Color Code Usage

```lua ~r~ = Red