Create readme.md

This commit is contained in:
Benzo
2022-04-26 19:41:47 +02:00
committed by GitHub
parent 1308b02af5
commit a6b884b152
+13
View File
@@ -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")