finish push

This commit is contained in:
Stitch
2023-11-08 13:36:15 -08:00
parent a90129b4c6
commit bf476c9ca3
2 changed files with 1 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ Config = {
`U_F_M_CasinoShop_01`, `U_F_M_CasinoShop_01`,
}, },
usebzzz = false, -- enable if you're using the prop from bzzz Usebzzz = false, -- enable if you're using the prop from bzzz
Enablecommand = true, -- Enables the cashregister command Enablecommand = true, -- Enables the cashregister command
PhoneBank = false, -- Set this to false to use the popup payment system FOR CARD/BANK PAYMENTS instead of using phone invoices PhoneBank = false, -- Set this to false to use the popup payment system FOR CARD/BANK PAYMENTS instead of using phone invoices

View File

@@ -257,8 +257,6 @@ end)
CreateThread(function() CreateThread(function()
if Config.Usebzzz then if Config.Usebzzz then
QBCore.Functions.CreateUseableItem('terminal', function(source, item)
TriggerClientEvent("jim-payments:client:Charge", source, {}, true) TriggerClientEvent("jim-payments:client:Charge", source, {}, true)
end)
end end
end) end)