FIX - polish banking interactions and transaction details

This commit is contained in:
Leon.Schmidt
2026-08-17 00:25:14 +02:00
parent 181206f3cf
commit 335b9a98b5
12 changed files with 482 additions and 111 deletions
+2 -2
View File
@@ -894,8 +894,8 @@ RegisterNetEvent("sky_phone:calls:changed", function()
SendNUIMessage({ type = "calls:changed" })
end)
RegisterNetEvent("sky_phone:banking:changed", function()
SendNUIMessage({ type = "banking:changed" })
RegisterNetEvent("sky_phone:banking:changed", function(data)
SendNUIMessage({ type = "banking:changed", data = data })
end)
RegisterNetEvent("sky_phone:billing:changed", function()