Raised This Month: $32 Target: $400
 8% 

[ANY] Store by Zephyrus [1.1 - 03.01.2016]


Post New Thread Reply   
 
Thread Tools Display Modes
dyxL
Senior Member
Join Date: Jul 2010
Old 12-03-2017 , 17:15   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1341

how can i add gravity, respawn, hp to items.txt ? what should i write ? thanks
dyxL is offline
Cruze
Veteran Member
Join Date: May 2017
Old 12-03-2017 , 20:33   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1342

Quote:
Originally Posted by dyxL View Post
how can i add gravity, respawn, hp to items.txt ? what should i write ? thanks
PHP Code:
"name"    "Half gravity"
"gravity"    "400" 
"type"       "gravity" 
PHP Code:
"name"      "Respawn"
"type"       "respawn" 
PHP Code:
"name"     "Health"
"health"    "50"
"type"      "health" 
P.S: not quite sure, did this a long time ago.
__________________
Taking paid private requests! Contact me
Cruze is offline
Loldudethe6th
Junior Member
Join Date: Sep 2015
Old 12-09-2017 , 09:02   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1343

Hey, I'm having a trouble with this plugin;

Some items work, some items won't work and some are missing entirely from the store menu.
The menu should be like this:

1. Chat stuff
> Name Tags
> Name Colors (doesn't work, name color won't change)
> Message Colors
2. Cosmetics
> Paint cans (doesn't show up on the menu)
> Unusual effects
> Trails
> Grenade trails

Here is items.txt:

Code:
"Store"
{	
	"Chat stuff"
	{
		"Name Tags"
		{
			"Newbie"
			{
				"tag" "{lightblue}[Newbie]{teamcolor} "
				"price" "100"
				"type" "nametag"
			}
			"Regular"
			{
				"tag" "{lightgreen}[Regular]{teamcolor} "
				"price" "4500"
				"type" "nametag"
			}
			"Former"
			{
				"tag" "{green}[Former]{teamcolor} "
				"price" "18000"
				"type" "nametag"
			}
			"Community"
			{
				"tag" "{yellow}[Community]{teamcolor} "
				"price" "24000"
				"type" "nametag"
			}
			"Special"
			{
				"tag" "{magenta}[Special]{teamcolor} "
				"price" "32000"
				"type" "nametag"
			}
		}
		
		"Name Colors"
		{
			"Alice Blue"
			{
				"color" "{aliceblue}"
				"price" "100"
				"type" "namecolor"
				"games" "tf,cstrike"
			}
			"Antique White"
			{
				"color" "{antiquewhite}"
				"price" "100"
				"type" "namecolor"
				"games" "tf,cstrike"
			}
			"Aqua"
			{
				"color" "{aqua}"
				"price" "1800"
				"type" "namecolor"
				"games" "tf,cstrike"
			}
			"Aquamarine"
			{
				"color" "{aquamarine}"
				"price" "7500"
				"type" "namecolor"
				"games" "tf,cstrike"
			}
			"Azure"
			{
				"color" "{azure}"
				"price" "25000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}
			"Beige"
			{
				"color" "{beige}"
				"price" "100"
				"type" "namecolor"
				"games" "tf,cstrike"
			}
			"Bisque"
			{
				"color" "{bisque}"
				"price" "100"
				"type" "namecolor"
				"games" "tf,cstrike"
			}
			"Blanche Dalmond"
			{
				"color" "{blanchedalmond}"
				"price" "100"
				"type" "namecolor"
				"games" "tf,cstrike"
			}
			"Blue Violet"
			{
				"color" "{blueviolet}"
				"price" "18000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}
			"Brown"
			{
				"color" "{brown}"
				"price" "1300"
				"type" "namecolor"
				"games" "tf,cstrike"
			}
			"Burly Wood"
			{
				"color" "{burlywood}"
				"price" "100"
				"type" "namecolor"
				"games" "tf,cstrike"
			}
			"Cadet Blue"
			{
				"color" "{cadetblue}"
				"price" "4000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}
			"Chartreuse"
			{
				"color" "{chartreuse}"
				"price" "25000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}
			"Chocolate"
			{
				"color" "{chocolate}"
				"price" "7500"
				"type" "namecolor"
				"games" "tf,cstrike"
			}
			"Community"
			{
				"color" "{community}"
				"price" "18000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}
			"Coral"
			{
				"color" "{coral}"
				"price" "4000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}
			"Cornflower Blue"
			{
				"color" "{cornflowerblue}"
				"price" "7500"
				"type" "namecolor"
				"games" "tf,cstrike"
			}
			"Corn Silk"
			{
				"color" "{cornsilk}"
				"price" "100"
				"type" "namecolor"
				"games" "tf,cstrike"
			}
			"Crimson"
			{
				"color" "{crimson}"
				"price" "18000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}
			"Cyan"
			{
				"color" "{cyan}"
				"price" "1800"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Dark Blue"
			{
				"color" "{darkblue}"
				"price" "15000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Dark Cyan"
			{
				"color" "{darkcyan}"
				"price" "13000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Dark Golden Rod"
			{
				"color" "{darkgoldenrod}"
				"price" "7500"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Dark Gray"
			{
				"color" "{darkgray}"
				"price" "1300"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Dark Green"
			{
				"color" "{darkgreen}"
				"price" "18000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Dark khaki"
			{
				"color" "{darkkhaki}"
				"price" "1300"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Dark magenta"
			{
				"color" "{darkmagenta}"
				"price" "25000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Dark oliveGreen"
			{
				"color" "{darkolivegreen}"
				"price" "13000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Dark orange"
			{
				"color" "{darkorange}"
				"price" "25000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Dark Orchid"
			{
				"color" "{darkorchid}"
				"price" "18000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Dark Red"
			{
				"color" "{darkred}"
				"price" "7500"
				"type" "namecolor"
			}

			"Dark salmon"
			{
				"color" "{darksalmon}"
				"price" "1300"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Dark Sea Green"
			{
				"color" "{darkseagreen}"
				"price" "4000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Dark SlateBlue"
			{
				"color" "{darkslateblue}"
				"price" "4000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Dark Slategray"
			{
				"color" "{darkslategray}"
				"price" "4000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Dark Turquoise"
			{
				"color" "{darkturquoise}"
				"price" "18000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Dark Violet"
			{
				"color" "{darkviolet}"
				"price" "18000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Deep Pink"
			{
				"color" "{deeppink}"
				"price" "25000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Deep Skyblue"
			{
				"color" "{deepskyblue}"
				"price" "25000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Dimgray"
			{
				"color" "{dimgray}"
				"price" "1300"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Dodger Blue"
			{
				"color" "{dodgerblue}"
				"price" "1300"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Firebrick"
			{
				"color" "{firebrick}"
				"price" "18000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Floral White"
			{
				"color" "{floralwhite}"
				"price" "100"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Forest Green"
			{
				"color" "{forestgreen}"
				"price" "25000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Fuchsia"
			{
				"color" "{fuchsia}"
				"price" "25000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Gainsboro"
			{
				"color" "{gainsboro}"
				"price" "100"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Genuine"
			{
				"color" "{genuine}"
				"price" "13000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Ghost White"
			{
				"color" "{ghostwhite}"
				"price" "100"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Gold"
			{
				"color" "{gold}"
				"price" "25000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Goldenrod"
			{
				"color" "{goldenrod}"
				"price" "18000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Gray"
			{
				"color" "{gray}"
				"price" "100"
				"type" "namecolor"
			}

			"Green"
			{
				"color" "{green}"
				"price" "18000"
				"type" "namecolor"
			}

			"Green Yellow"
			{
				"color" "{greenyellow}"
				"price" "25000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Haunted"
			{
				"color" "{haunted}"
				"price" "7500"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Honeydew"
			{
				"color" "{honeydew}"
				"price" "100"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Hot Pink"
			{
				"color" "{hotpink}"
				"price" "18000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Indian Red"
			{
				"color" "{indianred}"
				"price" "7500"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Indigo"
			{
				"color" "{indigo}"
				"price" "25000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Ivory"
			{
				"color" "{ivory}"
				"price" "100"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Khaki"
			{
				"color" "{khaki}"
				"price" "100"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Lavender"
			{
				"color" "{lavender}"
				"price" "1300"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Lavender Blush"
			{
				"color" "{lavenderblush}"
				"price" "1300"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Lawn Green"
			{
				"color" "{lawngreen}"
				"price" "25000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Lemon Chiffon"
			{
				"color" "{lemonchiffon}"
				"price" "1300"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Light Blue"
			{
				"color" "{lightblue}"
				"price" "1300"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Light Coral"
			{
				"color" "{lightcoral}"
				"price" "1300"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Light Cyan"
			{
				"color" "{lightcyan}"
				"price" "4000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Light Goldenrod Yellow"
			{
				"color" "{lightgoldenrodyellow}"
				"price" "1300"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Light Gray"
			{
				"color" "{lightgray}"
				"price" "100"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Light Green"
			{
				"color" "{lightgreen}"
				"price" "1300"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Light Pink"
			{
				"color" "{lightpink}"
				"price" "1300"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Light Salmon"
			{
				"color" "{lightsalmon}"
				"price" "1300"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Light Sea Green"
			{
				"color" "{lightseagreen}"
				"price" "13000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Light Skyblue"
			{
				"color" "{lightskyblue}"
				"price" "18000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Light Slategray"
			{
				"color" "{lightslategray}"
				"price" "4000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Light Steel Blue"
			{
				"color" "{lightsteelblue}"
				"price" "4000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Light Yellow"
			{
				"color" "{lightyellow}"
				"price" "1300"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Lime"
			{
				"color" "{lime}"
				"price" "25000"
				"type" "namecolor"
			}

			"Lime Green"
			{
				"color" "{limegreen}"
				"price" "30000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Linen"
			{
				"color" "{linen}"
				"price" "100"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Magenta"
			{
				"color" "{magenta}"
				"price" "25000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Maroon"
			{
				"color" "{maroon}"
				"price" "7500"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Medium Aquamarine"
			{
				"color" "{mediumaquamarine}"
				"price" "4000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Medium Blue"
			{
				"color" "{mediumblue}"
				"price" "13000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Medium Orchid"
			{
				"color" "{mediumorchid}"
				"price" "18000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Medium Purple"
			{
				"color" "{mediumpurple}"
				"price" "13000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Medium Sea Green"
			{
				"color" "{mediumseagreen}"
				"price" "13000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Medium Slate Blue"
			{
				"color" "{mediumslateblue}"
				"price" "13000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Medium Spring Green"
			{
				"color" "{mediumspringgreen}"
				"price" "13000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Medium Turquoise"
			{
				"color" "{mediumturquoise}"
				"price" "7500"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Medium Violet Red"
			{
				"color" "{mediumvioletred}"
				"price" "18000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Midnight Blue"
			{
				"color" "{midnightblue}"
				"price" "25000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Mintcream"
			{
				"color" "{mintcream}"
				"price" "1300"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Misty Rose"
			{
				"color" "{mistyrose}"
				"price" "100"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Moccasin"
			{
				"color" "{moccasin}"
				"price" "1300"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Navajo White"
			{
				"color" "{navajowhite}"
				"price" "1300"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Navy"
			{
				"color" "{navy}"
				"price" "13000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Old Lace"
			{
				"color" "{oldlace}"
				"price" "100"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Olive"
			{
				"color" "{olive}"
				"price" "25000"
				"type" "namecolor"
			}

			"Olive Drab"
			{
				"color" "{olivedrab}"
				"price" "18000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Orange"
			{
				"color" "{orange}"
				"price" "25000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Orange Red"
			{
				"color" "{orangered}"
				"price" "30000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Orchid"
			{
				"color" "{orchid}"
				"price" "18000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Pale Golden Rod"
			{
				"color" "{palegoldenrod}"
				"price" "1300"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Pale Green"
			{
				"color" "{palegreen}"
				"price" "1300"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Pale Turquoise"
			{
				"color" "{paleturquoise}"
				"price" "1300"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Pale violetRed"
			{
				"color" "{palevioletred}"
				"price" "4000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Papaya Whip"
			{
				"color" "{papayawhip}"
				"price" "100"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Peach Puff"
			{
				"color" "{peachpuff}"
				"price" "1300"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Peru"
			{
				"color" "{peru}"
				"price" "1300"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Pink"
			{
				"color" "{pink}"
				"price" "4000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Plum"
			{
				"color" "{plum}"
				"price" "4000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Powder Blue"
			{
				"color" "{powderblue}"
				"price" "4000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Purple"
			{
				"color" "{purple}"
				"price" "18000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Rosy Brown"
			{
				"color" "{rosybrown}"
				"price" "1300"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Royal Blue"
			{
				"color" "{royalblue}"
				"price" "7500"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Saddle Brown"
			{
				"color" "{saddlebrown}"
				"price" "4000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Salmon"
			{
				"color" "{salmon}"
				"price" "1300"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Sandy Brown"
			{
				"color" "{sandybrown}"
				"price" "1300"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Sea Green"
			{
				"color" "{seagreen}"
				"price" "7500"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Seashell"
			{
				"color" "{seashell}"
				"price" "100"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Sienna"
			{
				"color" "{sienna}"
				"price" "4000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Silver"
			{
				"color" "{silver}"
				"price" "100"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Skyblue"
			{
				"color" "{skyblue}"
				"price" "13000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Slate blue"
			{
				"color" "{slateblue}"
				"price" "18000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Slate Gray"
			{
				"color" "{slategray}"
				"price" "13000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Snow"
			{
				"color" "{snow}"
				"price" "100"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Spring Green"
			{
				"color" "{springgreen}"
				"price" "18000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Steel Blue"
			{
				"color" "{steelblue}"
				"price" "7500"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Tan"
			{
				"color" "{tan}"
				"price" "100"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Teal"
			{
				"color" "{teal}"
				"price" "4000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Thistle"
			{
				"color" "{thistle}"
				"price" "4000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Tomato"
			{
				"color" "{tomato}"
				"price" "7500"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Turquoise"
			{
				"color" "{turquoise}"
				"price" "1800"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Violet"
			{
				"color" "{violet}"
				"price" "13000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Wheat"
			{
				"color" "{wheat}"
				"price" "100"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"White"
			{
				"color" "{white}"
				"price" "100"
				"type" "namecolor"
			}

			"Yellow"
			{
				"color" "{yellow}"
				"price" "25000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}

			"Yellow Green"
			{
				"color" "{yellowgreen}"
				"price" "72000"
				"type" "namecolor"
				"games" "tf,cstrike"
			}
		}
		
		"Message Colors"
		{
			"Alice Blue"
			{
				"color" "{aliceblue}"
				"price" "50000"
				"type" "msgcolor"
				"games" "tf,cstrike"
			}
			"Antique White"
			{
				"color" "{antiquewhite}"
				"price" "30000"
				"type" "msgcolor"
				"games" "tf,cstrike"
			}
			"Community"
			{
				"color" "{community}"
				"price" "120000"
				"type" "msgcolor"
				"games" "tf,cstrike"
			}
			"Genuine"
			{
				"color" "{genuine}"
				"price" "72000"
				"type" "msgcolor"
				"games" "tf,cstrike"
			}
			"Lavender"
			{
				"color" "{lavender}"
				"price" "100000"
				"type" "msgcolor"
				"games" "tf,cstrike"
			}
			"Lavender Blush"
			{
				"color" "{lavenderblush}"
				"price" "100000"
				"type" "msgcolor"
				"games" "tf,cstrike"
			}
			"Light Cyan"
			{
				"color" "{lightcyan}"
				"price" "60000"
				"type" "msgcolor"
				"games" "tf,cstrike"
			}

			"Light Skyblue"
			{
				"color" "{lightskyblue}"
				"price" "160000"
				"type" "msgcolor"
				"games" "tf,cstrike"
			}
			"Light Steel Blue"
			{
				"color" "{lightsteelblue}"
				"price" "115000"
				"type" "msgcolor"
				"games" "tf,cstrike"
			}

			"Pale Green"
			{
				"color" "{palegreen}"
				"price" "120000"
				"type" "msgcolor"
				"games" "tf,cstrike"
			}

			"Pale Turquoise"
			{
				"color" "{paleturquoise}"
				"price" "120000"
				"type" "msgcolor"
				"games" "tf,cstrike"
			}
		}
	}
	
	"Cosmetics"
	{
		"Paint Cans"
		{
			"A Color Similar to Slate"
			{
				"color" "47 79 79"
				"price" "25000"
				"type" "tyhatdye"
			}

			"A Deep Commitment to Purple"
			{
				"color" "125 64 113"
				"price" "35000"
				"type" "tyhatdye"
			}

			"A Distinctive Lack of Hue"
			{
				"color" "20 20 20"
				"price" "40000"
				"type" "tyhatdye"
			}

			"A Mann's Mint"
			{
				"color" "188 221 179"
				"price" "25000"
				"type" "tyhatdye"
			}

			"After Eight"
			{
				"color" "45 45 36"
				"price" "25000"
				"type" "tyhatdye"
			}

			"Aged Moustache Grey"
			{
				"color" "126 126 126"
				"price" "25000"
				"type" "tyhatdye"
			}

			"An Extraordinary Abundance of Tinge"
			{
				"color" "230 230 230"
				"price" "45000"
				"type" "tyhatdye"
			}

			"Australium Gold"
			{
				"color" "231 181 59"
				"price" "50000"
				"type" "tyhatdye"
			}

			"Color No. 216-190-216 "
			{
				"color" "216 190 216"
				"price" "25000"
				"type" "tyhatdye"
			}

			"Dark Salmon Injustice"
			{
				"color" "233 150 122"
				"price" "22000"
				"type" "tyhatdye"
			}

			"Drably Olive"
			{
				"color" "128 128 0"
				"price" "25000"
				"type" "tyhatdye"
			}

			"Indubitably Green"
			{
				"color" "114 158 66"
				"price" "40000"
				"type" "tyhatdye"
			}

			"Mann Co. Orange"
			{
				"color" "207 115 54"
				"price" "45000"
				"type" "tyhatdye"
			}

			"Muskelmannbraun"
			{
				"color" "165 117 69"
				"price" "25000"
				"type" "tyhatdye"
			}

			"Noble Hatter's Violet"
			{
				"color" "81 56 74"
				"price" "35000"
				"type" "tyhatdye"
			}

			"Peculiarly Drab Tincture"
			{
				"color" "197 175 145"
				"price" "25000"
				"type" "tyhatdye"
			}
			"Pink as Hell"
			{
				"color" "255 105 180"
				"price" "30000"
				"type" "tyhatdye"
			}

			"Radigan Conagher Brown"
			{
				"color" "105 77 58"
				"price" "25000"
				"type" "tyhatdye"
			}

			"The Bitter Taste of Defeat and Lime"
			{
				"color" "50 205 50"
				"price" "35000"
				"type" "tyhatdye"
			}

			"The Color of a Gentlemann's Business Pants"
			{
				"color" "240 230 140"
				"price" "25000"
				"type" "tyhatdye"
			}

			"Ye Olde Rustic Colour"
			{
				"color" "124 108 87"
				"price" "22000"
				"type" "tyhatdye"
			}

			"Zepheniah's Greed"
			{
				"color" "66 79 59"
				"price" "28000"
				"type" "tyhatdye"
			}
		}
		
		"Unusual Effects"
		{
			"Flying Bits"
			{
			"unusual_id" "2"
			"price" "70000"
			"type" "tfunusual"
			}

			"Nemesis Burst"
			{
				"unusual_id" "3"
				"price" "70000"
				"type" "tfunusual"
			}

			"Community Sparkle"
			{
				"unusual_id" "4"
				"price" "70000"
				"type" "tfunusual"
			}

			"Holy Glow"
			{
				"unusual_id" "5"
				"price" "70000"
				"type" "tfunusual"
			}

			"Green Confetti"
			{
				"unusual_id" "6"
				"price" "70000"
				"type" "tfunusual"
			}

			"Purple Confetti"
			{
				"unusual_id" "7"
				"price" "70000"
				"type" "tfunusual"
			}

			"Haunted Ghosts"
			{
				"unusual_id" "8"
				"price" "70000"
				"type" "tfunusual"
			}

			"Green Energy"
			{
				"unusual_id" "9"
				"price" "70000"
				"type" "tfunusual"
			}

			"Purple Energy"
			{
				"unusual_id" "10"
				"price" "70000"
				"type" "tfunusual"
			}

			"Circling TF Logo"
			{
				"unusual_id" "11"
				"price" "70000"
				"type" "tfunusual"
			}

			"Massed Flies"
			{
				"unusual_id" "12"
				"price" "70000"
				"type" "tfunusual"
			}

			"Burning Flames"
			{
				"unusual_id" "13"
				"price" "70000"
				"type" "tfunusual"
			}

			"Scorching Flames"
			{
				"unusual_id" "14"
				"price" "70000"
				"type" "tfunusual"
			}

			"Searing Plasma"
			{
				"unusual_id" "15"
				"price" "70000"
				"type" "tfunusual"
			}

			"Vivid Plasma"
			{
				"unusual_id" "16"
				"price" "70000"
				"type" "tfunusual"
			}

			"Sunbeams"
			{
				"unusual_id" "17"
				"price" "70000"
				"type" "tfunusual"
			}

			"Circling Peace Sign"
			{
				"unusual_id" "18"
				"price" "70000"
				"type" "tfunusual"
			}

			"Circling Heart"
			{
				"unusual_id" "19"
				"price" "70000"
				"type" "tfunusual"
			}

			"Map Stamps"
			{
				"unusual_id" "20"
				"price" "70000"
				"type" "tfunusual"
			}

			"Genteel Smoke"
			{
				"unusual_id" "28"
				"price" "70000"
				"type" "tfunusual"
			}

			"Stormy Storm"
			{
				"unusual_id" "29"
				"price" "70000"
				"type" "tfunusual"
			}

			"Blizzardy Storm"
			{
				"unusual_id" "30"
				"price" "80000"
				"type" "tfunusual"
			}

			"Nuts n' Bolts"
			{
				"unusual_id" "31"
				"price" "70000"
				"type" "tfunusual"
			}

			"Orbiting Planets"
			{
				"unusual_id" "32"
				"price" "60000"
				"type" "tfunusual"
			}

			"Orbiting Fire"
			{
				"unusual_id" "33"
				"price" "100000"
				"type" "tfunusual"
			}

			"Bubbling"
			{
				"unusual_id" "34"
				"price" "70000"
				"type" "tfunusual"
			}

			"Smoking"
			{
				"unusual_id" "35"
				"price" "70000"
				"type" "tfunusual"
			}

			"Steaming"
			{
				"unusual_id" "36"
				"price" "70000"
				"type" "tfunusual"
			}

			"Flaming Lantern"
			{
				"unusual_id" "37"
				"price" "90000"
				"type" "tfunusual"
			}

			"Cloudy Moon"
			{
				"unusual_id" "38"
				"price" "70000"
				"type" "tfunusual"
			}

			"Cauldron Bubbles"
			{
				"unusual_id" "39"
				"price" "70000"
				"type" "tfunusual"
			}

			"Eerie Orbiting Fire"
			{
				"unusual_id" "40"
				"price" "110000"
				"type" "tfunusual"
			}

			"Knifestorm"
			{
				"unusual_id" "43"
				"price" "110000"
				"type" "tfunusual"
			}

			"Misty Skull"
			{
				"unusual_id" "44"
				"price" "70000"
				"type" "tfunusual"
			}

			"Harvest Moon"
			{
				"unusual_id" "45"
				"price" "70000"
				"type" "tfunusual"
			}

			"It's A Secret To Everybody"
			{
				"unusual_id" "46"
				"price" "70000"
				"type" "tfunusual"
			}

			"Stormy 13th Hour"
			{
				"unusual_id" "47"
				"price" "70000"
				"type" "tfunusual"
			}

			"Attrib_Particle55"
			{
				"unusual_id" "55"
				"price" "70000"
				"type" "tfunusual"
			}

			"Kill-a-Watt"
			{
				"unusual_id" "56"
				"price" "70000"
				"type" "tfunusual"
			}

			"Terror-Watt"
			{
				"unusual_id" "57"
				"price" "70000"
				"type" "tfunusual"
			}

			"Cloud 9"
			{
				"unusual_id" "58"
				"price" "70000"
				"type" "tfunusual"
			}

			"Aces High"
			{
				"unusual_id" "59"
				"price" "150000"
				"type" "tfunusual"
			}

			"Dead Presidents"
			{
				"unusual_id" "180"
				"price" "70000"
				"type" "tfunusual"
			}

			"Miami Nights"
			{
				"unusual_id" "61"
				"price" "80000"
				"type" "tfunusual"
			}

			"Disco Beat Down"
			{
				"unusual_id" "62"
				"price" "70000"
				"type" "tfunusual"
			}

			"Phosphorous"
			{
				"unusual_id" "63"
				"price" "70000"
				"type" "tfunusual"
			}

			"Sulphurous"
			{
				"unusual_id" "64"
				"price" "70000"
				"type" "tfunusual"
			}

			"Memory Leak"
			{
				"unusual_id" "65"
				"price" "90000"
				"type" "tfunusual"
			}

			"Overclocked"
			{
				"unusual_id" "66"
				"price" "70000"
				"type" "tfunusual"
			}

			"Electrostatic"
			{
				"unusual_id" "67"
				"price" "80000"
				"type" "tfunusual"
			}

			"Power Surge"
			{
				"unusual_id" "68"
				"price" "70000"
				"type" "tfunusual"
			}

			"Anti-Freeze"
			{
				"unusual_id" "69"
				"price" "70000"
				"type" "tfunusual"
			}

			"Time Warp"
			{
				"unusual_id" "70"
				"price" "70000"
				"type" "tfunusual"
			}

			"Green Black Hole"
			{
				"unusual_id" "71"
				"price" "70000"
				"type" "tfunusual"
			}

			"Roboactive"
			{
				"unusual_id" "72"
				"price" "70000"
				"type" "tfunusual"
			}

			"Arcana"
			{
				"unusual_id" "73"
				"price" "100000"
				"type" "tfunusual"
			}

			"Spellbound"
			{
				"unusual_id" "74"
				"price" "70000"
				"type" "tfunusual"
			}

			"Chiroptera Venenata"
			{
				"unusual_id" "75"
				"price" "70000"
				"type" "tfunusual"
			}

			"Poisoned Shadows"
			{
				"unusual_id" "76"
				"price" "70000"
				"type" "tfunusual"
			}

			"Something Burning This Way Comes"
			{
				"unusual_id" "77"
				"price" "70000"
				"type" "tfunusual"
			}

			"Hellfire"
			{
				"unusual_id" "78"
				"price" "90000"
				"type" "tfunusual"
			}

			"Darkblaze"
			{
				"unusual_id" "79"
				"price" "100000"
				"type" "tfunusual"
			}

			"Demonflame"
			{
				"unusual_id" "80"
				"price" "100000"
				"type" "tfunusual"
			}

			"Showstopper"
			{
				"unusual_id" "3002"
				"price" "70000"
				"type" "tfunusual"
			}

			"Holy Grail"
			{
				"unusual_id" "3003"
				"price" "100000"
				"type" "tfunusual"
			}
			"Fountain of Delight"
			{
				"unusual_id" "3005"
				"price" "70000"
				"type" "tfunusual"
			}

			"Screaming Tiger"
			{
				"unusual_id" "3006"
				"price" "70000"
				"type" "tfunusual"
			}

			"Skill Gotten Gains"
			{
				"unusual_id" "3007"
				"price" "70000"
				"type" "tfunusual"
			}

			"Midnight Whirlwind"
			{
				"unusual_id" "3008"
				"price" "70000"
				"type" "tfunusual"
			}

			"Silver Cyclone"
			{
				"unusual_id" "3009"
				"price" "70000"
				"type" "tfunusual"
			}

			"Mega Strike"
			{
				"unusual_id" "3010"
				"price" "70000"
				"type" "tfunusual"
			}
		}

		"Trails"
		{
			"8Bit Mushroom"
			{
				"material" "materials/sprites/store/trails/8bitmushroom.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"8Bit Pow"
			{
				"material" "materials/sprites/store/trails/8bitpow.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Airforce"
			{
				"material" "materials/sprites/store/trails/airforce.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Airforce 2"
			{
				"material" "materials/sprites/store/trails/airforce2.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Apple"
			{
				"material" "materials/sprites/store/trails/apple.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Arrow Rainbow"
			{
				"material" "materials/sprites/store/trails/arrowrainbow.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Arrows"
			{
				"material" "materials/sprites/store/trails/arrows.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Assasin"
			{
				"material" "materials/sprites/store/trails/assasin.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}
			
			"Awesome"
			{
				"material" "materials/sprites/store/trails/awesome.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Awesome Sad"
			{
				"material" "materials/sprites/store/trails/awesome_sad.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Awesome Face"
			{
				"material" "materials/sprites/store/trails/awesomeface.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Babyand"
			{
				"material" "materials/sprites/store/trails/babyand.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Banknote"
			{
				"material" "materials/sprites/store/trails/banknote.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Barcalona"
			{
				"material" "materials/sprites/store/trails/barcalona.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Batman"
			{
				"material" "materials/sprites/store/trails/batman.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Battlefield"
			{
				"material" "materials/sprites/store/trails/battlefield.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Beer Mug"
			{
				"material" "materials/sprites/store/trails/beermug.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Biohazard"
			{
				"material" "materials/sprites/store/trails/biohazard.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Blade"
			{
				"material" "materials/sprites/store/trails/blade.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Blue Lightning"
			{
				"material" "materials/sprites/store/trails/bluelightning.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"BMW Logo"
			{
				"material" "materials/sprites/store/trails/bmwlogo.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Bom Bomb"
			{
				"material" "materials/sprites/store/trails/bombomb.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Boo"
			{
				"material" "materials/sprites/store/trails/boo.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Bullet Bill"
			{
				"material" "materials/sprites/store/trails/bulletbill.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Bullets"
			{
				"material" "materials/sprites/store/trails/bullets.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Canada Flag"
			{
				"material" "materials/sprites/store/trails/canadaflag.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Candies"
			{
				"material" "materials/sprites/store/trails/candies.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Ccole"
			{
				"material" "materials/sprites/store/trails/ccole.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Cereal-guy"
			{
				"material" "materials/sprites/store/trails/cereal-guy.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Challenge"
			{
				"material" "materials/sprites/store/trails/challenge.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Chopped Pyro"
			{
				"material" "materials/sprites/store/trails/chopped_pyro.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Chris Light"
			{
				"material" "materials/sprites/store/trails/chrislight.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Christ Lights"
			{
				"material" "materials/sprites/store/trails/christlights.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Coca-Cola"
			{
				"material" "materials/sprites/store/trails/cocacola.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Coca-Cola 2"
			{
				"material" "materials/sprites/store/trails/cocacola2.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Color Bolt"
			{
				"material" "materials/sprites/store/trails/colorbolt.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Cookies"
			{
				"material" "materials/sprites/store/trails/cookies.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Cracked Beam"
			{
				"material" "materials/sprites/store/trails/crackedbeam.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Creed"
			{
				"material" "materials/sprites/store/trails/creed.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Creeper"
			{
				"material" "materials/sprites/store/trails/creeper.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Crown"
			{
				"material" "materials/sprites/store/trails/crown.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Damnim Good"
			{
				"material" "materials/sprites/store/trails/damnimgood.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Danish Flag"
			{
				"material" "materials/sprites/store/trails/danishflag.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Dark Knight"
			{
				"material" "materials/sprites/store/trails/darkknight.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Deadmau5"
			{
				"material" "materials/sprites/store/trails/deadmau5.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Deadmau5 2"
			{
				"material" "materials/sprites/store/trails/deadmau52.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Deadmau5 3"
			{
				"material" "materials/sprites/store/trails/deadmau53.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Deadmau5 4"
			{
				"material" "materials/sprites/store/trails/deadmau54.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Dead Pool"
			{
				"material" "materials/sprites/store/trails/deadpool.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Dirt"
			{
				"material" "materials/sprites/store/trails/dirt.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Disorder Dragon"
			{
				"material" "materials/sprites/store/trails/disorderdragonv2.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Disorder Logo"
			{
				"material" "materials/sprites/store/trails/disorderlogo2.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Disorder Text"
			{
				"material" "materials/sprites/store/trails/disordertext10.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"DNA 2"
			{
				"material" "materials/sprites/store/trails/dna2.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Dollars"
			{
				"material" "materials/sprites/store/trails/dollars.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Donuts"
			{
				"material" "materials/sprites/store/trails/donuts.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Double Rainbow"
			{
				"material" "materials/sprites/store/trails/doublerainbow.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Dragon"
			{
				"material" "materials/sprites/store/trails/dragon.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Dragon Disorder"
			{
				"material" "materials/sprites/store/trails/dragondisorder.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"EA Fifa"
			{
				"material" "materials/sprites/store/trails/eafifa.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"EA Logo"
			{
				"material" "materials/sprites/store/trails/ealogo.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Earth"
			{
				"material" "materials/sprites/store/trails/earth.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Energy"
			{
				"material" "materials/sprites/store/trails/energy.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Energyball"
			{
				"material" "materials/sprites/store/trails/energyball.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Epicsax"
			{
				"material" "materials/sprites/store/trails/epicsax.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Facebook Icon"
			{
				"material" "materials/sprites/store/trails/facebookicon.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Fap Face"
			{
				"material" "materials/sprites/store/trails/fapface.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Faxekondi"
			{
				"material" "materials/sprites/store/trails/faxekondi.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Ferrari"
			{
				"material" "materials/sprites/store/trails/ferrari.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Fire"
			{
				"material" "materials/sprites/store/trails/fire.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Fire 2"
			{
				"material" "materials/sprites/store/trails/fire1.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Firefox"
			{
				"material" "materials/sprites/store/trails/firefox.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Fireman"
			{
				"material" "materials/sprites/store/trails/fireman.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Footprint"
			{
				"material" "materials/sprites/store/trails/footprint.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Forever Alone"
			{
				"material" "materials/sprites/store/trails/foreveralone.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Fuu 1"
			{
				"material" "materials/sprites/store/trails/fuu1.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Fuu 2"
			{
				"material" "materials/sprites/store/trails/fuu2.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Fuck Yeah"
			{
				"material" "materials/sprites/store/trails/fyeah.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"German Flag"
			{
				"material" "materials/sprites/store/trails/germanflag.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Google Chrome"
			{
				"material" "materials/sprites/store/trails/googlechrome.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Goomba"
			{
				"material" "materials/sprites/store/trails/goomba.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Grenade"
			{
				"material" "materials/sprites/store/trails/grenade.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Gummybears"
			{
				"material" "materials/sprites/store/trails/gummybears.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Gusta"
			{
				"material" "materials/sprites/store/trails/gusta.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Half-Life"
			{
				"material" "materials/sprites/store/trails/halflife.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Handgun"
			{
				"material" "materials/sprites/store/trails/handgun.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Headshot"
			{
				"material" "materials/sprites/store/trails/headshot.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Heart"
			{
				"material" "materials/sprites/store/trails/heart.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Hello Kitty"
			{
				"material" "materials/sprites/store/trails/hellokitty.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Hex"
			{
				"material" "materials/sprites/store/trails/hex.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Hypnotic"
			{
				"material" "materials/sprites/store/trails/hypnotic.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Hypnotoad"
			{
				"material" "materials/sprites/store/trails/hypnotoad.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Ice"
			{
				"material" "materials/sprites/store/trails/ice.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Ice 2"
			{
				"material" "materials/sprites/store/trails/ice1.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Icloud"
			{
				"material" "materials/sprites/store/trails/icloud.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Invisible Bike"
			{
				"material" "materials/sprites/store/trails/invisible_bike.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Jackass"
			{
				"material" "materials/sprites/store/trails/jackass.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Jester"
			{
				"material" "materials/sprites/store/trails/jester.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Kaleido Scope"
			{
				"material" "materials/sprites/store/trails/kaleidoscope.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Kingdom Hearts"
			{
				"material" "materials/sprites/store/trails/kingdomhearts.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Kirby"
			{
				"material" "materials/sprites/store/trails/kirby.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Latvia"
			{
				"material" "materials/sprites/store/trails/latvia.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Leaves"
			{
				"material" "materials/sprites/store/trails/leaves.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Leaves 2"
			{
				"material" "materials/sprites/store/trails/leaves1.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Leaves 3"
			{
				"material" "materials/sprites/store/trails/leaves2.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Leaves 4"
			{
				"material" "materials/sprites/store/trails/leaves21.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Lightning 2"
			{
				"material" "materials/sprites/store/trails/lightning2.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Lightning 3"
			{
				"material" "materials/sprites/store/trails/lightning3.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Lightspeed"
			{
				"material" "materials/sprites/store/trails/lightspeed.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Lightwave"
			{
				"material" "materials/sprites/store/trails/lightwave.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"LOL"
			{
				"material" "materials/sprites/store/trails/lol.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"LOL Guy"
			{
				"material" "materials/sprites/store/trails/lolguy.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Mario"
			{
				"material" "materials/sprites/store/trails/mario.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Masterchief"
			{
				"material" "materials/sprites/store/trails/masterchief.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}
			

			"Mcdonalds"
			{
				"material" "materials/sprites/store/trails/mcdonald.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Medic"
			{
				"material" "materials/sprites/store/trails/medic.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Metallic"
			{
				"material" "materials/sprites/store/trails/metallic.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Metal Skull"
			{
				"material" "materials/sprites/store/trails/metalskull.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Metroid"
			{
				"material" "materials/sprites/store/trails/metroid.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Micky Mouse"
			{
				"material" "materials/sprites/store/trails/mickymouse.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Minecraft"
			{
				"material" "materials/sprites/store/trails/minecraft.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Moneybag"
			{
				"material" "materials/sprites/store/trails/moneybag.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"mtvlogo"
			{
				"material" "materials/sprites/store/trails/mtvlogo.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Mudkip"
			{
				"material" "materials/sprites/store/trails/mudkip.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Mushroom"
			{
				"material" "materials/sprites/store/trails/mushroom.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Mushroom 2"
			{
				"material" "materials/sprites/store/trails/mushroom2.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Nevergup"
			{
				"material" "materials/sprites/store/trails/nevergup.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Nyan"
			{
				"material" "materials/sprites/store/trails/nyan.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Ocarina"
			{
				"material" "materials/sprites/store/trails/ocarina.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Okami"
			{
				"material" "materials/sprites/store/trails/okami.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Okay Guy"
			{
				"material" "materials/sprites/store/trails/okayguy.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Oops"
			{
				"material" "materials/sprites/store/trails/oops.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Orly"
			{
				"material" "materials/sprites/store/trails/orly.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Pacman"
			{
				"material" "materials/sprites/store/trails/pacman.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Paint Splatter"
			{
				"material" "materials/sprites/store/trails/paintsplatter.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Panda"
			{
				"material" "materials/sprites/store/trails/panda.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Paw Print"
			{
				"material" "materials/sprites/store/trails/pawprint.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Peace"
			{
				"material" "materials/sprites/store/trails/peace.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Pedobear"
			{
				"material" "materials/sprites/store/trails/pedobear.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Pfffft"
			{
				"material" "materials/sprites/store/trails/pfffft.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Pika"
			{
				"material" "materials/sprites/store/trails/pika.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Pikmin"
			{
				"material" "materials/sprites/store/trails/pikmin.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Pinkie"
			{
				"material" "materials/sprites/store/trails/pinkie.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Pink Ribbon"
			{
				"material" "materials/sprites/store/trails/pinkribbon.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Playboy"
			{
				"material" "materials/sprites/store/trails/playboy.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Plur"
			{
				"material" "materials/sprites/store/trails/plur.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Pokeball"
			{
				"material" "materials/sprites/store/trails/pokeball.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Pokemon"
			{
				"material" "materials/sprites/store/trails/pokemon.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Poker"
			{
				"material" "materials/sprites/store/trails/poker.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Police"
			{
				"material" "materials/sprites/store/trails/police.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Potleaf"
			{
				"material" "materials/sprites/store/trails/potleaf.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Pretzel"
			{
				"material" "materials/sprites/store/trails/pretzel.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Problems Face"
			{
				"material" "materials/sprites/store/trails/problems_face.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Psychball"
			{
				"material" "materials/sprites/store/trails/psychball.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Psych Triangle"
			{
				"material" "materials/sprites/store/trails/psychtriangle.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Pumpkin"
			{
				"material" "materials/sprites/store/trails/pumpkin.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Purple Lightning"
			{
				"material" "materials/sprites/store/trails/purplelightning.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Puttegris"
			{
				"material" "materials/sprites/store/trails/puttegris.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"pwned"
			{
				"material" "materials/sprites/store/trails/pwned.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Quake"
			{
				"material" "materials/sprites/store/trails/quake.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Question"
			{
				"material" "materials/sprites/store/trails/question.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Raf"
			{
				"material" "materials/sprites/store/trails/raf.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Rain"
			{
				"material" "materials/sprites/store/trails/rain.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Rainbow Dash"
			{
				"material" "materials/sprites/store/trails/rainbow-dash.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Rainbow"
			{
				"material" "materials/sprites/store/trails/rainbow.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Rainbow Cobra 2"
			{
				"material" "materials/sprites/store/trails/rainbowcobra2.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Rainbow Cry"
			{
				"material" "materials/sprites/store/trails/rainbowcry.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Real Madrid"
			{
				"material" "materials/sprites/store/trails/realmadrid.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Reaper"
			{
				"material" "materials/sprites/store/trails/reaper.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Retro Egg"
			{
				"material" "materials/sprites/store/trails/retroegg.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Retro Flower"
			{
				"material" "materials/sprites/store/trails/retroflower.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Sep Rainbow"
			{
				"material" "materials/sprites/store/trails/seprainbow.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Sharingan"
			{
				"material" "materials/sprites/store/trails/sharingan.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Shell"
			{
				"material" "materials/sprites/store/trails/shell.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Shroom5"
			{
				"material" "materials/sprites/store/trails/shroom5.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Skull"
			{
				"material" "materials/sprites/store/trails/skull.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Skulln Bones"
			{
				"material" "materials/sprites/store/trails/skullnbones.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Skype Logo"
			{
				"material" "materials/sprites/store/trails/skypelogo.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Slow Poke"
			{
				"material" "materials/sprites/store/trails/slowpoke.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Smirnoff"
			{
				"material" "materials/sprites/store/trails/smirnoff.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Smugleaf"
			{
				"material" "materials/sprites/store/trails/smugleaf.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Snowman"
			{
				"material" "materials/sprites/store/trails/snowman.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Sony Logo"
			{
				"material" "materials/sprites/store/trails/sonylogo.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"SOS"
			{
				"material" "materials/sprites/store/trails/sos.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Spider"
			{
				"material" "materials/sprites/store/trails/spider.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Spongebob"
			{
				"material" "materials/sprites/store/trails/spongebob.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Spotify"
			{
				"material" "materials/sprites/store/trails/spotify.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"SRS Face"
			{
				"material" "materials/sprites/store/trails/srsface.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Star"
			{
				"material" "materials/sprites/store/trails/star.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Superman Logo"
			{
				"material" "materials/sprites/store/trails/supermanlogo.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Swirly"
			{
				"material" "materials/sprites/store/trails/swirly.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Taco"
			{
				"material" "materials/sprites/store/trails/taco.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Test 1000"
			{
				"material" "materials/sprites/store/trails/test1000.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Timebomb"
			{
				"material" "materials/sprites/store/trails/timebomb.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Tmi Shit"
			{
				"material" "materials/sprites/store/trails/tmishit.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"triforce"
			{
				"material" "materials/sprites/store/trails/triforce.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"trippy"
			{
				"material" "materials/sprites/store/trails/trippy.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Troll Face"
			{
				"material" "materials/sprites/store/trails/trollface.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Tux"
			{
				"material" "materials/sprites/store/trails/tux.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Twitter"
			{
				"material" "materials/sprites/store/trails/twitter.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"UK Flag"
			{
				"material" "materials/sprites/store/trails/ukflag.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Ultra"
			{
				"material" "materials/sprites/store/trails/ultra.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Umbrella Corperation"
			{
				"material" "materials/sprites/store/trails/umbrellacorp.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Up Arrow"
			{
				"material" "materials/sprites/store/trails/uparrow.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"US Flag"
			{
				"material" "materials/sprites/store/trails/usflag.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"War Heads"
			{
				"material" "materials/sprites/store/trails/warheads.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Warrior"
			{
				"material" "materials/sprites/store/trails/warrior.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Water 2"
			{
				"material" "materials/sprites/store/trails/water2.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Wheel"
			{
				"material" "materials/sprites/store/trails/wheel.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Windows"
			{
				"material" "materials/sprites/store/trails/windows.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Wings"
			{
				"material" "materials/sprites/store/trails/wings.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Wolf"
			{
				"material" "materials/sprites/store/trails/wolf.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Wonder Woman"
			{
				"material" "materials/sprites/store/trails/wonder_woman.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Words"
			{
				"material" "materials/sprites/store/trails/words.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Medic 2"
			{
				"material" "materials/sprites/store/trails/x_medic.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Xbox Logo"
			{
				"material" "materials/sprites/store/trails/xboxlogo.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Y U NO Guy"
			{
				"material" "materials/sprites/store/trails/y-u-no-guy.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Ying-Yang"
			{
				"material" "materials/sprites/store/trails/yingyang.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Ying-Yang 2"
			{
				"material" "materials/sprites/store/trails/yingyang2.vmt"
				"price" "100000"
				"color" "255 255 255 255"
				"type" "trail"
			}

			"Yukari"
			{
				"material" "materials/sprites/store/trails/yukari.vmt"
				"price" "300"
				"color" "255 255 255 255"
				"type" "trail"
			}
		}
	
		"Grenade Trails"
		{
			"Thin Beam"
			{
				"material" "materials/sprites/combineball_trail_black_1.vmt"
				"price" "85000"
				"type" "grenadetrail"
				"color" "255 0 255 255"
			}
			
			"Squiggly Beam"
			{
				"material" "materials/sprites/hydragutbeam.vmt"
				"price" "85000"
				"type" "grenadetrail"
				"color" "255 0 255 255"
			}
			
			"Medium Beam"
			{
				"material" "materials/sprites/orangelight1.vmt"
				"price" "85000"
				"type" "grenadetrail"
				"color" "255 0 255 255"
			}
			
			"Large Beam"
			{
				"material" "materials/sprites/spotlight.vmt"
				"price" "85000"
				"type" "grenadetrail"
				"color" "255 0 255 255"
			}
			
			"Red Laserbeam"
			{
				"material" "materials/sprites/laserbeam.vmt"
				"price" "85000"
				"type" "grenadetrail"
				"color" "255 0 0 255"
				"unique_id" "grenadetrail_laserbeam_red"
			}
			
			"Blue Laserbeam"
			{
				"material" "materials/sprites/laserbeam.vmt"
				"price" "85000"
				"type" "grenadetrail"
				"color" "0 0 255 255"
				"unique_id" "grenadetrail_laserbeam_blue"
			}
		}
	}
}
Current loaded plugins:
01 "Admin File Reader" (1.8.0.6027) by AlliedModders LLC
02 "Admin Help" (1.8.0.6027) by AlliedModders LLC
03 "Admin Menu" (1.8.0.6027) by AlliedModders LLC
04 "Anti-Flood" (1.8.0.6027) by AlliedModders LLC
05 "Basic Chat" (1.8.0.6027) by AlliedModders LLC
06 "Basic Comm Control" (1.8.0.6027) by AlliedModders LLC
07 "Basic Commands" (1.8.0.6027) by AlliedModders LLC
08 "Basic Info Triggers" (1.8.0.6027) by AlliedModders LLC
09 "Basic Votes" (1.8.0.6027) by AlliedModders LLC
10 "Client Preferences" (1.8.0.6027) by AlliedModders LLC
11 "Fun Commands" (1.8.0.6027) by AlliedModders LLC
12 "Fun Votes" (1.8.0.6027) by AlliedModders LLC
13 "Nextmap" (1.8.0.6027) by AlliedModders LLC
14 "Player Commands" (1.8.0.6027) by AlliedModders LLC
15 "Reserved Slots" (1.8.0.6027) by AlliedModders LLC
16 "Sound Commands" (1.8.0.6027) by AlliedModders LLC
17 "Advanced Tauntiser" (1.1.0) by Humbug
18 "Freak Fortress 2" (1.10.14) by Rainbolt Dash, FlaminSarge, Powerlord, the 50DKP team
19 "Goomba Stomp Core" (2.0.2) by Flyflo
20 "[TF2] TF2Attributes" (1.2.1) by FlaminSarge
21 "Updater" (1.2.2) by GoD-Tony
22 "SourceBans" (1.4.11) by SourceBans Development Team
23 "Rock The Vote" (1.8.0.6027) by AlliedModders LLC
24 "MapChooser" (1.8.0.6027) by AlliedModders LLC
25 "Map Nominations" (1.8.0.6027) by AlliedModders LLC
26 "Goomba Stomp TF2" (1.1.0) by Flyflo
27 "ExtendedComm" (3.0.8b) by Twisted|Panda
28 "[Any] SteamTools Game Description Override" (1.1.3) by Dr. McKay
29 "Taunt Crits" (1.6) by HeMe3iC
30 "The Amplifier" (2.4) by RainBolt Dash (plugin); Jumento M.D. (idea & model); Naris and FlaminSarge (helpers)
31 "Player Climb" (1.4) by Nanochip
32 "afk kicker" (1.8.0.5995) by Klaus and the Evil Dalek of DOOM!(akaave)
33 "hpfordmg" (1.0.2) by TheDalek
34 "Evil Admin - Rocket" (1.0.110) by <eVa>Dog
35 "Player Respawn" (1.6) by Rogue
36 "[Source 2013] Custom Chat Colors" (3.1.0) by Dr. McKay
37 "Simple Chat Processor (Redux)" (2.1.0) by Simple Plugins, Mini
38 "[TF2] Thirdperson" (2.1.0) by DarthNinja
39 "TF2: Roll the Dice" (0.4.4.2) by linux_lover ([email protected])
40 "respawnme" (1.0.0(the combine shall kill you all)) by TheDalek
41 "Advertisements" (2.0.2) by Tsunami
42 <Error> "Freak Fortress 2: Saxtoner Ability Pack" (1.6.6) by Otokiru, updated by SHADow93
43 "[ANY] Voice Rooms" (0.3) by stretch
44 "Store - Trade System" (1.0) by Zephyrus
45 "Thirdperson Mode" (1.0) by Zephyrus
46 "In-game Help Menu" (0.3) by chundo
47 "[TF2] Admin List & Hours" (1.0.1) by Agento
48 "[TF2] Base Plugins and Securitys" (0.3.2) by Debilchie
49 "Store - The Resurrection" (1.0) by Zephyrus
50 "The RTLer" (1.0.5) by alongub
51 "Freak Fortress 2: Damage Tracker" (1.0) by MasterOfTheXP
52 "Freak Fortress 2: Abilities of 1st set" (1.10.7) by RainBolt Dash
53 "Freak Fortress 2: rage_overlay" (1.9.2) by Jery0987, RainBolt Dash
54 "Freak Fortress 2: Easter Abilities" (1.10.7) by Powerlord and FlaminSarge, updated by Wliu
55 "Freak Fortress 2: special_noanims" (1.10.7) by RainBolt Dash, Wliu
56 "Freak Fortress 2: Default Abilities" (1.10.4) by RainBolt Dash

Logs don't show errors on shop.smx.

Is there any problem here?
Loldudethe6th is offline
KsB2000
Junior Member
Join Date: Mar 2017
Location: Germany
Old 12-09-2017 , 11:28   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1344

I Don't know if this was Requested already here but i have a Problem that my Server only shows The CT Models and in the Shop it says "counter-terrorists" then "Counter-Terrorists"

I have already tryed to change the Models but the CT Models are the only ones that are shown

I wanted to ask here then if this is right


PHP Code:
    "Player Skins"
    
{
        
"Terrorists"
        
{
            
"Ada Wong"
            
{
                
"model" "models/player/custom_player/kuristaja/re6/ada/adav5.mdl"
                "team" "2"
                "price" "2500"
                "type" "playerskin"
            
}
        }
        
        
"Counter-Terrorists"
        
{
            
"Solid Snake"
            
{
                
"model" "models/player/custom_player/kuristaja/mgsv/boss/sneaking_suit.mdl"
                "team" "3"
                "price" "2500"
                "type" "playerskin"
            
}
        }
    } 
Please contact me on Steam if you need any other config and etc.
KsB2000 is offline
ASKER_CZ
BANNED
Join Date: Nov 2016
Old 12-09-2017 , 12:14   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1345

Does anybody know how to add NAME COLORS and CHAT COLORS in CSGO? It doesn't even show in my menu..
ASKER_CZ is offline
KsB2000
Junior Member
Join Date: Mar 2017
Location: Germany
Old 12-09-2017 , 17:50   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1346

Quote:
Originally Posted by ASKER_CZ View Post
Does anybody know how to add NAME COLORS and CHAT COLORS in CSGO? It doesn't even show in my menu..
You have to install simple chatprocessor on your server at first without it, it won't work at all
Attached Files
File Type: smx simple-chatprocessor.smx (13.2 KB, 139 views)
KsB2000 is offline
ASKER_CZ
BANNED
Join Date: Nov 2016
Old 12-10-2017 , 03:30   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1347

Quote:
Originally Posted by KsB2000 View Post
You have to install simple chatprocessor on your server at first without it, it won't work at all
Plugin seems to be working

79 "Simple Chat Processor (Redux)" (2.1.0) by Simple Plugins, Mini

but still doesnt appear in store menu :/

BTW : I am willing to pay for fix (Or just for finding working version)

PHP Code:
   "Name Colors"
    
{
            
"White"
            
{
                
"color" "{default}"
                "price" "30"
                "type" "namecolor"
            
}
            
"Dark Red"
            
{
                
"color" "{darkred}"
                "price" "30"
                "type" "namecolor"
            
}
            
"Green"
            
{
                
"color" "{green}"
                "price" "30"
                "type" "namecolor"
            
}
            
"Lightgreen"
            
{
                
"color" "{lightgreen}"
                "price" "30"
                "type" "namecolor"
            
}
            
"Red"
            
{
                
"color" "{red}"
                "price" "30"
                "type" "namecolor"
            
}
            
"Blue"
            
{
                
"color" "{blue}"
                "price" "30"
                "type" "namecolor"
            
}
            
"Olive"
            
{
                
"color" "{olive}"
                "price" "30"
                "type" "namecolor"
            
}
            
"Lime"
            
{
                
"color" "{lime}"
                "price" "30"
                "type" "namecolor"
            
}
            
"Lightred"
            
{
                
"color" "{lightred}"
                "price" "30"
                "type" "namecolor"
            
}
            
"Purple"
            
{
                
"color" "{purple}"
                "price" "30"
                "type" "namecolor"
            
}
            
"Grey"
            
{
                
"color" "{grey}"
                "price" "30"
                "type" "namecolor"
            
}
            
"Orange"
            
{
                
"color" "{orange}"
                "price" "30"
                "type" "namecolor"
            
}
            
"Bluegrey"
            
{
                
"color" "{bluegrey}"
                "price" "30"
                "type" "namecolor"
            
}
            
"Lightblue"
            
{
                
"color" "{lightblue}"
                "price" "30"
                "type" "namecolor"
            
}
            
"Blue"
            
{
                
"color" "{blue}"
                "price" "30"
                "type" "namecolor"
            
}
            
"Darkblue"
            
{
                
"color" "{darkblue}"
                "price" "30"
                "type" "namecolor"
            
}
            
"Grey 2"
            
{
                
"color" "{grey2}"
                "price" "30"
                "type" "namecolor"
            
}
            
"Orchid"
            
{
                
"color" "{orchid}"
                "price" "30"
                "type" "namecolor"
            
}
            
"Lightred 2"
            
{
                
"color" "{lightred2}"
                "price" "30"
                "type" "namecolor"
            
}

    }
    
"Message Colors"
    
{
            
"White"
            
{
                
"color" "{default}"
                "price" "30"
                "type" "msgcolor"
            
}
            
"Dark Red"
            
{
                
"color" "{darkred}"
                "price" "30"
                "type" "msgcolor"
            
}
            
"Green"
            
{
                
"color" "{green}"
                "price" "30"
                "type" "msgcolor"
            
}
            
"Lightgreen"
            
{
                
"color" "{lightgreen}"
                "price" "30"
                "type" "msgcolor"
            
}
            
"Red"
            
{
                
"color" "{red}"
                "price" "30"
                "type" "msgcolor"
            
}
            
"Blue"
            
{
                
"color" "{blue}"
                "price" "30"
                "type" "msgcolor"
            
}
            
"Olive"
            
{
                
"color" "{olive}"
                "price" "30"
                "type" "msgcolor"
            
}
            
"Lime"
            
{
                
"color" "{lime}"
                "price" "30"
                "type" "msgcolor"
            
}
            
"Lightred"
            
{
                
"color" "{lightred}"
                "price" "30"
                "type" "msgcolor"
            
}
            
"Purple"
            
{
                
"color" "{purple}"
                "price" "30"
                "type" "msgcolor"
            
}
            
"Grey"
            
{
                
"color" "{grey}"
                "price" "30"
                "type" "msgcolor"
            
}
            
"Orange"
            
{
                
"color" "{orange}"
                "price" "30"
                "type" "msgcolor"
            
}
            
"Bluegrey"
            
{
                
"color" "{bluegrey}"
                "price" "30"
                "type" "msgcolor"
            
}
            
"Lightblue"
            
{
                
"color" "{lightblue}"
                "price" "30"
                "type" "msgcolor"
            
}
            
"Darkblue"
            
{
                
"color" "{darkblue}"
                "price" "30"
                "type" "msgcolor"
            
}
            
"Grey 2"
            
{
                
"color" "{grey2}"
                "price" "30"
                "type" "msgcolor"
            
}
            
"Orchid"
            
{
                
"color" "{orchid}"
                "price" "30"
                "type" "msgcolor"
            
}
            
"Lightred 2"
            
{
                
"color" "{lightred2}"
                "price" "30"
                "type" "msgcolor"
            
}
        
        } 

Last edited by ASKER_CZ; 12-10-2017 at 03:32.
ASKER_CZ is offline
Byte
Senior Member
Join Date: Jun 2010
Location: 📦 CCSPlayer
Old 12-10-2017 , 04:31   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1348

Quote:
Originally Posted by ASKER_CZ View Post
Plugin seems to be working

79 "Simple Chat Processor (Redux)" (2.1.0) by Simple Plugins, Mini

but still doesnt appear in store menu :/

BTW : I am willing to pay for fix (Or just for finding working version)

PHP Code:
   "Name Colors"
    
{
            
"White"
            
{
                
"color" "{default}"
                "price" "30"
                "type" "namecolor"
            
}
            
"Dark Red"
            
{
                
"color" "{darkred}"
                "price" "30"
                "type" "namecolor"
            
}
            
"Green"
            
{
                
"color" "{green}"
                "price" "30"
                "type" "namecolor"
            
}
            
"Lightgreen"
            
{
                
"color" "{lightgreen}"
                "price" "30"
                "type" "namecolor"
            
}
            
"Red"
            
{
                
"color" "{red}"
                "price" "30"
                "type" "namecolor"
            
}
            
"Blue"
            
{
                
"color" "{blue}"
                "price" "30"
                "type" "namecolor"
            
}
            
"Olive"
            
{
                
"color" "{olive}"
                "price" "30"
                "type" "namecolor"
            
}
            
"Lime"
            
{
                
"color" "{lime}"
                "price" "30"
                "type" "namecolor"
            
}
            
"Lightred"
            
{
                
"color" "{lightred}"
                "price" "30"
                "type" "namecolor"
            
}
            
"Purple"
            
{
                
"color" "{purple}"
                "price" "30"
                "type" "namecolor"
            
}
            
"Grey"
            
{
                
"color" "{grey}"
                "price" "30"
                "type" "namecolor"
            
}
            
"Orange"
            
{
                
"color" "{orange}"
                "price" "30"
                "type" "namecolor"
            
}
            
"Bluegrey"
            
{
                
"color" "{bluegrey}"
                "price" "30"
                "type" "namecolor"
            
}
            
"Lightblue"
            
{
                
"color" "{lightblue}"
                "price" "30"
                "type" "namecolor"
            
}
            
"Blue"
            
{
                
"color" "{blue}"
                "price" "30"
                "type" "namecolor"
            
}
            
"Darkblue"
            
{
                
"color" "{darkblue}"
                "price" "30"
                "type" "namecolor"
            
}
            
"Grey 2"
            
{
                
"color" "{grey2}"
                "price" "30"
                "type" "namecolor"
            
}
            
"Orchid"
            
{
                
"color" "{orchid}"
                "price" "30"
                "type" "namecolor"
            
}
            
"Lightred 2"
            
{
                
"color" "{lightred2}"
                "price" "30"
                "type" "namecolor"
            
}

    }
    
"Message Colors"
    
{
            
"White"
            
{
                
"color" "{default}"
                "price" "30"
                "type" "msgcolor"
            
}
            
"Dark Red"
            
{
                
"color" "{darkred}"
                "price" "30"
                "type" "msgcolor"
            
}
            
"Green"
            
{
                
"color" "{green}"
                "price" "30"
                "type" "msgcolor"
            
}
            
"Lightgreen"
            
{
                
"color" "{lightgreen}"
                "price" "30"
                "type" "msgcolor"
            
}
            
"Red"
            
{
                
"color" "{red}"
                "price" "30"
                "type" "msgcolor"
            
}
            
"Blue"
            
{
                
"color" "{blue}"
                "price" "30"
                "type" "msgcolor"
            
}
            
"Olive"
            
{
                
"color" "{olive}"
                "price" "30"
                "type" "msgcolor"
            
}
            
"Lime"
            
{
                
"color" "{lime}"
                "price" "30"
                "type" "msgcolor"
            
}
            
"Lightred"
            
{
                
"color" "{lightred}"
                "price" "30"
                "type" "msgcolor"
            
}
            
"Purple"
            
{
                
"color" "{purple}"
                "price" "30"
                "type" "msgcolor"
            
}
            
"Grey"
            
{
                
"color" "{grey}"
                "price" "30"
                "type" "msgcolor"
            
}
            
"Orange"
            
{
                
"color" "{orange}"
                "price" "30"
                "type" "msgcolor"
            
}
            
"Bluegrey"
            
{
                
"color" "{bluegrey}"
                "price" "30"
                "type" "msgcolor"
            
}
            
"Lightblue"
            
{
                
"color" "{lightblue}"
                "price" "30"
                "type" "msgcolor"
            
}
            
"Darkblue"
            
{
                
"color" "{darkblue}"
                "price" "30"
                "type" "msgcolor"
            
}
            
"Grey 2"
            
{
                
"color" "{grey2}"
                "price" "30"
                "type" "msgcolor"
            
}
            
"Orchid"
            
{
                
"color" "{orchid}"
                "price" "30"
                "type" "msgcolor"
            
}
            
"Lightred 2"
            
{
                
"color" "{lightred2}"
                "price" "30"
                "type" "msgcolor"
            
}
        
        } 
Did you unload the store + map change after changing your config?
__________________
STEAM: /id/invexbyte | Github: Mo Beigi | Discord: Byte#0017
Community: Invex Gaming | My Plugins: Click Me!

Byte is offline
ASKER_CZ
BANNED
Join Date: Nov 2016
Old 12-10-2017 , 05:59   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1349

Quote:
Originally Posted by Byte View Post
Did you unload the store + map change after changing your config?
It appeard as you say, but still doesn't do anything. Color of name / text doesn't change even if i equip it and reconnect. It's CS:GO SURF server based on cksurf

Last edited by ASKER_CZ; 12-10-2017 at 07:34.
ASKER_CZ is offline
mlov420
Senior Member
Join Date: May 2013
Old 12-10-2017 , 08:51   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1350

Quote:
Originally Posted by ASKER_CZ View Post
It's CS:GO SURF server based on cksurf
That's the 1 piece of information that changes the game. Third party name and message colors won't work on ckSurf because of it's built in chat processor. You would have to disable the ckSurf chat processor cvar in order for these to work. However, you would lose lots of chat related features built into ckSurf. In my experience, it's not worth it, but don't be afraid to try it for yourself. In cfg/sourcemod/cksurf.cfg file, look for ck_chat_enable "1" and change it to 0.

Last edited by mlov420; 12-10-2017 at 08:52. Reason: added filename and cvar
mlov420 is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:52.


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