don't need the variable here

This commit is contained in:
jimathy
2022-05-05 21:37:45 +01:00
committed by GitHub
parent 9a14e004e9
commit 35e166d049

View File

@@ -86,7 +86,7 @@ QBCore.Functions.CreateCallback('jim-payments:Ticket:Count', function(source, cb
cb(amount)
end)
RegisterServerEvent("jim-payments:server:Charge", function(citizen, price, billtype, img, outside)
RegisterServerEvent("jim-payments:server:Charge", function(citizen, price, billtype, img)
local src = source
local biller = QBCore.Functions.GetPlayer(src)
local billed = QBCore.Functions.GetPlayer(tonumber(citizen))