forked from Simnation/Main
Update billing_client.lua
This commit is contained in:
parent
5bc835bc97
commit
bb8d3ccd68
1 changed files with 4 additions and 4 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue