1
0
Fork 0
forked from Simnation/Main

Update billing_client.lua

This commit is contained in:
Nordi98 2025-08-05 11:23:12 +02:00
parent 5bc835bc97
commit bb8d3ccd68

View file

@ -19,16 +19,16 @@ function OpenMainBillingMenu()
title = 'Billing System', title = 'Billing System',
options = { options = {
{ {
title = 'Create Bill', title = 'Rechnung erstellen',
description = 'Send a bill to a nearby player', description = 'Sende eine Rechnung an einen Spieler in der Nähe',
icon = 'file-invoice-dollar', icon = 'file-invoice-dollar',
onSelect = function() onSelect = function()
OpenCreateBillMenu() OpenCreateBillMenu()
end end
}, },
{ {
title = 'My Bills', title = 'Meine Rechnungen',
description = 'View and pay your received bills', description = 'Sehe & bezahle deine erhaltenen Rechnungen',
icon = 'money-check', icon = 'money-check',
onSelect = function() onSelect = function()
ViewBills() ViewBills()