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
 Jinak to ani nemohlo bejt
Location: (Unknown)
Steam: Jinak to ani nemohlo bejt
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. 12th, 2025 @ 17:21:36
Total Connection Time: 10d 15:20:20h
Average Ping:* 9 ms (Latency: 5 ms)
Favorite Server:* csko.cz | dust2 only
Favorite Map:* de_dust2
Favorite Weapon:* Kalashnikov AK-47

Statistics Summary

Activity: 98% 98%
Points: 49,958
Rank: 185
Kills per Minute: 0.48
Kills per Death: 0.9727 (1.05*)
Headshots per Kill: 0.2636 (0.2831*)
Shots per Kill: 26.00
Weapon Accuracy: 13.9% (16%*)
Headshots: 1,952 (361*)
Kills: 7,405 (1,275*)
Deaths: 7,613 (1,219*)
Longest Kill Streak: 7
Longest Death Streak: 11
Suicides: 23
Teammate Kills: 0 (0*)

  History Jinak to ani nemohlo bejt's History:
  Events | Sessions | Awards (17) | 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: Brigadier
Brigadier
20.666666666667% Kills needed: 595 (21%)
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 Lieutenant Colonel Colonel


  Awards (hover over image to see name)

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


  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Headshot 361 times 361
2 Double Kill (2 kills) 241 times 241
3 Spawn with the Bomb 203 times 406
4 Drop the Bomb 127 times -254
5 Plant the Bomb 81 times 1,215
6 Pick up the Bomb 79 times 158
7 Triple Kill (3 kills) 71 times 142
8 Domination (4 kills) 13 times 39
9 Start Defusing the Bomb Without a Defuse Kit 6 times 0
10 Defuse the Bomb 6 times 90
11 Start Defusing the Bomb With a Defuse Kit 5 times 0
12 Rampage (5 kills) 2 times 8




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Terrorist 119 times 60.71% 60.71%
2 Counter-Terrorist 74 times 37.76% 37.76%




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