diff --git a/README.md b/README.md index c4f408ee..2fcfd7ae 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # esx_billing +This resource for ESX adds possibility for different jobs to send bills to players, for example making police units able to give people fines. It comes with a menu for paying bills, to open the menu the default keybind is `F7`. + +There is a developer server event available in order to register bills in the database, see default resources for examples. + ## Download & Installation ### Using [fvm](https://github.com/qlaffont/fvm-installer) @@ -44,7 +48,7 @@ end ### License esx_billing - billing for ESX -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. diff --git a/fxmanifest.lua b/fxmanifest.lua index c0669a48..dacdfe59 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -4,7 +4,7 @@ game 'gta5' description 'ESX Billing' -version '1.1.0' +version '1.2.0' server_scripts { '@mysql-async/lib/MySQL.lua',