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
 ensan
Location: (Unknown)
Steam: ensan
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:* Tue. Sep. 16th, 2025 @ 20:05:57
Total Connection Time: 2d 07:42:04h
Average Ping:* 38 ms (Latency: 19 ms)
Favorite Server:* csko.cz | Mega pub
Favorite Map:* cs_estate
Favorite Weapon:* Colt M4A1 Carbine

Statistics Summary

Activity: 100% 100%
Points: 4,503
Rank: 51
Kills per Minute: 0.15
Kills per Death: 0.7471 (0.80*)
Headshots per Kill: 0.3191 (0.2604*)
Shots per Kill: 16.39
Weapon Accuracy: 25.9% (25%*)
Headshots: 164 (44*)
Kills: 514 (169*)
Deaths: 688 (212*)
Longest Kill Streak: 3
Longest Death Streak: 17
Suicides: 13
Teammate Kills: 0 (0*)

  History ensan's History:
  Events | Sessions | Awards (44) | 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: Staff Sergeant
Staff Sergeant
14% Kills needed: 86 (14%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal Sergeant


  Awards (hover over image to see name)

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


  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Touch a Hostage 57 times 114
2 Headshot 44 times 44
3 Start Defusing the Bomb Without a Defuse Kit 40 times 0
4 Rescue a Hostage 21 times 105
5 Spawn with the Bomb 14 times 28
6 Plant the Bomb 14 times 210
7 Double Kill (2 kills) 12 times 12
8 Pick up the Bomb 8 times 16
9 Drop the Bomb 5 times -10
10 Start Defusing the Bomb With a Defuse Kit 4 times 0
11 Triple Kill (3 kills) 3 times 6
12 Defuse the Bomb 3 times 45




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Counter-Terrorist 103 times 49.52% 49.52%
2 Terrorist 87 times 41.83% 41.83%




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