mirror of
https://github.com/jimathy/jim-payments.git
synced 2026-08-19 15:26:03 +01:00
finish push
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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)
|
||||||
Reference in New Issue
Block a user