Skip to content

imThaku/fivem-es_extended

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fivem-es_extended

FiveM Essential Extended

-- INFO --

Since commit of 25/05/2017 => https://github.com/indilo53/fivem-es_extended/commit/39e033120c6b9d037b29d66e95697ad9756ee2bf you have to add a 'name' column default to '' (empty string)

if you are juste installing es_extended from scratch you can skip this step, it is included in es_extended.sql

ALTER TABLE `users` 

ADD COLUMN `name` VARCHAR(255) NULL DEFAULT '' AFTER `money`;

screenshot

You need essentialmode and es_admin activated

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

Add support for inventory (press F5 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

Wiki => https://github.com/indilo53/fivem-es_extended/wiki

--- INSTALL ---

Make sure you have essentialmode and es_admin loaded before es_extended

  1. Import es_extended.sql in your database
  2. Copy folders in cfx-server/ressources

--- Additionnal notes --

You can add other types of accounts in es_extended/config.lua You have to add account icons in html/img/accounts

SCRIPT NOT COMPATIBLE WITH [Pole-emploi] because it conflicts with some SQL columns

ALL SCRIPT RELATED TO ES_EXTENDED ARE IN ALPHA VERSION AND NEED MORE TESTING

PLEASE REPORT ANY BUG => OPEN ISSUE ON GITHUB

About

FiveM Essential Extended

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published