mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
fix(esx_notify): missing params
This commit is contained in:
@@ -38,21 +38,21 @@ if Debug then
|
||||
RegisterCommand("oldnotify", function()
|
||||
---@diagnostic disable-next-line
|
||||
ESX.ShowNotification("No Waypoint Set.", true, false, 140)
|
||||
end)
|
||||
end, false)
|
||||
|
||||
RegisterCommand("notify", function()
|
||||
ESX.ShowNotification("You Recived ~br~ 1x ball~s~!", "success", 3000)
|
||||
end)
|
||||
end, false)
|
||||
|
||||
RegisterCommand("notify1", function()
|
||||
ESX.ShowNotification("Well ~g~Done~s~!", "success", 3000)
|
||||
end)
|
||||
end, false)
|
||||
|
||||
RegisterCommand("notify2", function()
|
||||
ESX.ShowNotification("Information Recived", "info", 3000)
|
||||
end)
|
||||
end, false)
|
||||
|
||||
RegisterCommand("notify3", function()
|
||||
ESX.ShowNotification("You Did something ~r~WRONG~s~!", "error", 3000)
|
||||
end)
|
||||
end, false)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user