mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-28 22:01:29 +00:00
Fix ( Lint): Add MySQL as a global Variable
This commit is contained in:
@@ -8,7 +8,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Lint
|
||||
uses: GoatG33k/fivem-lua-lint-action@v1
|
||||
uses: Sub-Zero-Interactive/fivem-lua-lint-action@v1.1
|
||||
with:
|
||||
capture: "junit.xml"
|
||||
args: "-t --formatter JUnit --no-max-comment-line-length"
|
||||
|
||||
@@ -1,16 +1,12 @@
|
||||
<h1 align='center'>ESX Legacy</a></h1><p align='center'><b><a href='https://discord.gg/cNx6HF9P5J'>Discord</a> - <a href='https://esx-framework.org/'>Website</a> - <a href='https://docs.esx-framework.org/docs/legacy/installation'>Documentation</a></b></h5>
|
||||
|
||||
##### ESX is the leading framework for creating roleplay servers on FiveM, with many official and community resources designed to utilise the tools provided here. For a taste of what's available
|
||||
|
||||
##### ESX is the leading framework for creating roleplay servers on FiveM, with many official and community resources designed to utilise the tools provided here. For a taste of what's available:
|
||||
> esx_identity: Enables character registration defining a players name, sex, height, and date of birth
|
||||
|
||||
> esx_society: Allows job resources to register a society, gaining employee management, society funds, and more
|
||||
|
||||
> esx_billing: Allows members of some societies to send fines or bills to other players
|
||||
|
||||
> esx_vehicleshop: Allow players to purchase vehicles from a dealership, or setup society support for a player-managed dealership
|
||||
|
||||
> esx_ambulancejob: Adds a death and respawn system while allowing players to work as EMS to heal and revive others
|
||||
> esx_identity: Enables character registration defining a players name, sex, height, and date of birth
|
||||
> esx_society: Allows job resources to register a society, gaining employee management, society funds, and more
|
||||
> esx_billing: Allows members of some societies to send fines or bills to other players
|
||||
> esx_vehicleshop: Allow players to purchase vehicles from a dealership, or setup society support for a player-managed dealership
|
||||
> esx_ambulancejob: Adds a death and respawn system while allowing players to work as EMS to heal and revive others
|
||||
|
||||
Many more resources are included in this repository, or you can browse the [ESX Community Github](https://github.com/esx-community/) or [Cfx.re Releases board](https://forum.cfx.re/tag/esx) for more.
|
||||
|
||||
@@ -26,4 +22,4 @@ This program Is free software: you can redistribute it And/Or modify it under th
|
||||
|
||||
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/.
|
||||
You should have received a copy Of the GNU General Public License along with this program. If Not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Reference in New Issue
Block a user