View Single Post
eyal282
Veteran Member
Join Date: Aug 2011
Old 09-17-2018 , 19:08   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1502

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"
		}
	}
}
__________________
I am available to make plugins for pay.

Discord: Eyal282#1334

Last edited by eyal282; 09-17-2018 at 19:21.
eyal282 is offline