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