View Single Post
Tylerst
Veteran Member
Join Date: Oct 2010
Old 07-20-2012 , 11:45   Re: [TF2] Advanced Infinite Ammo
Reply With Quote #10

Quote:
Originally Posted by Horsedick View Post
How do I restrict infinite sandman and wrap assassin balls to Admins only but able to set everything else for everyone else?
If you're worried about lag, I released a plugin to fix that a couple days ago: Ball Projectile Limit

Edit: As of 1.0.2, it's much simpler to do this, just uncomment the if statement, or comment the SetAmmo to disable them altogether.
Code:
//Sandman, Wrap Assassin - Ammo
case 44, 648:
{
	//Admin Check(Old Plugin Behavior)
	//if(!CheckCommandAccess(client, "sm_fia_adminflag", ADMFLAG_GENERIC)) return;
	SetAmmo(client, iWeapon);
}
Old

Last edited by Tylerst; 07-27-2012 at 15:50.
Tylerst is offline