View Single Post
Tylerst
Veteran Member
Join Date: Oct 2010
Old 11-15-2010 , 11:38   Re: [TF2] Set Ammo [v1.0.0]
Reply With Quote #8

Quote:
Originally Posted by SgtScorpio View Post
I couldnt find a config file created by the mod, they are usually in team fortress 2\tf\cfg\sourcemod but this mod didnt have one in there.

So how do I comment out the line?
He wasn't talking about a config file, he meant to download the source, put // in front of these 2 lines(or just delete them):

Code:
ShowActivity2(client, "\x04[\x03SetAmmo\x04]:"," \x01gave \x05%s \x04%i\x01 offhand ammo for the weapon in slot \x04%i\x01!", target_name, Ammo, Slot+1);
Code:
ShowActivity2(client, "\x04[\x03SetAmmo\x04]:"," \x01gave \x05%s\x01 a clip size of \x04%i\x01 in weapon slot \x04%i\x01!", target_name, Ammo, Slot+1);
and then recompile.
Tylerst is offline