[Store] Skins (1.0.7-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/a...kin/store-skins.
 
Requirements:Installation:Download the attached zip archive and extract to your 
sourcemod folder intact. Then navigate to 
configs/store/sql-init-scripts/ and execute 
skins.sql in your database.
Adding skins:Until the web panel for the store will be ready, you'll need to update the database directly to add more items. To do that, open your phpMyAdmin and create a new row in 
store_items.  Change 
name, 
display_name, 
description and 
attrs to customize the new skin. In 
type and 
loadout_slot, type 
skin. Example of an 
attrs field for skins:    Code:    {    "model": "models/player/kirby/admin/umbrella_leet.mdl",    "teams": [2, 3]}                                            Attached Files                            
                                            store-skins-1.0.7-alpha.zip (37.2 KB)
Wyświetl pełny artykuł