We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ce71a commit e89e9c3Copy full SHA for e89e9c3
1 file changed
client/can-edit.lua
@@ -12,7 +12,7 @@ function Notification(massage, type, time)
12
end
13
exports("Notification", Notification)
14
exports("Notify", Notification)
15
-
+
16
AddEventHandler('ata_core')
17
RegisterNetEvent('ata_core:Notification', function(massage, type, time)
18
Notification(massage, type, time)
0 commit comments