mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
feat(core): secure events
This commit is contained in:
@@ -32,7 +32,7 @@ local function Notify(notificatonType, length, message)
|
||||
end
|
||||
|
||||
exports("Notify", Notify)
|
||||
RegisterNetEvent("ESX:Notify", Notify)
|
||||
ESX.SecureNetEvent("ESX:Notify", Notify)
|
||||
|
||||
if Debug then
|
||||
RegisterCommand("oldnotify", function()
|
||||
|
||||
Reference in New Issue
Block a user