mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Create readme.md
This commit is contained in:
@@ -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")
|
||||
Reference in New Issue
Block a user