HLstatsX Community Edition
  • AIM
  • AWP
  • CODMW
  • DM
  • DMFFA
  • FFAONLYHS
  • DUST2
  • FURIEN
  • FY
  • GUNGAME
  • KNIFE
  • MEGA
  • OLDSCHOOL
  • PAINTBALL
  • SCOUT
  • VANOCNI
  • Contents
  • Search
  • Forum
  • Help

  Sections

  Player Information

Player Profile

Steam Community Avatar
 Hans.von.Bergdorf
Location: (Unknown)
Steam: Hans.von.Bergdorf
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:* Wed. Nov. 5th, 2025 @ 19:58:06
Total Connection Time: 6d 07:54:40h
Average Ping:* 23 ms (Latency: 12 ms)
Favorite Server:* csko.cz | DM FFA
Favorite Map:* de_aztec
Favorite Weapon:* Arctic Warfare Magnum (Police)

Statistics Summary

Activity: 77% 77%
Points: 1,390
Rank: 57
Kills per Minute: 0.64
Kills per Death: 0.8686 (0.93*)
Headshots per Kill: 0.1092 (0.1625*)
Shots per Kill: 3.98
Weapon Accuracy: 44.6% (44%*)
Headshots: 637 (26*)
Kills: 5,836 (160*)
Deaths: 6,719 (172*)
Longest Kill Streak: 20
Longest Death Streak: 17
Suicides: 6
Teammate Kills: 0 (0*)

  History Hans.von.Bergdorf's History:
  Events | Sessions | Awards (47) | 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: Lieutenant Colonel
Lieutenant Colonel
11.466666666667% Kills needed: 664 (11%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal Sergeant Staff Sergeant Gunnery Sergeant Master Sergeant First Sergeant Master Chief Sergeant Major Ensign Third Lieutenant Second Lieutenant First Lieutenant Captain Group Captain Senior Captain Lieutenant Major Major Group Major Lieutenant Commander Commander Group Commander


  Awards (hover over image to see name)

Ribbons
Supreme AK47 Supreme Top Assassin Platinum AWP Sniper Silver Desert Eagle Supreme Bomb Defuser Supreme Dual Beretta Elites Award of Fusil Automatique Award of Galil Supreme Glock Supreme Grenade Supreme Combat Knife Supreme Lowpinger Supreme M3 Super Award of Colt M4A1 Supremef P90 Supreme Bomb Planter Supreme Hostage Rescuer Supreme Scout Elite Supreme USP
Global Awards
AWP Desert Eagle


  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Headshot 26 times 26
2 Double Kill (2 kills) 14 times 14
3 Triple Kill (3 kills) 8 times 16
4 Mega Kill (6 kills) 4 times 20
5 Domination (4 kills) 4 times 12
6 Rampage (5 kills) 1 times 4
7 Killing Spree (9 kills) 1 times 8




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Counter-Terrorist 247 times 50.51% 50.51%
2 Terrorist 242 times 49.49% 49.49%




ERROR
Database Error

Server Address: 192.168.1.22:3306
Server Username: webik

Error Diagnostic:
Bad query.

Server Error: (1267) Illegal mix of collations (utf8_czech_ci,IMPLICIT) and (utf8_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 = 7454181
			AND
			(
				hidden <> '1'
				OR hidden IS NULL
			)
			AND hlstats_Roles.game = 'dmffa'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc