Team FoxTare Source Games Stats
  • CSS
  • DODS
  • HL2MP
  • Contents
  • Search
  • Forum
  • Help

Banner
  Sections

  Player Information

Player Profile

Steam Community Avatar
 @lex
Location: (Unknown)
Steam: STEAM_0:1:14055486
Status: Offline
Click here to add as friend
Karma: In good standing
Member of Clan: (None)
Real Name: (Not Specified)
E-mail Address: (Not Specified)
Home Page: (Not Specified)
Last Connect:* Wed. May. 10th, 2023 @ 22:25:15
Total Connection Time: 7d 00:04:32h
Average Ping:* -
Favorite Server:* =Team FoxTare= Europa
Favorite Map:* dod_avalanche
Favorite Weapon:*

Statistics Summary

Activity: 68% 68%
Points: 16,583
Rank: 2
Kills per Minute: 0.10
Kills per Death: 2.3023 (-*)
Headshots per Kill: 0.1787 (-*)
Shots per Kill: -
Weapon Accuracy: 47.9% (0%*)
Headshots: 181 (0*)
Kills: 1,013 (0*)
Deaths: 440 (0*)
Longest Kill Streak: 14
Longest Death Streak: 6
Suicides: 108
Teammate Kills: 2 (0*)

  History @lex's History:
  Events | Sessions | Awards (312) | Chat
  Search Find other players with the same name


  Miscellaneous Statistics

Player Trend
Player Trend Graph
Forum Signature


forum sig image

bbCode 1 (phpBB, SMF) | bbCode 2 (IPB) | Direct Image


  Ranks

Current rank: Sergeant Major
Sergeant Major
6.5% Kills needed: 187 (7%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal Sergeant Staff Sergeant Gunnery Sergeant Master Sergeant First Sergeant Master Chief


  Aliases

Rank Name Time Last Use sort-descending.gif Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 @lex 6d 23:22:01h 2023-05-10 22:37:55 1,008 438 2.30 179 0.18 106 48.1%
2 Epitalio 0d 00:32:24h 2021-07-23 17:26:01 2 1 2.00 0 0.00 1 25.0%
3 kIRo 0d 00:10:07h 2021-07-20 11:41:14 3 1 3.00 2 0.67 1 30.9%




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Allies 1 times 50.00% 50.00%




ERROR
Database Error

Server Address: localhost
Server Username: foxtare_hlstatsx

Error Diagnostic:
Bad query.

Server Error: (1267) Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (latin1_general_ci,IMPLICIT) for operation '='

Last SQL Query:
		SELECT
			IFNULL(hlstats_Roles.name, hlstats_Events_ChangeRole.role) AS name,
			IFNULL(hlstats_Roles.code, hlstats_Events_ChangeRole.role) AS code,
			COUNT(hlstats_Events_ChangeRole.id) AS rolecount,
			ROUND(COUNT(hlstats_Events_ChangeRole.id) / IF(1 = 0, 1, 1) * 100, 2) AS percent,
			hlstats_Frags_as_res.killsTotal,
			hlstats_Frags_as_res.deathsTotal,
			ROUND(hlstats_Frags_as_res.killsTotal / IF(hlstats_Frags_as_res.deathsTotal = 0, 1, hlstats_Frags_as_res.deathsTotal), 2) AS kpd
		FROM
			hlstats_Events_ChangeRole
		LEFT JOIN
			hlstats_Roles
		ON
			hlstats_Events_ChangeRole.role = hlstats_Roles.code
		LEFT JOIN
			hlstats_Frags_as_res
		ON
			hlstats_Frags_as_res.role = hlstats_Events_ChangeRole.role
		WHERE
			hlstats_Events_ChangeRole.playerId = 967
			AND
			(
				hidden <> '1'
				OR hidden IS NULL
			)
			AND hlstats_Roles.game = 'dods'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc