mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 23:01:30 +00:00
Update readme.md
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
* By doing ESX.ShowNotification("Text Here") it will be default/info
|
||||
|
||||
# Exports
|
||||
exports["esx_notify"]:Notify("info", 3000, "Text Here")
|
||||
* exports["esx_notify"]:Notify("info", 3000, "Text Here")
|
||||
|
||||
# Events
|
||||
TriggerEvent("ESX:Notify", "info", 3000, "Text Here")
|
||||
* TriggerEvent("ESX:Notify", "info", 3000, "Text Here")
|
||||
|
||||
Reference in New Issue
Block a user