store-plugin
store-plugin copied to clipboard
How I add player skin?
How I add player skin?
The section called playerskin, its pretty simple.
"Player Skins"
{
"Terrorists"
{
"Agent47"
{
"model" "models/player/custom_player/voikanaa/hitman/agent47.mdl"
"team" "2"
"price" "12000"
"type" "playerskin"
}
"CaptainPlasma"
{
"model" "models\player\custom_player\starwars\captain_plasma\captain_plasma.mdl"
"team" "2"
"price" "8000"
"type" "playerskin"
}
Good sampel. its in the items.txt in sourcemod/configs/store....
"Player Skins" { "Trump" { "model" "models/player/custom_player/kuristaja/trump/trump.mdl" "team" "4" "price" "12000" "type" "playerskin" "flag" "z" } "Deadpool" { "model" "models/player/custom_player/kuristaja/deadpool/deadpool.mdl" "team" "2" "price" "120" "type" "playerskin" } }
And still the server does not shows the items properly
Is it fixed?