store-plugin icon indicating copy to clipboard operation
store-plugin copied to clipboard

How I add player skin?

Open hereww opened this issue 10 years ago • 3 comments

How I add player skin?

hereww avatar Apr 26 '16 18:04 hereww

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....

VirtuallyCsgo avatar Jul 04 '16 21:07 VirtuallyCsgo

"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

TandelK avatar Mar 14 '17 10:03 TandelK

Is it fixed?

KillerRoi avatar May 14 '20 12:05 KillerRoi