Remov /cashregister command, didn't work correctly

This commit is contained in:
jimathy
2022-02-20 15:32:42 +00:00
committed by GitHub
parent 61fc56d82d
commit 76ff8dcfec

View File

@@ -11,7 +11,7 @@ local function cv(amount)
return formatted return formatted
end end
QBCore.Commands.Add("cashregister", "Use mobile cash register", {}, false, function(source) TriggerClientEvent("jim-payments:client:Charge", source, true) end) --QBCore.Commands.Add("cashregister", "Use mobile cash register", {}, false, function(source) TriggerClientEvent("jim-payments:client:Charge", source, true) end)
RegisterServerEvent('jim-payments:Tickets:Give', function(amount, job) RegisterServerEvent('jim-payments:Tickets:Give', function(amount, job)
if Config.TicketSystem then if Config.TicketSystem then