HLstatsX Community Edition
  • CSTRIKE
  • CSTRIKEGG
  • CSTRIKER
  • Contents
  • Search
  • Forum
  • Help

Banner
  Player Information

Player Profile

Steam Community Avatar
Poland X
Location: Warsaw, Poland
Steam: STEAM_0:1:624513237
Status: Offline
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)
MM Rank: rank
Last Connect:* Tue. Apr. 9th, 2024 @ 20:38:57
Total Connection Time: 0d 10:03:57h
Average Ping:* 44 ms (Latency: 22 ms)
Favorite Server:* .:BIA:. Public
Favorite Map:* fy_stoneworld
Favorite Weapon:* Kalashnikov AK-47

Statistics Summary

Activity: 35%
Points: 1,393
Rank: 7
Kills per Minute: 0.40
Kills per Death: 1.0041 (1.00*)
Headshots per Kill: 0.5041 (0.3103*)
Shots per Kill: 21.44
Weapon Accuracy: 15.9% (19%*)
Headshots: 122 (9*)
Kills: 242 (29*)
Deaths: 241 (29*)
Longest Kill Streak: 3
Longest Death Streak: 12
Suicides: 0
Teammate Kills: 20 (3*)

  History X's History:
  Events | Sessions | Awards (17) | 
  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: Lance Corporal
Lance Corporal
Kills needed: 58 (42%)
Rank history
Recruit Private Private First Class


  Awards (hover over image to see name)

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


  Aliases

Rank Name Time Last Use sort-descending.gif Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 X 0d 06:08:16h 2024-04-09 20:55:56 209 177 1.18 106 0.51 0 20.4%
2 Player 0d 00:57:35h 2023-10-18 17:38:21 3 7 0.43 1 0.33 0 4.2%
3 hjk 0d 00:03:37h 2023-08-10 19:28:09 0 0 0.00 0 - 0 0.0%
4 GametrackerCH | GametrackerCH 0d 02:54:29h 2023-08-10 19:24:32 30 57 0.53 15 0.50 0 8.3%




  Player Actions *





  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Counter-Terrorist 4 times 57.14%
2 Terrorist 3 times 42.86%




ERROR
Database Error

Server Address: localhost
Server Username: hlstats

Error Diagnostic:
Bad query.

Server Error: (1267) Illegal mix of collations (utf8mb4_german2_ci,IMPLICIT) and (utf8mb4_unicode_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 = 26855
			AND
			(
				hidden <> '1'
				OR hidden IS NULL
			)
			AND hlstats_Roles.game = 'cstrike'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc