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
 aksen
Location: (Unknown)
Steam: aksen
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. Aug. 17th, 2025 @ 20:28:02
Total Connection Time: 2d 07:33:42h
Average Ping:* 8 ms (Latency: 4 ms)
Favorite Server:* csko.cz | DM FFA
Favorite Map:* de_dust2
Favorite Weapon:* Kalashnikov AK-47

Statistics Summary

Activity: 99% 99%
Points: 7,409
Rank: 2
Kills per Minute: 0.86
Kills per Death: 2.2207 (3.17*)
Headshots per Kill: 0.4663 (0.3891*)
Shots per Kill: 9.84
Weapon Accuracy: 35.6% (33%*)
Headshots: 1,342 (121*)
Kills: 2,878 (311*)
Deaths: 1,296 (98*)
Longest Kill Streak: 27
Longest Death Streak: 7
Suicides: 3
Teammate Kills: 0 (0*)

  History aksen's History:
  Events | Sessions | Awards (105) | 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: Lieutenant Major
Lieutenant Major
51.2% Kills needed: 122 (51%)
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


  Awards (hover over image to see name)

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


  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Headshot 121 times 121
2 Triple Kill (3 kills) 14 times 28
3 Rampage (5 kills) 8 times 32
4 Double Kill (2 kills) 8 times 8
5 Domination (4 kills) 7 times 21
6 Ultra Kill (8 kills) 4 times 28
7 Mega Kill (6 kills) 3 times 15
8 God Like (12+ kills) 3 times 33
9 Ownage (7 kills) 2 times 12
10 Monster Kill (10 kills) 2 times 18
11 Unstoppable (11 kills) 1 times 10
12 Killing Spree (9 kills) 1 times 8




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Terrorist 115 times 51.34% 51.34%
2 Counter-Terrorist 109 times 48.66% 48.66%




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