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
 [SuperBOOST]CS-DOWNLOAD
Location: (Unknown)
Steam: [SuperBOOST]CS-DOWNLOAD
Status: (Unknown)
Click here to add as friend
Karma: In good standing
Member of Clan:  SuperBOOST
Real Name: (Not Specified)
E-mail Address: (Not Specified)
Home Page: (Not Specified)
Last Connect:* Sat. Apr. 27th, 2024 @ 21:13:11
Total Connection Time: 1d 01:40:36h
Average Ping:* 11 ms (Latency: 6 ms)
Favorite Server:* csko.cz | Mega pub
Favorite Map:* cs_estate
Favorite Weapon:* Colt M4A1 Carbine

Statistics Summary

Activity: 99% 99%
Points: 1,842
Rank: 81
Kills per Minute: 0.08
Kills per Death: 0.6304 (0.55*)
Headshots per Kill: 0.3103 (0.2400*)
Shots per Kill: 17.19
Weapon Accuracy: 24.0% (24%*)
Headshots: 36 (12*)
Kills: 116 (50*)
Deaths: 184 (91*)
Longest Kill Streak: 3
Longest Death Streak: 14
Suicides: 21
Teammate Kills: 0 (0*)

  History [SuperBOOST]CS-DOWNLOAD's History:
  Events | Sessions | Awards (16) | 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: Private First Class
Private First Class
16% Kills needed: 84 (16%)
Rank history
Recruit Private


  Awards (hover over image to see name)

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


  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Headshot 12 times 12
2 Touch a Hostage 10 times 20
3 Drop the Bomb 9 times -18
4 Spawn with the Bomb 8 times 16
5 Pick up the Bomb 4 times 8
6 Plant the Bomb 3 times 45
7 Double Kill (2 kills) 2 times 2
8 Rescue a Hostage 1 times 5




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Counter-Terrorist 42 times 59.15% 59.15%
2 Terrorist 19 times 26.76% 26.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 = 7966757
			AND
			(
				hidden <> '1'
				OR hidden IS NULL
			)
			AND hlstats_Roles.game = 'mega'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc