Update readme.md

This commit is contained in:
xorzo
2022-07-05 13:55:02 +02:00
committed by GitHub
parent 6bf5bdeb6e
commit e1966b1323
+4 -1
View File
@@ -1,7 +1,8 @@
<h1 align="center">ESX Notify</h1>
<h3>Change style and time</h3>
```lua
```
---usage: message/type/length
ESX.ShowNotification("message here", "error", 3000)
@@ -10,6 +11,8 @@ ESX.ShowNotification("message here", "info", 3000)
ESX.ShowNotification("text here") -- Default will time and type will be info/3000
```
<h3>Export Usage</h3>
```lua
exports["esx_notify"]:Notify("info", 3000, "message here")