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
+3 -1
View File
@@ -1,5 +1,7 @@
# esx_weaponshop
ESX Weapon Shop adds.. well you guessed it - weapon shops to the already existing shops in the world.
## Download & Installation
### Using [fvm](https://github.com/qlaffont/fvm-installer)
@@ -29,7 +31,7 @@ start esx_weaponshop
### License
esx_weaponshop - Legal and illegal weapon shops
Copyright (C) 2015-2018 Jérémie N'gadi
Copyright (C) 2015-2020 Jérémie N'gadi
This program Is free software: you can redistribute it And/Or modify it under the terms Of the GNU General Public License As published by the Free Software Foundation, either version 3 Of the License, Or (at your option) any later version.
+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