mirror of
https://github.com/jimathy/jim-payments.git
synced 2026-08-17 06:16:02 +01:00
finish push
This commit is contained in:
@@ -38,7 +38,7 @@ Config = {
|
||||
`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
|
||||
|
||||
PhoneBank = false, -- Set this to false to use the popup payment system FOR CARD/BANK PAYMENTS instead of using phone invoices
|
||||
|
||||
@@ -257,8 +257,6 @@ end)
|
||||
|
||||
CreateThread(function()
|
||||
if Config.Usebzzz then
|
||||
QBCore.Functions.CreateUseableItem('terminal', function(source, item)
|
||||
TriggerClientEvent("jim-payments:client:Charge", source, {}, true)
|
||||
end)
|
||||
end
|
||||
end)
|
||||
Reference in New Issue
Block a user