wrenchInstallation

1. Download Resource

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

2. Configuration

Configure the growling script in config.lua to fit your server framework and preferences, including sounds, ranges, and any custom settings you want to use.

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-growl

Last updated