🐼 Scripts
um-ronin-multi
how-to
tebex

Tebex

um-ronin-multicharacter - server - tebex.lua

Create a Tebex Account

Create a Store

  • After creating an account, create a store for your FiveM server.

Select the “Packages” section on the tebex screen, then create your product.

image

Create a Package

  • Create a package for character slots or any other item you want to sell.
  • Set the package type to “Game Server Commands”

image

Configure the Command

  • In the command field, enter the command that will be executed when a player purchases the package.
addNewCharacterSlot {"transid":"{transaction}", "extraSlot":1}

image

  • Replace the “1” in the command with the number of slots you want to add for that package.

  • Click the settings button and set "Execute the command even if the player is offline"

image

Get Your Secret Key

  • Go to the “Integrations” section of your Tebex store then click on the “Game Servers” tab.

image

  • Copy your “Secret Key” from the API section.

Configure Your Server

  • Open server.cfg and paste the following at the very bottom:
sv_tebexSecret yoursecretkey