mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 10:18:54 +00:00
Minor changes
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user