View Single Post
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 05-08-2012 , 20:42   Re: [REQ] [TF2] Airblasting block
Reply With Quote #2

Quote:
Originally Posted by yellowblood View Post
Hey guys, if anyone wants to block pushing and don't know how, it's actually really simple now.

1. Install TF2Items - http://forums.alliedmods.net/showthread.php?t=115100
2. Edit tf/addons/sourcemod/configs/tf2items.weapons.txt to be like this:
Code:
"custom_weapons_v3"
{
	"*"
	{
		"*"
		{
			"1"	"254 ; 4.0"
		}
	}
}
This will disable the pushing ability from ALL weapons, for ALL players. If you want more advanced functionality (like activating it only when the dodgeball plugin is enabled), it shouldn't be too difficult.

(credit goes to asherkin for this awesome idea, and the brilliant tf2items extension)
__________________

Last edited by asherkin; 05-08-2012 at 20:42.
asherkin is online now