ADD - persist lock screen notifications

This commit is contained in:
smx.pusha
2026-08-10 17:49:47 +02:00
parent 7bd8462dc3
commit bc308f0f69
13 changed files with 704 additions and 35 deletions
+5
View File
@@ -13,6 +13,7 @@ local server_callbacks = {
"security:change-passcode",
"security:disable-passcode",
"device:save",
"notifications:save",
"device:factory-reset",
"account:login",
"account:register",
@@ -616,6 +617,10 @@ RegisterNetEvent("sky_phone:billing:new", function(data)
SendNUIMessage({ type = "billing:new", data = data })
end)
RegisterNetEvent("sky_phone:notification:test", function(data)
SendNUIMessage({ type = "notification:show", data = data })
end)
RegisterNetEvent("sky_phone:messages:changed", function(data)
SendNUIMessage({ type = "messages:changed", data = data })
end)