HLstatsX Community Edition
  • HL2DM_1
  • HL2DM_2
  • Contents
  • Search
  • SourceBans
  • Forum
  • Help

  Sections

  Player Information

Player Profile

Steam Community Avatar
Germany Ж В₣TЅ Ж FreundvonMrT
Location: Germany
Steam: STEAM_0:0:5539624
Status: (Unknown)
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:* Fri. May. 10th, 2024 @ 00:56:53
Total Connection Time: 0d 17:43:03h
Average Ping:* 85 ms (Latency: 43 ms)
Favorite Server:* HL2F #2 | TEAM DEATHMATCH [NoSteam] | hl2forever.ru
Favorite Map:* dm_austyn
Favorite Weapon:* Shotgun

Statistics Summary

Activity: 68% 68%
Points: 4,051
Rank: 114
Kills per Minute: 1.07
Kills per Death: 0.9128 (0.85*)
Headshots per Kill: 0.0000 (0.0000*)
Shots per Kill: -
Weapon Accuracy: 0.0% (0%*)
Headshots: 0 (0*)
Kills: 1,141 (130*)
Deaths: 1,250 (153*)
Longest Kill Streak: 12
Longest Death Streak: 16
Suicides: 61
Teammate Kills: 0 (0*)

  History Ж В₣TЅ Ж FreundvonMrT's History:
  Events | Sessions | Awards (1) | 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
70.5% Kills needed: 59 (71%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal Sergeant Staff Sergeant Gunnery Sergeant Master Sergeant First Sergeant Master Chief


  Awards (hover over image to see name)

Ribbons
Connection Time - Supreme Supreme 357 Supreme AR2 Supreme Combine Ball Supreme Xbow Supreme Crowbar Supreme Grenade Supreme Headshotter Supreme Lowpinger Most Kills - Supreme Supreme Physbox Supreme Physics Supreme Pistol Supreme RPG Supreme Shotgun Supreme Slam Supreme SMG Supreme SMG Grenade Supreme Stunstick Most Suicides - Supreme
Global Awards


ERROR
Database Error

Server Address: localhost
Server Username: byxue_hl2f_stats

Error Diagnostic:
Bad query.

Server Error: (1226) User 'byxue_hl2f_stats' has exceeded the 'max_queries_per_hour' resource (current value: 185000)

Last SQL Query:
		SELECT
			hlstats_PlayerNames.name,
			hlstats_PlayerNames.connection_time,
			hlstats_PlayerNames.lastuse,
			hlstats_PlayerNames.numuses,
			hlstats_PlayerNames.kills,
			hlstats_PlayerNames.deaths,
			IFNULL(ROUND(hlstats_PlayerNames.kills / IF(hlstats_PlayerNames.deaths = 0, 1, hlstats_PlayerNames.deaths), 2), '-') AS kpd,
			hlstats_PlayerNames.headshots,
			IFNULL(ROUND(hlstats_PlayerNames.headshots / hlstats_PlayerNames.kills, 2), '-') AS hpk,
			hlstats_PlayerNames.suicides,
			IFNULL(ROUND(hlstats_PlayerNames.hits / hlstats_PlayerNames.shots * 100, 1), 0.0) AS acc
		FROM
			hlstats_PlayerNames
		WHERE
			hlstats_PlayerNames.playerId = 164348
		ORDER BY
			suicides desc
		LIMIT
			0,
			20