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:* Tue. Apr. 1st, 2025 @ 19:50:50
Total Connection Time: 9d 23:36:20h
Average Ping:* 28 ms (Latency: 14 ms)
Favorite Server:* csko.cz | Mega pub
Favorite Map:* cs_estate
Favorite Weapon:* Kalashnikov AK-47

Statistics Summary

Activity: 99% 99%
Points: 16,949
Rank: 30
Kills per Minute: 0.22
Kills per Death: 0.7340 (0.76*)
Headshots per Kill: 0.3208 (0.3526*)
Shots per Kill: 12.43
Weapon Accuracy: 27.2% (32%*)
Headshots: 1,028 (177*)
Kills: 3,204 (502*)
Deaths: 4,365 (659*)
Longest Kill Streak: 5
Longest Death Streak: 24
Suicides: 189
Teammate Kills: 0 (0*)

  History Tango a Cash's History:
  Events | Sessions | Awards (173) | 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: Major
Major
40.8% Kills needed: 296 (41%)
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


  Awards (hover over image to see name)

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


  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Headshot 177 times 177
2 Touch a Hostage 126 times 252
3 Double Kill (2 kills) 66 times 66
4 Spawn with the Bomb 36 times 72
5 Drop the Bomb 25 times -50
6 Rescue a Hostage 19 times 95
7 Plant the Bomb 17 times 255
8 Pick up the Bomb 13 times 26
9 Triple Kill (3 kills) 12 times 24
10 Start Defusing the Bomb Without a Defuse Kit 4 times 0
11 Start Defusing the Bomb With a Defuse Kit 3 times 0
12 Defuse the Bomb 2 times 30
13 Domination (4 kills) 1 times 3




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Terrorist 117 times 44.32% 44.32%
2 Counter-Terrorist 110 times 41.67% 41.67%




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