Addition Methods
There are two ways to add skins: via Admin Panel (recommended) or via Database.- Admin Panel (Recommended)
- Database
Using the Admin Panel
RKT Skins has a complete admin panel that allows you to create skins directly in-game.1
Open the Panel
Type
/skins in chat and click the Crown icon (Admin) in the sidebar.Requires admin permission configured in Bridge.
2
Create New Skin
Click “New Skin” (+) and fill in the data:
| Field | Description | Example |
|---|---|---|
| Name | Skin name | Dragon Lore |
| Weapon Model | Weapon spawn name | WEAPON_PISTOL |
| Component | Component/texture hash | COMPONENT_PISTOL_VARMOD_LUXE |
| Category | Weapon category | pistol |
| Rarity | Rarity | Legendary |
| Price | Value in cash or coins | 5000 |
| Currency | Currency type | cash or coins |
3
Add Image
Paste the image URL in the Image URL field.
4
Save
Click Save and the skin will be immediately available in the store.
Skin Structure
Each skin has the following attributes:| Field | Type | Description |
|---|---|---|
id | string | Unique skin identifier |
category | string | Category: pistol, smg, rifle, sniper, shotgun, heavy |
component | string | GTA component hash (texture name) |
name | string | Display name |
model | string | Weapon spawn name |
color | string | Highlight color (optional) |
rarity | string | Common, Rare, Epic, Legendary |
price | number | Skin price |
currency | string | cash or coins |
stock | number | Available quantity (0 = infinite) |
image | string | Preview image URL |
Rarities
Common
Common
Rare
Rare
Epic
Epic
Legendary
Legendary
Weapon Categories
| Category | Description | Examples |
|---|---|---|
pistol | Pistols | WEAPON_PISTOL, WEAPON_COMBATPISTOL |
smg | Submachine Guns | WEAPON_SMG, WEAPON_SMG_MK2 |
rifle | Rifles | WEAPON_ASSAULTRIFLE, WEAPON_CARBINERIFLE |
sniper | Snipers | WEAPON_HEAVYSNIPER, WEAPON_MARKSMANRIFLE |
shotgun | Shotguns | WEAPON_PUMPSHOTGUN, WEAPON_SAWNOFFSHOTGUN |
heavy | Heavy Weapons | WEAPON_MINIGUN, WEAPON_RPG |