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
 s1k
Location: (Unknown)
Steam: s1k
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. Oct. 7th, 2025 @ 23:44:14
Total Connection Time: 1d 23:37:03h
Average Ping:* 12 ms (Latency: 6 ms)
Favorite Server:* csko.cz | Deathmatch
Favorite Map:* de_dust2
Favorite Weapon:* Kalashnikov AK-47

Statistics Summary

Activity: 99% 99%
Points: 21,997
Rank: 23
Kills per Minute: 1.97
Kills per Death: 1.8999 (2.39*)
Headshots per Kill: 0.4868 (0.4600*)
Shots per Kill: 7.12
Weapon Accuracy: 43.5% (44%*)
Headshots: 2,736 (420*)
Kills: 5,620 (913*)
Deaths: 2,958 (382*)
Longest Kill Streak: 20
Longest Death Streak: 8
Suicides: 94
Teammate Kills: 0 (0*)

  History s1k's History:
  Events | Sessions | Awards (70) | 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 Commander
Group Commander
82.666666666667% Kills needed: 130 (83%)
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 Group Major Lieutenant Commander Commander


  Awards (hover over image to see name)

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


  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Headshot 420 times 420
2 Double Kill (2 kills) 73 times 73
3 Triple Kill (3 kills) 48 times 96
4 Rampage (5 kills) 24 times 96
5 Domination (4 kills) 23 times 69
6 Mega Kill (6 kills) 13 times 65
7 Ownage (7 kills) 7 times 42
8 Ultra Kill (8 kills) 5 times 35
9 Killing Spree (9 kills) 5 times 40
10 God Like (12+ kills) 5 times 55
11 Unstoppable (11 kills) 2 times 20




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Terrorist 32 times 52.46% 52.46%
2 Counter-Terrorist 28 times 45.90% 45.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 = 8027860
			AND
			(
				hidden <> '1'
				OR hidden IS NULL
			)
			AND hlstats_Roles.game = 'dm'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc