Update readme.md

This commit is contained in:
xorzo
2022-07-05 13:51:35 +02:00
committed by GitHub
parent a98ab1d7eb
commit 562e12326f
+2
View File
@@ -2,12 +2,14 @@
<h3>Change style and time</h3>
```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
```
<h3>Export Usage</h3>