Scripts That Run on ES Extended
Everything filed here names ESX among the frameworks it supports. ES Extended has moved a long way across its versions, so the useful question is not whether a resource is "ESX" but which ESX it was written against. The listing answers that.
Scripts in this category
110 products
- ESX
- QBCore
- Qbox
Advanced Ankle Monitor Script
Let officers place real tracking devices on offenders — with a proper leg prop, configurable update intervals, lockpick removal, and 0.00ms idle. ESX, QBCore, and Qbox ready.
- ESX
- QBCore
- Qbox
Advanced Multijob & Boss Menu
Samuel’s Advanced Multijob & Boss Menu supports unlimited concurrent jobs, polyzone duty enforcement, per-job leaderboards, 12 inventory integrations, and a full boss management suite for QBCore and QBox servers.
- ESX
- QBCore
- Qbox
FREE MDT for Police
A fully free police MDT for FiveM with warrants, criminal records, vehicle database, auto nearest-player lookup, and five-language support. ESX, QBCore & Qbox. Rated 4.89/5.
New
Sale
Popular
Sale
- ESX
- QBCore
- Qbox
All in one Restaurant Script
Single QBCore resource covering 14 FiveM restaurant locations — Burgershot, Bean Machine, Cat Cafe, and eleven more — with unified menus, staff storage, customer kiosks, surveillance cameras, and consumable effects.
- ESX
- QBCore
- Qbox
FREE Keypad Minigame
Free, unencrypted FiveM keypad minigame with configurable PIN length, attempt limits, and per-attempt feedback. Works standalone or with ESX, QBCore, and Qbox. Zero cost, full source.
Sale
- ESX
- QBCore
- Qbox
ProdigyRP 2.0 Inspired Target | ox_target Redesign
ProdigyRP 2.0-inspired ox_target UI redesign for FiveM. Smooth eye animations, sprite icons, configurable colors and transparency. Drag-and-drop install, all frameworks supported.
- ESX
- QBCore
- Qbox
Mining Job V3
Free open source FiveM mining job for ESX, QBCore and Qbox — four-stage chain from raw rock to smelted ore to crafted jewelry, with tool durability, quests, coal delivery missions, and a live XP leaderboard.
- ESX
- QBCore
- Qbox
Pacific Bank Heist
A structured FiveM bank heist with laser puzzles, thermite, voice-acted NPCs, weapon-tier loot control, and police integration. ESX, QBCore & Qbox. Event injection protected.
New
- ESX
- QBCore
- Qbox
Advanced Wheel Boot
A multiplayer-synchronised FiveM wheel boot script with real steering restriction, optional wheel-damage physics, lockpick removal, and 0.00ms idle. ESX, QBCore, and Qbox compatible.
ESX is a moving target
es_extended has changed its API more than once. A resource built against a
legacy release can call functions that later versions deprecated, and a resource
built against a current release can assume helpers an older server does not have.
Neither shows up as an error until the resource starts.
Check these before you install
- The ESX version it was tested on. This is the single most useful line in an
- ESX listing. Legacy and current are not interchangeable.
- How it gets the player object. Older resources fetch it one way, newer ones
- another. A mismatch here is the most common cause of a resource loading and then
- doing nothing.
- Inventory. Item handling is not part of the framework contract. Confirm the
- resource expects the inventory you run.
- Database wrapper. Most resources assume
oxmysql. If you run something else, - check before buying.
- Society and job hooks. Anything with a boss menu, payroll or society account
- is touching code that varies between builds.
Reading a listing quickly
Requirements first, then supported versions, then the feature list. If the first
two do not match your server, the feature list does not matter. If they do, the
preview media is the fastest way to judge whether the implementation suits your
city.
Related shelves
Many of these resources also run on QBCore or
Qbox. For a server that does not exist yet, the
readymade builds arrive with the framework already
wired in. Map work is separate: see MLO interiors.
Frequently asked questions
Which ESX versions do these resources support?
It varies by resource, which is why each listing names the version it was built and tested against. ES Extended changed its API across releases, so a resource written for one may not run unmodified on another.
What is the difference between ESX Legacy and the newer releases here?
Mainly how a resource retrieves the player object and which helper functions exist. A resource written for one style can load without error on the other and still do nothing. The listing tells you which it targets.
Do I need a specific inventory?
Often, yes. Item handling sits outside the framework, so any resource that gives, takes or displays items carries an inventory assumption. The requirements section names it.
Can I run these alongside QBCore resources?
Not on the same server. A server runs one framework. Resources that support both are built to detect which is present; they do not bridge the two.
Is a resource that lists ESX, QBCore and Qbox worse at all three?
Not inherently. Multi-framework support is usually a compatibility layer around the same core logic. Judge it on its requirements and preview media as you would any other listing.