[Store] Skins (1.1-alpha)
Description:- This plugin allows players to buy custom skins in the store to customize the appearance of their character.
- The plugin doesn't come with any skins - you'll have to add them.
- The most recent source code is available at this project's GitHub repository: https://github.com/alongubkin/store-skins.
Requirements:Installation:
Download the attached zip archive and extract it to your
sourcemod folder intact. Then open your store web panel, navigate to
Import/Export System under the
Tools menu, and import
configs/store/json-import/skin.json
Adding skins:
You can use the web panel to add skins. Open the web panel, navigate to
Add New Item under the
Items menu. In
type and
loadout_slot, type
skin. Change
name,
display_name,
description and
attrs to customize the new skin.
Example of an
attrs value for skins:
Code:
{
"model": "models/player/kirby/admin/umbrella_leet.mdl",
"teams": [2, 3]
}