View Single Post
Jargon
SourceMod Donor
Join Date: Jun 2012
Location: Sydney, Australia
Old 11-18-2012 , 04:19   Re: [CS:GO] Weapons and Sound Fixes
Reply With Quote #4

I take it this is going pretty well then? I've only noticed one boo-boo so far in the weapons.txt:

Code:
	"Bizon"
	{
		// General

		"weaponentity"		"weapon_bizon"
		"weapontype"		"All, SMG"
		"weaponslot"		"2"
Should be:

Code:
	"Bizon"
	{
		// General

		"weaponentity"		"weapon_bizon"
		"weapontype"		"All, SMG"
		"weaponslot"		"0"
Jargon is offline