Skip to main content

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.

tip

Make sure you have successfully installed and setup the database before continuing!

Requirements

Optional Requirements

These resources aren't required but provide additional functionality.

Download

git clone https://github.com/esx-overextended/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:

server.cfg
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