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

Banner
  Sections

  Player Information

Player Profile

Steam Community Avatar
 Der-Don
Location: (Unknown)
Steam: STEAM_0:0:57896814
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:* Sat. May. 13th, 2023 @ 14:15:46
Total Connection Time: 4d 00:27:53h
Average Ping:* -
Favorite Server:* =Team FoxTare= Europa
Favorite Map:* cs_office
Favorite Weapon:* Colt M4A1 Carbine

Statistics Summary

Activity: 68% 68%
Points: 8,805
Rank: 5
Kills per Minute: 0.11
Kills per Death: 1.4299 (2.00*)
Headshots per Kill: 0.3861 (1.0000*)
Shots per Kill: 11.43
Weapon Accuracy: 36.2% (29%*)
Headshots: 244 (2*)
Kills: 632 (2*)
Deaths: 442 (0*)
Longest Kill Streak: 3
Longest Death Streak: 8
Suicides: 22
Teammate Kills: 2 (0*)

  History Der-Don's History:
  Events | Sessions | Awards (201) | 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: Gunnery Sergeant
Gunnery Sergeant
32% Kills needed: 68 (32%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal Sergeant Staff Sergeant


  Awards (hover over image to see name)

Ribbons
Sharpshooter Connection Time 75 Hours Bronze AK47 Award of Steyr Aug Silver AWP Sniper Award of Desert Eagle Silver Bomb Defuser Supreme Dual Beretta Elites Award of Famas Supreme Five-Seven Award of G3 SG1 Award of Galil Supreme Glock Silver Headshots Award of HE Grenades Bronze Hostage Killer Award of Combat Knife Supreme Lowpinger Award of M249 Para Award of M3 Shotgun Silver Colt M4A1 Award of MAC 10 Silver Most Kills Award of MP5 Navy Silver Sig P228 Bronze P90 Award of Bomb Planter Silver Hostage Rescuer Award of Scout Elite Supreme SG 550 Award of SG 552 Bronze Suicides Award of Team Kills Award of TMP Award of UMP 45 Award of USP Award of XM Shotgun
Global Awards
TMP


  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Headshot 7 times 7
2 Touch a Hostage 3 times 0
3 Round MVP 1 times 0




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Counter-Terrorist 31 times 19.25% 19.25%
2 Terrorist 2 times 1.24% 1.24%




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(0 = 0, 1, 0) * 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 = 7432
			AND
			(
				hidden <> '1'
				OR hidden IS NULL
			)
			AND hlstats_Roles.game = 'css'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc