Installation
Last updated
Was this helpful?
Last updated
Was this helpful?
Download the purchased resource from CFX Portal - the official site of FiveM with purchased resources.
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.
Tebex-FiveM
Enter your Tebex Creator panel.
Go to Integrations, then go to Game Servers.
You will see your created server, click Instructions button
Copy your tebex secret api key.
Go to Tebex-FiveM/config.json file.
Set your tebex secret key
Go to your server.cfg
Add these lines:
Enter your Tebex Creator panel again.
Go to Packages.
Press the Add New button or edit the product you have.
Set the name, descriptions, image and price then go below and the Game Server Command section.
Enter one of the commands corresponding to you
Generating 20,000 Coins:
generateTbx {transaction} coins 20000
VIP Status for 28 days:
generateTbx {transaction} vip 28
Permament VIP Status:
generateTbx {transaction} vip -1
These commands are only usable from the server console so don't worry, no admin will use it
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:
Ensure there are no syntax errors or incorrect paths in your server.cfg
.