Requirements
Before installing, make sure you have the following resources:You will also need an account on Fivemerr or Fivemanage for image hosting.
Step 1: Download and Extract
Download the latest version and extract therkt_skins folder to your server’s resources directory.
Step 2: Framework Configuration
Open thebridge/config.lua file and set your framework:
Step 3: Database
Execute thedatabase.sql file in your database to create the necessary tables.
- HeidiSQL
- phpMyAdmin
- Connect to your database
- Open the
database.sqlfile - Click Execute
If you use the Admin Panel to create skins, the tables will be populated automatically.
Table Structure
| Table | Description |
|---|---|
rkt_skins | Player skins |
rkt_skins_config | Available skins configuration |
rkt_market_listings | Marketplace listings |
rkt_market_offers | Listing offers |
rkt_transactions | Transaction history |
rkt_daily_shop | Daily Shop offers |
rkt_night_market | Night Market offers |
Step 4: Server Configuration
Add to yourserver.cfg:
Update (Migration)
If you’re updating from a previous version, check the.sql migration files in the root folder (e.g., migration_add_daily_shop.sql) and execute them if necessary to create new tables without losing data.
Step 5: Configure Image API
Configure the image provider API inmodules/screenshot/config.lua:
Verification
After starting the server, check the console to confirm:If you see these messages, the resource was installed successfully!