Tebex Integration
1. Create a Game Server
Go to creator.tebex.io and log into your store.
In the left sidebar, navigate to Integrations → Game Servers.
Click Add Server and select FiveM as the game type.
Copy the secret key provided and add it to your
server.cfg:
set sv_tebexSecret "YOUR_SECRET_KEY_HERE"Restart your server. Once verified, the server status will show Connected.
2. Create a Package
In your Tebex dashboard go to Packages → New Package.
Fill in the package name, description, and set the category to
Scripts.Under Pricing, set your price in EUR.
Set Recurring Payment to Only charge the customer once.
Save the package draft before adding deliverables.
3. Add FiveM Asset Delivery
In the package editor, scroll to the deliverables section and click Add Deliverable → FiveM Asset.
Under FiveM Assets, search for your escrow-protected resource and select it.
The asset tag will appear as:
4. Add Game Server Commands
In the same package, click Add Deliverable → Game Server Commands.
In the Game Servers dropdown, select your connected server.
Click Add Command and set the trigger to When the package is purchased.
Enter your command using the
{transaction}variable:


Last updated