mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
refactor: add better descriptions to the fxmanifests
This commit is contained in:
@@ -2,7 +2,7 @@ fx_version 'adamant'
|
|||||||
|
|
||||||
game 'gta5'
|
game 'gta5'
|
||||||
author 'ESX-Framework'
|
author 'ESX-Framework'
|
||||||
description 'cron'
|
description 'Allows resources to Run tasks at specific intervals.'
|
||||||
lua54 'yes'
|
lua54 'yes'
|
||||||
version '1.10.4'
|
version '1.10.4'
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
fx_version 'cerulean'
|
fx_version 'cerulean'
|
||||||
|
|
||||||
game 'gta5'
|
game 'gta5'
|
||||||
description 'ES Extended'
|
description 'The Core resource that provides the functionalities for all other resources.'
|
||||||
lua54 'yes'
|
lua54 'yes'
|
||||||
version '1.10.4'
|
version '1.10.4'
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ fx_version 'bodacious'
|
|||||||
|
|
||||||
game 'gta5'
|
game 'gta5'
|
||||||
author 'ESX-Framework & Brayden'
|
author 'ESX-Framework & Brayden'
|
||||||
description 'Offical ESX Legacy Context Menu'
|
description 'A simplistic context menu for ESX.'
|
||||||
lua54 'yes'
|
lua54 'yes'
|
||||||
version '1.10.4'
|
version '1.10.4'
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
fx_version 'adamant'
|
fx_version 'adamant'
|
||||||
|
|
||||||
game 'gta5'
|
game 'gta5'
|
||||||
description 'ESX Identity'
|
description 'Allows the player to Pick their characters: Name, Gender, Height and Date-of-birth.'
|
||||||
lua54 'yes'
|
lua54 'yes'
|
||||||
version '1.10.4'
|
version '1.10.4'
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
game 'common'
|
game 'common'
|
||||||
|
|
||||||
version '1.10.4'
|
|
||||||
fx_version 'cerulean'
|
fx_version 'cerulean'
|
||||||
author 'ESX-Framework'
|
author 'ESX-Framework'
|
||||||
|
description 'A simple but beautiful Loading Screen for your server!'
|
||||||
|
|
||||||
lua54 'yes'
|
lua54 'yes'
|
||||||
loadscreen 'index.html'
|
loadscreen 'index.html'
|
||||||
|
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
<h1 align='center'>[ESX] Menu Defualt</a></h1><p align='center'><b><a href='https://discord.esx-framework.org/'>Discord</a> - <a href='https://esx-framework.org/'>Website</a> - <a href='https://documentation.esx-framework.org/legacy/installation'>Documentation</a></b></h5>
|
<h1 align='center'>[ESX] Menu Defualt</a></h1><p align='center'><b><a href='https://discord.esx-framework.org/'>Discord</a> - <a href='https://esx-framework.org/'>Website</a> - <a href='https://documentation.esx-framework.org/legacy/installation'>Documentation</a></b></h5>
|
||||||
|
|
||||||
A defualt List type menu for ESX.
|
A default List type menu for ESX.
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
## Legal
|
## Legal
|
||||||
|
|
||||||
esx_menu_defualt - Default Menu!
|
esx_menu_default - Default Menu!
|
||||||
|
|
||||||
Copyright (C) 2015-2023 Jérémie N'gadi
|
Copyright (C) 2015-2023 Jérémie N'gadi
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
fx_version 'adamant'
|
fx_version 'adamant'
|
||||||
|
|
||||||
game 'gta5'
|
game 'gta5'
|
||||||
description 'ESX Menu Default'
|
description 'A basic menu system for ESX Legacy.'
|
||||||
lua54 'yes'
|
lua54 'yes'
|
||||||
version '1.10.4'
|
version '1.10.4'
|
||||||
|
|
||||||
|
|||||||
@@ -1,23 +1,6 @@
|
|||||||
# esx_menu_dialog
|
# esx_menu_dialog
|
||||||
Simple script used for inputs.
|
Simple script used for inputs.
|
||||||
|
|
||||||
## Download & Installation
|
|
||||||
|
|
||||||
### Using [fvm](https://github.com/qlaffont/fvm-installer)
|
|
||||||
```
|
|
||||||
fvm install --save --folder=esx esx-org/esx_menu_dialog
|
|
||||||
```
|
|
||||||
|
|
||||||
### Using Git
|
|
||||||
```
|
|
||||||
cd resources
|
|
||||||
git clone https://github.com/ESX-Org/esx_menu_dialog [esx]/esx_menu_dialog
|
|
||||||
```
|
|
||||||
|
|
||||||
### Manually
|
|
||||||
- Download https://github.com/ESX-Org/esx_menu_dialog/archive/master.zip
|
|
||||||
- Put it in the `[esx]` directory
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
- Add this to your `server.cfg`:
|
- Add this to your `server.cfg`:
|
||||||
|
|
||||||
@@ -29,7 +12,7 @@ start esx_menu_dialog
|
|||||||
### License
|
### License
|
||||||
esx_menu_dialog - input dialog for ESX
|
esx_menu_dialog - input dialog for ESX
|
||||||
|
|
||||||
Copyright (C) 2015-2023 Jérémie N'gadi
|
Copyright (C) 2015-2024 ESX-Framework
|
||||||
|
|
||||||
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 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,7 +1,7 @@
|
|||||||
fx_version 'adamant'
|
fx_version 'adamant'
|
||||||
|
|
||||||
game 'gta5'
|
game 'gta5'
|
||||||
description 'ESX Menu Dialog'
|
description 'A basic input dialog for ESX Legacy.'
|
||||||
lua54 'yes'
|
lua54 'yes'
|
||||||
version '1.10.4'
|
version '1.10.4'
|
||||||
|
|
||||||
|
|||||||
@@ -1,35 +1,11 @@
|
|||||||
# esx_menu_list
|
# esx_menu_list
|
||||||
Advanced menu inputs for ESX
|
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
|
# Legal
|
||||||
### License
|
### License
|
||||||
esx_menu_list - advanced menu inputs for ESX
|
esx_menu_list - advanced menu inputs for ESX
|
||||||
|
|
||||||
Copyright (C) 2015-2023 Jérémie N'gadi
|
Copyright (C) 2015-2024 ESX-Framework
|
||||||
|
|
||||||
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 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,7 +1,7 @@
|
|||||||
fx_version 'adamant'
|
fx_version 'adamant'
|
||||||
|
|
||||||
game 'gta5'
|
game 'gta5'
|
||||||
description 'ESX Menu List'
|
description 'A basic table-based menu system for ESX Legacy.'
|
||||||
lua54 'yes'
|
lua54 'yes'
|
||||||
version '1.10.4'
|
version '1.10.4'
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ fx_version 'cerulean'
|
|||||||
|
|
||||||
game 'gta5'
|
game 'gta5'
|
||||||
author 'ESX-Framework - Linden - KASH'
|
author 'ESX-Framework - Linden - KASH'
|
||||||
description 'Official Multicharacter System For ESX Legacy'
|
description 'Allows players to have multiple characters on the same account.'
|
||||||
version '1.10.4'
|
version '1.10.4'
|
||||||
lua54 'yes'
|
lua54 'yes'
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ lua54 'yes'
|
|||||||
game 'gta5'
|
game 'gta5'
|
||||||
version '1.10.4'
|
version '1.10.4'
|
||||||
author 'ESX-Framework'
|
author 'ESX-Framework'
|
||||||
description 'Official NUI Notification system for ESX'
|
description 'A beautiful and simple NUI notification system for ESX'
|
||||||
|
|
||||||
shared_script '@es_extended/imports.lua'
|
shared_script '@es_extended/imports.lua'
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ game 'gta5'
|
|||||||
author 'ESX-Framework'
|
author 'ESX-Framework'
|
||||||
lua54 'yes'
|
lua54 'yes'
|
||||||
version '1.10.4'
|
version '1.10.4'
|
||||||
description 'ESX Progressbar'
|
description 'a beautiful and simple NUI progress bar for ESX'
|
||||||
|
|
||||||
client_scripts { 'Progress.lua' }
|
client_scripts { 'Progress.lua' }
|
||||||
shared_script '@es_extended/imports.lua'
|
shared_script '@es_extended/imports.lua'
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
fx_version 'adamant'
|
fx_version 'adamant'
|
||||||
|
|
||||||
game 'gta5'
|
game 'gta5'
|
||||||
description 'ESX Skin'
|
description 'Allows players to customise their character\'s appearance'
|
||||||
version '1.10.4'
|
version '1.10.4'
|
||||||
lua54 'yes'
|
lua54 'yes'
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ fx_version 'adamant'
|
|||||||
game 'gta5'
|
game 'gta5'
|
||||||
author 'ESX-Framework'
|
author 'ESX-Framework'
|
||||||
version '1.10.4'
|
version '1.10.4'
|
||||||
description 'ESX TextUI'
|
description 'A beautiful and simple Persistent Notification system for ESX.'
|
||||||
lua54 'yes'
|
lua54 'yes'
|
||||||
|
|
||||||
client_scripts { 'TextUI.lua' }
|
client_scripts { 'TextUI.lua' }
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ fx_version 'adamant'
|
|||||||
|
|
||||||
game 'gta5'
|
game 'gta5'
|
||||||
lua54 'yes'
|
lua54 'yes'
|
||||||
description 'Official ESX-Legacy resource for handling the Player`s Skin'
|
description 'Saves/loads character appearances for ESX Legacy.'
|
||||||
version '1.10.4'
|
version '1.10.4'
|
||||||
|
|
||||||
client_scripts {
|
client_scripts {
|
||||||
|
|||||||
Reference in New Issue
Block a user