Bug Fixes

This commit is contained in:
jimathy
2022-04-24 11:06:12 +01:00
committed by GitHub
parent 41c8e3698e
commit d32b191689
4 changed files with 11 additions and 19 deletions

View File

@@ -26,7 +26,6 @@ RegisterServerEvent('jim-payments:server:ATM:use', function(amount, billtype, ba
local cashB = Player.Functions.GetMoney("cash")
local bankB = Player.Functions.GetMoney("bank")
local amount = tonumber(amount)
--TriggerClientEvent("QBCore:Notify", src, tostring(account), "error")
--Simple transfers from bank to wallet --
if account == "bank" or account == "atm" then