diff --git a/config.lua b/config.lua index f69963f..1e238c8 100644 --- a/config.lua +++ b/config.lua @@ -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 diff --git a/server/server.lua b/server/server.lua index 9ee0778..cedf2ba 100644 --- a/server/server.lua +++ b/server/server.lua @@ -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) \ No newline at end of file