wrenchInstallation

1. Download Resource

Download the purchased resource from CFX Portalarrow-up-right - the official site of FiveM with purchased resources.

2. Configuration

Configure config.lua to match your server framework and preferences, and change the configuration options to your own liking.

scrollConfiguration Fileschevron-right

3. Start Resource

To start a resource in your server.cfg, ensure that it begins after your framework has been initiated. For instance, if you are using a framework like es_extended, you should start resource after it, like so:

Default & Standalone Resources
------------------------------
ensure chat
ensure hardcap
ensure oxmysql   # this should be one of the first resources
ensure ox_lib

ESX Legacy Core
----------
ensure [core]

ESX Addons
----------
ensure [standalone]
ensure [esx_addons]

ensure illenium-appearance

ensure ox_target
ensure ox_inventory

Orbit Scripts
----------
ensure orbit-basics

Last updated