Jérémie N'gadi 5f7188b760 Fix hacky methods
2017-08-20 19:43:59 +02:00
2017-08-20 19:43:59 +02:00
2017-07-31 13:19:37 +02:00
2017-08-09 14:08:56 +02:00
2017-08-19 13:15:55 +02:00

fxserver-es_extended [WIP]

FXServer ES Extended

[UPDATE]

Since commit : https://github.com/FXServer-ESX/fxserver-es_extended/commit/ec1e8c0852b7461472dc9c332464ad55c81682e7 you have to add this SQL if you have already installed es_extended :

ALTER TABLE `items`
	ADD COLUMN `rare` int(11) NOT NULL DEFAULT '0',
	ADD COLUMN `can_remove` int(11) NOT NULL DEFAULT '1'
;

[DISCORD]

https://discord.me/fivem_esx

[SCREENSHOT]

screenshot

[DESCRIPTION]

Add support for accounts (bank / black money) you can also add others accounts

Add support for inventory (press F2 ingame) => Players can now remove items from inventory

Add support for jobs

Loadouts are saved in database and restored on spawn

Positions are saved in database and restored on spawn

[REQUIREMENTS]

[INSTALLATION]

git clone https://github.com/FXServer-ESX/fxserver-es_extended
cd fxserver-es_extended
git submodule init
git submodule update --recursive
  1. Copy all folders inside resources to your server resources folder
  2. Import es_extended.sql in your database
  3. Add this in your server.cfg :
start es_extended

start esx_menu_default
start esx_menu_list
start esx_menu_dialog
S
Description
Official Repo For core resources for esx-legacy
Readme 49 MiB
Languages
JavaScript 62.3%
Lua 34.8%
TypeScript 1.2%
HTML 0.8%
CSS 0.7%
Other 0.2%