CES Help Document > FiveM > Dependencies

Dependencies

1. Required Frameworks

Most scripts are built to support the following frameworks:

QBCORE

ESX

vMENU

❗ If you’re using a custom setup, ensure your server has the proper event and function compatibility.

Config.Framework = "qbcore" -- or "esx", "standalone"

2. Common Dependencies

Dependency

ox_lib

qb-target

qb-menu

qb-input

mysql-async / oxmysql

3. License Validation (If Required)

Some resources include a license check system that requires:

A valid license key (included with your purchase)

An internet connection

A supported game build (usually 2060+)

Make sure your server allows outbound HTTP requests.

4. How to Install Dependencies

Download each required dependency from the link above.

Place them in your resources/ folder (organized however you prefer).

Add them to your

server.cfg

before the main script:

ensure ox_lib
ensure qb-target
ensure your-crazyeyes-script

5. Verifying Dependency Installation

Check the console for errors or missing dependencies.

Use /reload in-game (if available) to test interactions.

If errors appear, make sure:

You downloaded the latest version of the dependency.

You followed installation instructions provided in the dependency's README.

You installed it before the main script in server.cfg.


Suggest an edit

Review this page

crazyeyes29

1 recommend this page