Installation

1. Download Resource

Download the purchased resource from CFX Portal - the official site of FiveM with purchased resources.


2. Install Required Dependencies

This script needs a few extra resources to work properly. Below you will find a list of things to download - click the link, download and upload to your server just like other resources.

Resource
Download Link

3. Environment Requirements

1

Setup Tebex API

  1. Go to Integrations, then go to Game Servers.

  2. You will see your created server, click Instructions button

  1. Copy your tebex secret api key.

  1. Go to Tebex-FiveM/config.json file.

  2. Set your tebex secret key

  1. Go to your server.cfg

  2. Add these lines:

sv_tebexSecret YOUR_TEBEX_SECRET_KEY # HERE YOU HAVE TO SET YOUR SECRET KEY
add_ace resource.Tebex-FiveM command allow
2

Configure Packages on your Tebex

  1. Enter your Tebex Creator panel again.

  2. Go to Packages.

  3. Press the Add New button or edit the product you have.

  1. Set the name, descriptions, image and price then go below and the Game Server Command section.

  2. Enter one of the commands corresponding to you

Keep in mind that once the player buys the package, the tbx code can be used according to the information provided to us by tebex (5-10 minutes), it may be faster, but it will not be immediate.


4. 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:

start [core] # For example, here is your framework (esx/qb-core)

# VMS Resources
start Tebex-FiveM
start vms_coinshop

Ensure there are no syntax errors or incorrect paths in your server.cfg.

Last updated

Was this helpful?