Introduction
es_extended is the core resource of the ESX ecosystem.
It handles players and vehicles objects and their related functions. It also includes multiple pre-defined functions to be used in external resources that utilize ESX.
Installation
Offical guide to installing ESX-Overextended.
Make sure you have successfully installed and setup the database before continuing!
Requirements
Optional Requirements
These resources aren't required but provide additional functionality.
- esx_identity
- esx_multicharacter (if using multicharacter, esx_identity must be installed)
- ox_inventory: replaces the default esx's menu-based inventory
- npwd: provides mobile phone functionality in-game
Download
- Using Git Clone
- Downloading Manually
git clone https://github.com/esx-overextended/es_extended
Download es_extended
Install
Extract the downloaded zip and make sure the extracted folder name is
es_extended
(case sensitive)Place it into the
resources
folder in your server.Open your database manager/HeidiSQL and import the
esx-overextended.sql
file located in es_extended folder into your database.Make sure you are NOT using any of these resources:
ox_core
qb-core
qbx-core
essentialmode
vrp
basic-gamemode
mapmanager
fivem-map-skater
fivem-map-hipster
mysql-async
default_spawnpoint
Make sure the start order of the resources in your
server.cfg
looks similar to this:
ensure chat
ensure oxmysql
ensure ox_lib
ensure es_extended
ensure illenium-appearance
ensure esx_identity #optional
ensure esx_multicharacter #optional
ensure ox_inventory #optional
ensure npwd #optional