View Single Post
Naydef
Senior Member
Join Date: Dec 2015
Location: Doom Town, Nevada
Old 02-03-2022 , 14:18   Re: FurretX’s Public Bosses [New Boss Rework: Vagineer]
Reply With Quote #9

Config furretxpublicfinished.cfg has an issue:

Invalid character 'l' in attribute list
HTML Code:
	"weapon1"
	{
	    "name"	        "tf_weapon_knife"
	    "index"	        "461"
	    "attributes"	"2 ; 0.8 ; 180 ; 5.0 ; 377 l 0.1 ; 68 ; 2 ; 6 ; 0.8"
	    "show"	        "1"
	}
Should be:
HTML Code:
	"weapon1"
	{
	    "name"	        "tf_weapon_knife"
	    "index"	        "461"
	    "attributes"	"2 ; 0.8 ; 180 ; 5.0 ; 377 ; 0.1 ; 68 ; 2 ; 6 ; 0.8"
	    "show"	        "1"
	}
__________________
My plugins:
*None for now*


Steam:
naydef

Last edited by Naydef; 02-03-2022 at 14:18.
Naydef is offline