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
Czech Republic jana
Location: Havirov, Czech Republic
Steam: JANA
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:* Mon. Oct. 20th, 2025 @ 23:00:33
Total Connection Time: 2d 10:14:10h
Average Ping:* 20 ms (Latency: 10 ms)
Favorite Server:* csko.cz | Deathmatch
Favorite Map:* de_dust2
Favorite Weapon:* Arctic Warfare Magnum (Police)

Statistics Summary

Activity: 100% 100%
Points: 4,912
Rank: 119
Kills per Minute: 0.63
Kills per Death: 0.6884 (1.22*)
Headshots per Kill: 0.3151 (0.2561*)
Shots per Kill: 10.73
Weapon Accuracy: 18.2% (26%*)
Headshots: 696 (157*)
Kills: 2,209 (613*)
Deaths: 3,209 (504*)
Longest Kill Streak: 13
Longest Death Streak: 34
Suicides: 19
Teammate Kills: 0 (0*)

  History jana's History:
  Events | Sessions | Awards (10) | 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: Captain
Captain
83.6% Kills needed: 41 (84%)
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


  Awards (hover over image to see name)

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


  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Headshot 157 times 157
2 Double Kill (2 kills) 68 times 68
3 Triple Kill (3 kills) 36 times 72
4 Domination (4 kills) 11 times 33
5 Rampage (5 kills) 10 times 40
6 Mega Kill (6 kills) 9 times 45
7 Ownage (7 kills) 3 times 18
8 Killing Spree (9 kills) 3 times 24
9 Ultra Kill (8 kills) 2 times 14
10 Unstoppable (11 kills) 1 times 10
11 Monster Kill (10 kills) 1 times 9




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Terrorist 30 times 52.63% 52.63%
2 Counter-Terrorist 26 times 45.61% 45.61%




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