Final commit v1.2.0

This commit is contained in:
ElPumpo
2020-02-05 11:21:12 +01:00
parent 146328ddea
commit b221c33800
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -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.
+1 -1
View File
@@ -4,7 +4,7 @@ game 'gta5'
description 'ESX Billing'
version '1.1.0'
version '1.2.0'
server_scripts {
'@mysql-async/lib/MySQL.lua',