May I ask how you know the kill and deaths value?
As the defualt config,the 1 kill should give you 3XP in Jaymod.
In ETPro its diffrent,sometimes 1XP,sometimes 2XP or sometimes even 5XP.
Depends.So the calculating will be wrong of counting kills&deaths.
And please,add the TZAC code to scanner code.
	Code:
			if (strlen($this->GetServerVariable('sl_sv_version'))>2) { $sf[] = 'slac'; $ac[] = 'slac'; }
		if (strlen($this->GetServerVariable('ac_sv_version'))>2) { $sf[] = 'tzac'; $ac[] = 'tzac'; }
 EDIT:
To prevent this kind effects.
Add the mod excepts.
So if it
	Code:
	     switch($this->GetServerVariable('gamename'));
              case 'jaymod' $calculatenr = '2';
              case 'etpro' $calculatenr = '1';
 And so on.