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

  Sections

  Player Information

Player Profile

Steam Community Avatar
Germany Imperator
Location: Heubach, Germany
Steam: STEAM_0:1:428987260
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:* Sat. Jun. 22nd, 2024 @ 15:12:25
Total Connection Time: 2d 11:03:16h
Average Ping:* -
Favorite Server:* HL2F #2 | TEAM DEATHMATCH [NoSteam] | hl2forever.ru
Favorite Map:* dm_overwatch
Favorite Weapon:* Slam

Statistics Summary

Activity: 92% 92%
Points: 2,520
Rank: 165
Kills per Minute: 0.30
Kills per Death: 1.0445 (2.75*)
Headshots per Kill: 0.0000 (0.0000*)
Shots per Kill: -
Weapon Accuracy: 0.0% (0%*)
Headshots: 0 (0*)
Kills: 1,057 (11*)
Deaths: 1,012 (4*)
Longest Kill Streak: 18
Longest Death Streak: 10
Suicides: 251
Teammate Kills: 0 (0*)

  History Imperator's History:
  Events | Sessions | Awards (8) | 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
28.5% Kills needed: 143 (29%)
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 Bronze Slam Supreme SMG Supreme SMG Grenade Supreme Stunstick Most Suicides - Supreme
Global Awards


  Псевдонимы

Rank Ник sort-descending.gif Время Был в использовании Убийств Смертей КПД Хедшотов Соотн. Самоубийств Точность
1 [DEU]Imperator 0d 16:06:53h 2023-01-27 12:31:11 8 14 0.57 0 0.00 157 0.0%
2 Imperator 1d 18:56:23h 2024-06-22 15:21:56 1,049 998 1.05 0 0.00 94 0.0%




  Действия игрока *





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
			IFNULL(hlstats_Teams.name, hlstats_Events_ChangeTeam.team) AS name,
			COUNT(hlstats_Events_ChangeTeam.id) AS teamcount,
			ROUND(COUNT(hlstats_Events_ChangeTeam.id) / IF(11 = 0, 1, 11) * 100, 2) AS percent
		FROM
			hlstats_Events_ChangeTeam
		LEFT JOIN
			hlstats_Teams
		ON
			hlstats_Events_ChangeTeam.team = hlstats_Teams.code
		LEFT JOIN
			hlstats_Servers
		ON
			hlstats_Servers.serverId = hlstats_Events_ChangeTeam.serverId
		WHERE
			hlstats_Teams.game = 'hl2dm_2' 
			AND hlstats_Servers.game = 'hl2dm_2' 
			AND hlstats_Events_ChangeTeam.playerId = 162900 
			AND
			(
				hidden <> '1'
				OR hidden IS NULL
			)
		GROUP BY
			hlstats_Events_ChangeTeam.team
		ORDER BY
			teamcount desc,
			name desc