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
 No name
Location: (Unknown)
Steam: no name
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. Jun. 29th, 2025 @ 19:05:04
Total Connection Time: 3d 10:38:24h
Average Ping:* 36 ms (Latency: 18 ms)
Favorite Server:* csko.cz | OldSchool
Favorite Map:* de_aztec
Favorite Weapon:* Colt M4A1 Carbine

Statistics Summary

Activity: 100% 100%
Points: 6,313
Rank: 34
Kills per Minute: 0.27
Kills per Death: 0.5903 (0.75*)
Headshots per Kill: 0.3534 (0.3496*)
Shots per Kill: 28.45
Weapon Accuracy: 15.9% (17%*)
Headshots: 475 (43*)
Kills: 1,344 (123*)
Deaths: 2,277 (164*)
Longest Kill Streak: 4
Longest Death Streak: 11
Suicides: 104
Teammate Kills: 0 (0*)

  History No name's History:
  Events | Sessions | Awards (47) | 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: Ensign
Ensign
72% Kills needed: 56 (72%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal Sergeant Staff Sergeant Gunnery Sergeant Master Sergeant First Sergeant Master Chief Sergeant Major


  Awards (hover over image to see name)

Ribbons
Award of AK47 Supreme Top Assassin Award of AWP Sniper Award of Desert Eagle Bronze Bomb Defuser Supreme Dual Beretta Elites Bronze Fusil Automatique Bronze Galil Award of Glock Award of Grenade Bronze Combat Knife Supreme M3 Super Bronze AColt M4A1 Award of MP5 Supremef 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 43 times 43
2 Double Kill (2 kills) 22 times 22
3 Spawn with the Bomb 19 times 38
4 Start Defusing the Bomb With a Defuse Kit 12 times 0
5 Drop the Bomb 10 times -20
6 Touch a Hostage 9 times 18
7 Plant the Bomb 5 times 75
8 Triple Kill (3 kills) 3 times 6
9 Pick up the Bomb 3 times 6
10 Defuse the Bomb 3 times 45
11 Rescue a Hostage 2 times 10




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Counter-Terrorist 26 times 53.06% 53.06%
2 Terrorist 22 times 44.90% 44.90%




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