mirror of
https://github.com/jimathy/jim-payments.git
synced 2026-08-16 22:06:02 +01:00
Remov /cashregister command, didn't work correctly
This commit is contained in:
@@ -11,7 +11,7 @@ local function cv(amount)
|
||||
return formatted
|
||||
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)
|
||||
if Config.TicketSystem then
|
||||
|
||||
Reference in New Issue
Block a user