View Single Post
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 09-17-2018 , 19:29   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1503

Quote:
Originally Posted by eyal282 View Post
Adding items doesn't work. Here's two items in weapon skins where one shows up and other doesn't: ( Crow will appear and Vulcan won't )

Code:
"Store"
{
	"Weaponskins"
	{
		"Vulcan"
		{
			"model" "models/crow.mdl"
			"position" "50.0 0.0 0.0"
			"angles" "0.0 0.0 0.0"
			"idle" "Idle01"
			"run" "Run"
			"unique_id" "ak47_vulcan"
			"price" "100"
			"type" "type"
		}
		"Crow"
		{
			"model" "models/crow.mdl"
			"position" "50.0 0.0 0.0"
			"angles" "0.0 0.0 0.0"
			"idle" "Idle01"
			"run" "Run"
			"unique_id" "crow_running"
			"price" "100"
			"type" "pet"
		}
	}
}
Because the items with a invalid "type" dont appear.

Your code
Code:
		"Vulcan"
		{
			"model" "models/crow.mdl"
			"position" "50.0 0.0 0.0"
			"angles" "0.0 0.0 0.0"
			"idle" "Idle01"
			"run" "Run"
			"unique_id" "ak47_vulcan"
			"price" "100"
			"type" "type" // INVALID TYPE
		}
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.


Last edited by Franc1sco; 09-17-2018 at 19:30.
Franc1sco is offline
Send a message via MSN to Franc1sco