ADD - add SkyPhone banking app

Includes the required banking configuration, SQL migration, and English locale entries.
This commit is contained in:
Type
2026-08-06 17:35:59 +02:00
parent 5471040dd8
commit f79400a691
22 changed files with 1663 additions and 16 deletions
+8
View File
@@ -43,6 +43,10 @@ local server_callbacks = {
"calls:answer",
"calls:decline",
"calls:hangup",
"banking:overview",
"banking:deposit",
"banking:withdraw",
"banking:transfer",
}
local function get_locale()
@@ -283,6 +287,10 @@ RegisterNetEvent("sky_phone:calls:changed", function()
SendNUIMessage({ type = "calls:changed" })
end)
RegisterNetEvent("sky_phone:banking:changed", function()
SendNUIMessage({ type = "banking:changed" })
end)
RegisterNetEvent("sky_phone:call:incoming", function(data)
notification_focus = true
SetNuiFocus(true, true)