View Single Post
Author Message
ateszhun95
Senior Member
Join Date: Apr 2014
Location: Hungary
Old 05-08-2019 , 07:10   [CS:GO Zepyrus Store] How to put PlayerModels on Zombie:Reloaded server?
Reply With Quote #1

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?
__________________
ateszhun95 is offline