diff --git a/README.md b/README.md index 8bcad85e..deb8039f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,38 @@ -# fxserver-esx_menu_list -FXServer ESX Menu List +# esx_menu_list +Advanced menu inputs for ESX + +## Download & Installation + +### Using [fvm](https://github.com/qlaffont/fvm-installer) +``` +fvm install --save --folder=esx esx-org/esx_menu_list +``` + +### Using Git +``` +cd resources +git clone https://github.com/ESX-Org/esx_menu_list [esx]/esx_menu_list +``` + +### Manually +- Download https://github.com/ESX-Org/esx_menu_list/archive/master.zip +- Put it in the `[esx]` directory + +## Installation +- Add this to your `server.cfg`: + +``` +start esx_menu_list +``` + +# Legal +### License +esx_menu_list - advanced menu inputs for ESX + +Copyright (C) 2015-2018 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. + +This program Is distributed In the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty Of MERCHANTABILITY Or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License For more details. + +You should have received a copy Of the GNU General Public License along with this program. If Not, see http://www.gnu.org/licenses/. \ No newline at end of file diff --git a/__resource.lua b/__resource.lua index b5518443..f5d3f588 100644 --- a/__resource.lua +++ b/__resource.lua @@ -1,26 +1,26 @@ resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937' -description 'ESX Menu Default' +description 'ESX Menu List' -version '1.0.1' +version '1.0.2' client_scripts { '@es_extended/client/wrapper.lua', 'client/main.lua' } -ui_page { - 'html/ui.html' -} +ui_page 'html/ui.html' files { 'html/ui.html', + 'html/css/app.css', + 'html/js/mustache.min.js', 'html/js/app.js', + 'html/fonts/pdown.ttf', - 'html/fonts/bankgothic.ttf', - 'html/img/cursor.png', - 'html/img/keys/enter.png', - 'html/img/keys/return.png', -} \ No newline at end of file + 'html/fonts/bankgothic.ttf' +} + +dependency 'es_extended' \ No newline at end of file diff --git a/html/css/app.css b/html/css/app.css index 603a3e09..e850e5c0 100644 --- a/html/css/app.css +++ b/html/css/app.css @@ -9,7 +9,7 @@ } .menu { - font-family: bankgothic; + font-family: bankgothic; position : absolute; left : 50%; top : 50%; diff --git a/html/img/accounts/bank.png b/html/img/accounts/bank.png deleted file mode 100644 index eb36dc8e..00000000 Binary files a/html/img/accounts/bank.png and /dev/null differ diff --git a/html/img/accounts/black_money.png b/html/img/accounts/black_money.png deleted file mode 100644 index a42f6aa5..00000000 Binary files a/html/img/accounts/black_money.png and /dev/null differ diff --git a/html/img/cursor.png b/html/img/cursor.png deleted file mode 100644 index 39536f95..00000000 Binary files a/html/img/cursor.png and /dev/null differ diff --git a/html/img/keys/enter.png b/html/img/keys/enter.png deleted file mode 100644 index 3eb9a1f6..00000000 Binary files a/html/img/keys/enter.png and /dev/null differ diff --git a/html/img/keys/return.png b/html/img/keys/return.png deleted file mode 100644 index a3ca125a..00000000 Binary files a/html/img/keys/return.png and /dev/null differ diff --git a/html/ui.html b/html/ui.html index c9363c07..09b1fbc5 100644 --- a/html/ui.html +++ b/html/ui.html @@ -3,14 +3,11 @@ - - - \ No newline at end of file