View Single Post
Author Message
icecafe3352
New Member
Join Date: Jun 2017
Old 06-20-2017 , 20:57   TF2 Items custom weapons problem
Reply With Quote #1

My problem is that it only gives the weapon to the first player, not the 2nd. Am I doing something wrong or what?

Code:
"custom_weapons_v3"
{
	"STEAM ID HERE" //Me
	{
		"9" //Engineer Weapon
		{
			"quality"		"5"
			"level"			"100"
			
			"1"				"134 ; 2" //Particle Effect
		} //End Weapon
	} //End Steam ID
	"STEAM ID HERE" //Friend
	{
		"13" //Scout Weapon
		{
			"quality"		"5"
			"level"			"100"
			
			"1"				"134 ; 2" //Particle Effect
		} //End Weapon
	} //End Steam ID
} //End custom_weapons_v3
icecafe3352 is offline