diff --git a/client.lua b/client.lua index 7f9631e..58053c9 100644 --- a/client.lua +++ b/client.lua @@ -19,4 +19,6 @@ RegisterCommand('testnotify', function(_, args) SendNotification(message, duration, "warning") end) -exports('SendNotification', SendNotification) \ No newline at end of file +exports('SendNotification', SendNotification) + +RegisterNetEvent('swe-notify:sendNotification', SendNotification) \ No newline at end of file