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

Banner
  Player Information

Player Profile

Steam Community Avatar
Germany HACKETT
Location: Borna, Germany
Steam: STEAM_0:1:1748582
Status: Online
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:* Thu. Apr. 4th, 2024 @ 21:24:30
Total Connection Time: 0d 09:28:55h
Average Ping:* 14 ms (Latency: 7 ms)
Favorite Server:* .:BIA:. Public
Favorite Map:* de_dust2
Favorite Weapon:* Kalashnikov AK-47

Statistics Summary

Activity: 25%
Points: 7,438
Rank: 2
Kills per Minute: 1.46
Kills per Death: 5.3269 (4.00*)
Headshots per Kill: 0.4621 (0.5000*)
Shots per Kill: -
Weapon Accuracy: 25.9% (0%*)
Headshots: 384 (2*)
Kills: 831 (4*)
Deaths: 156 (0*)
Longest Kill Streak: 5
Longest Death Streak: 4
Suicides: 0
Teammate Kills: 1 (0*)

  History HACKETT's History:
  Events | Sessions | Awards (80) | 
  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: First Sergeant
First Sergeant
Kills needed: 69 (31%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal Sergeant Staff Sergeant Gunnery Sergeant Master Sergeant


  Awards (hover over image to see name)

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


  Aliases

Rank Name Time Last Use sort-descending.gif Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 HACKETT 0d 09:18:30h 2024-04-04 21:30:15 831 156 5.33 384 0.46 0 25.9%
2 HACKET 0d 00:00:00h 2021-04-02 11:08:38 0 0 0.00 0 - 0 0.0%
3 sexysahneplayboy 0d 00:00:00h 2021-04-02 11:08:11 0 0 0.00 0 - 0 0.0%
4 hanso 0d 00:10:25h 2020-11-13 20:15:31 0 0 0.00 0 - 0 0.0%




  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Spawn with the Bomb 4 times 8
2 Plant the Bomb 3 times 45
3 Headshot 2 times 2




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Terrorist 1 times 100.00%




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