View Single Post
Leonardo
Veteran Member
Join Date: Feb 2010
Location: 90's
Old 10-02-2010 , 10:47   Re: [TF2 Stats] With Web Ranking and Item Logger [v6.6.5/7.0.2]
Reply With Quote #1017

to the "classic" tf2stats plugins:
Code:
	new bool:ShouldIgnoreBots = GetConVarBool(ignorebots);
	if (ShouldIgnoreBots == false)
	{
		isbot = false;
	}
and other places
I guess its wrong
may it should be an if(ShouldIgnoreBots == true) ?
__________________
Leonardo is offline