View Single Post
ambn
Veteran Member
Join Date: Feb 2015
Location: Fun servers
Old 08-22-2018 , 11:16   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1499

hi guys
i recently started to use this plugin and it's freaking awesome but i'm facing some small issues which made me crazy...

i'm trying to add player skins but after all it's not displaying in the menu to be purchased.
i've checked plugin's code to see if i'm missing something and i've checked the model exists on server and download-server and it was.
i don't know what's wrong and here's my section for models in items.txt:
Code:
"Player Models"
	{
		"Terrorists"
		{
			"Freddy Krueger"
			{
				"model" "models/player/custom_player/kuristaja/krueger/krueger.mdl"
				"arms"	"models/player/custom_player/kuristaja/krueger/krueger_arms.mdl"
				"team" "2"
				"price" "800"
				"type" "playerskin"
			}
			"Michael Myers"
			{
				"model" "models/player/custom_player/kuristaja/myers/myers.mdl"
				"arms"	"models/player/custom_player/kuristaja/myers/myers_arms.mdl"
				"team" "2"
				"price" "800"
				"type" "playerskin"
			}
		}
		"Counter-Terrorists"
		{
			"Leatherface"
			{
				"model" "models/player/custom_player/kuristaja/leatherface/leatherface.mdl"
				"arms"	"models/player/custom_player/kuristaja/leatherface/leatherface_arms.mdl"
				"team" "3"
				"price" "800"
				"type" "playerskin"
			}
			"Billy the puppet"
			{
				"model" "models/player/custom_player/kuristaja/billy/billy.mdl"
				"arms"	"models/player/custom_player/kuristaja/billy/billy_normal.mdl"
				"team" "3"
				"price" "800"
				"type" "playerskin"
			}
		}
	}
__________________
ambn is offline