Tebex integration
You can sale your cases or coins directly from tebex and deliver them automatically to buyers.
Last updated
You can sale your cases or coins directly from tebex and deliver them automatically to buyers.
Last updated
Players can redeem voucher code on main menu, you can create voucher code using createvoucher code from server console or admin accounts.
create a game server deliverable on your tebex package
select game server, create a new command
change require player to be online to execute even if player is offline
change the command to createvoucher {transaction} gold 10000 It will create a voucher code which is the user transaction id, you can change the coin type and amount based on what you need
For delivering coins without redeeming any code, you should use givecoin command
create a game server deliverable on your tebex package
select game server, create new command
change require player to be online to execute only if player is online
change the command to givecoin {sid} gold 10000 {sid} is cfx.re server id, you can change other arguments based on your need