Installation
1. Dependencies
2. Setup Tebex API
Download officialy Tebex API to FiveM (https://github.com/tebexio/Tebex-FiveM) Configure the config.json file by setting your tebex secret key Add these lines to server.cfg
sv_tebexSecret YOUR_TEBEX_SECRET_KEY add_ace resource.Tebex-FiveM command allow
3. Configure Packages on your Tebex Server Store
Add products that you want to add to sale, e.g. Coins and VIP

Then configure Game Server Command for each product
Command for generating 2,000 Coins: generateTbx {transaction} coins 2000
Command for generating VIP Status for 30 days: generateTbx {transaction} vip 30 Command for generating 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)


Last updated