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
 Tango a Cash
Location: (Unknown)
Steam: Tango a Cash
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:* Sun. Oct. 19th, 2025 @ 19:52:05
Total Connection Time: 15d 11:09:40h
Average Ping:* 29 ms (Latency: 15 ms)
Favorite Server:* csko.cz | Mega pub
Favorite Map:* cs_estate
Favorite Weapon:* Kalashnikov AK-47

Statistics Summary

Activity: 99% 99%
Points: 21,890
Rank: 17
Kills per Minute: 0.24
Kills per Death: 0.7357 (0.69*)
Headshots per Kill: 0.3485 (0.3934*)
Shots per Kill: 18.84
Weapon Accuracy: 27.2% (22%*)
Headshots: 1,854 (120*)
Kills: 5,320 (305*)
Deaths: 7,231 (444*)
Longest Kill Streak: 5
Longest Death Streak: 24
Suicides: 323
Teammate Kills: 0 (0*)

  History Tango a Cash's History:
  Events | Sessions | Awards (300) | 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: Group Commander
Group Commander
42.666666666667% Kills needed: 430 (43%)
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


  Awards (hover over image to see name)

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


  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Headshot 120 times 120
2 Double Kill (2 kills) 51 times 51
3 Spawn with the Bomb 40 times 80
4 Touch a Hostage 27 times 54
5 Drop the Bomb 25 times -50
6 Plant the Bomb 18 times 270
7 Pick up the Bomb 15 times 30
8 Rescue a Hostage 13 times 65
9 Triple Kill (3 kills) 12 times 24
10 Start Defusing the Bomb Without a Defuse Kit 4 times 0
11 Domination (4 kills) 2 times 6
12 Defuse the Bomb 2 times 30




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Terrorist 50 times 44.64% 44.64%
2 Counter-Terrorist 48 times 42.86% 42.86%




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