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
 andre
Location: (Unknown)
Steam: andre
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. Mar. 5th, 2024 @ 17:40:03
Total Connection Time: 16d 08:16:32h
Average Ping:* 27 ms (Latency: 14 ms)
Favorite Server:* csko.cz | Mega pub
Favorite Map:* cs_estate
Favorite Weapon:* Fusil Automatique

Statistics Summary

Activity: 20% 20%
Points: 26,943
Rank: 16
Kills per Minute: 0.17
Kills per Death: 0.9730 (0.60*)
Headshots per Kill: 0.3070 (0.3333*)
Shots per Kill: 14.39
Weapon Accuracy: 24.4% (29%*)
Headshots: 1,208 (1*)
Kills: 3,935 (3*)
Deaths: 4,044 (5*)
Longest Kill Streak: 4
Longest Death Streak: 11
Suicides: 102
Teammate Kills: 0 (0*)

  History andre's History:
  Events | Sessions | Awards (524) | 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 Major
Group Major
87% Kills needed: 65 (87%)
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


  Awards (hover over image to see name)

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


  Player Actions *





  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Terrorist 5 times 50.00% 50.00%
2 Counter-Terrorist 4 times 40.00% 40.00%




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