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

  Sections

  Player Information

Player Profile

Steam Community Avatar
 CHASMIROKARGADZO
Location: (Unknown)
Steam: CHASMIROKARGADZO
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. Apr. 16th, 2024 @ 19:06:05
Total Connection Time: 1d 13:37:05h
Average Ping:* 72 ms (Latency: 36 ms)
Favorite Server:* csko.cz | dust2 only
Favorite Map:* de_dust2
Favorite Weapon:* Galil

Statistics Summary

Activity: 45% 45%
Points: 5,946
Rank: 764
Kills per Minute: 0.24
Kills per Death: 0.5269 (0.55*)
Headshots per Kill: 0.2751 (0.2773*)
Shots per Kill: 45.43
Weapon Accuracy: 10.7% (11%*)
Headshots: 148 (137*)
Kills: 538 (494*)
Deaths: 1,021 (904*)
Longest Kill Streak: 3
Longest Death Streak: 10
Suicides: 9
Teammate Kills: 0 (0*)

  History CHASMIROKARGADZO'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: Staff Sergeant
Staff Sergeant
38% Kills needed: 62 (38%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal Sergeant


  Awards (hover over image to see name)

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


  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Headshot 137 times 137
2 Spawn with the Bomb 101 times 202
3 Double Kill (2 kills) 76 times 76
4 Drop the Bomb 72 times -144
5 Plant the Bomb 71 times 1,065
6 Pick up the Bomb 63 times 126
7 Triple Kill (3 kills) 14 times 28
8 Defuse the Bomb 6 times 90
9 Start Defusing the Bomb With a Defuse Kit 5 times 0
10 Start Defusing the Bomb Without a Defuse Kit 3 times 0




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Terrorist 109 times 60.89% 60.89%
2 Counter-Terrorist 67 times 37.43% 37.43%




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