Minor changes

This commit is contained in:
ElPumpo
2020-02-11 21:28:20 +01:00
parent 98294c1ade
commit f2c6463665
2 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -33,8 +33,8 @@ function OpenBuyLicenseMenu(zone)
title = _U('buy_license'),
align = 'top-left',
elements = {
{ label = _U('no'), value = 'no' },
{ label = _U('yes', ('<span style="color: green;">%s</span>'):format((_U('shop_menu_item', ESX.Math.GroupDigits(Config.LicensePrice))))), value = 'yes' },
{label = _U('no'), value = 'no'},
{label = _U('yes', ('<span style="color: green;">%s</span>'):format((_U('shop_menu_item', ESX.Math.GroupDigits(Config.LicensePrice))))), value = 'yes'},
}
}, function(data, menu)
if data.current.value == 'yes' then