diff --git a/[esx]/esx_notify/Notify.lua b/[esx]/esx_notify/Notify.lua index 8a54aca6..27c7956e 100644 --- a/[esx]/esx_notify/Notify.lua +++ b/[esx]/esx_notify/Notify.lua @@ -7,5 +7,5 @@ local function Notify(type, length, message) end exports('Notify', Notify) -RegisterNetEvent("Notify", Notify) +RegisterNetEvent("ESX:Notify", Notify)