AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Store (https://forums.alliedmods.net/forumdisplay.php?f=157)
-   -   [CS:GO Zepyrus Store] How to put PlayerModels on Zombie:Reloaded server? (https://forums.alliedmods.net/showthread.php?t=316124)

ateszhun95 05-08-2019 07:10

[CS:GO Zepyrus Store] How to put PlayerModels on Zombie:Reloaded server?
 
Hi guys,

Im trying to put zombie and human palyermodels into Zeph's Store, but its not working for unknown reasons. I searched for guide how to put it on items.txt but this guide is not working for me:

Code:

"Player Classes"
    {
      "Zombie"
        {
                  "Trager | +HP | +Speed | -Jump | +Knockback"
            {
              "class" "trager"
              "zombie" "1"
              "price" "2000"
              "type" "zrclass"
            }
          "Police | +HP | -Speed | +Jump | +Knockback"
            {
              "class" "police"
              "zombie" "1"
              "price" "2500"
              "type" "zrclass"
            }
                        "Alma | +HP | -Speed | +Jump | +Knockback"
            {
              "class" "alma"
              "zombie" "1"
              "price" "3000"
              "type" "zrclass"
            }
                        "Volatile | +HP | -Speed | +Jump | +Knockback"
            {
              "class" "volatile"
              "zombie" "1"
              "price" "3000"
              "type" "zrclass"
            }
                        "Normalhost | +HP | -Speed | +Jump | +Knockback"
            {
              "class" "normalhost"
              "zombie" "1"
              "price" "3000"
              "type" "zrclass"
            }
                }
      "Human"
        {
                  "Spiderman | +Speed ++Jump"
          {
              "class" "spiderman"
              "zombie" "0"
              "price" "2000"
              "type" "zrclass"
          }
                  "Trevor | ++Speed +++Jump"
          {
              "class" "trevor"
              "zombie" "0"
              "price" "2500"
              "type" "zrclass"
          }
                  "Lara | ++Speed +++Jump"
          {
              "class" "lara"
              "zombie" "0"
              "price" "2500"
              "type" "zrclass"
          }
                  "Santa | ++Speed +++Jump"
          {
              "class" "santa"
              "zombie" "0"
              "price" "3000"
              "type" "zrclass"
          }
                  "Ellis | ++Speed +++Jump"
          {
              "class" "ellisv2"
              "zombie" "0"
              "price" "3500"
              "type" "zrclass"
          }
                        "Batman | ++Speed +++Jump"
          {
              "class" "batmanv2"
              "zombie" "0"
              "price" "3500"
              "type" "zrclass"
          }
                  "ChickenLeet | +++Speed ++Jump"
          {
              "class" "chickenleet"
              "zombie" "0"
              "price" "4500"
              "type" "zrclass"
          }
                }       
    }

Here's my version:

Code:

"Store"
{
        "> Skins"
    {
                "> Zombies"
                {
                        "Volatile (Dying Light)"
                        {
                                "class" "volatile.mdl"
                                "zombie" "1"
                                "price" "3000"
                                "type" "zrclass"
            }
                }
               
                "> Humans"
                {
                        "Michael Scofield (Prison Break)"
                        {
                                "class" "scofieldv2"
                                "zombie" "0"
                                "price" "2500"
                                "type" "zrclass"
                        }
                }       
        }

I tried with "class" "models/player/custom_player/vad36dying_light/volatile.mdl" but both wrong, also if i put them into zr/models.txt too.

Can anyone write here a working example?

ayrton09_arg 05-11-2019 07:34

Re: [CS:GO Zepyrus Store] How to put PlayerModels on Zombie:Reloaded server?
 
dont use zepyrous for custom models on zombie is better use the zombie plugin for that.


All times are GMT -4. The time now is 18:33.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.