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:* Mon. Oct. 27th, 2025 @ 20:01:53
Total Connection Time: 4d 06:57:04h
Average Ping:* 40 ms (Latency: 20 ms)
Favorite Server:* csko.cz | OldSchool
Favorite Map:* de_nuke
Favorite Weapon:* Kalashnikov AK-47

Statistics Summary

Activity: 95% 95%
Points: 7,646
Rank: 39
Kills per Minute: 0.28
Kills per Death: 0.5815 (0.54*)
Headshots per Kill: 0.3584 (0.3983*)
Shots per Kill: 31.82
Weapon Accuracy: 15.7% (14%*)
Headshots: 610 (47*)
Kills: 1,702 (118*)
Deaths: 2,927 (220*)
Longest Kill Streak: 4
Longest Death Streak: 11
Suicides: 128
Teammate Kills: 0 (0*)

  History No name 's History:
  Events | Sessions | Awards (72) | 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: Second Lieutenant
Second Lieutenant
51% Kills needed: 98 (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


  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 Bronze Bomb Planter Award of Hostage Rescuer Supreme Scout Elite Bronze USP
Global Awards
Top Demolitionist


  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Headshot 47 times 47
2 Spawn with the Bomb 45 times 90
3 Drop the Bomb 23 times -46
4 Plant the Bomb 22 times 330
5 Double Kill (2 kills) 15 times 15
6 Pick up the Bomb 12 times 24
7 Touch a Hostage 9 times 18
8 Triple Kill (3 kills) 5 times 10
9 Start Defusing the Bomb Without a Defuse Kit 1 times 0
10 Start Defusing the Bomb With a Defuse Kit 1 times 0
11 Rescue a Hostage 1 times 5




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Counter-Terrorist 31 times 48.44% 48.44%
2 Terrorist 30 times 46.88% 46.88%




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