HLstatsX Community Edition
  • Contents
  • Search
  • Help

  Sections

  Player Information

Player Profile

Steam Community Avatar
Germany >>> Wanheda <<<
Location: Dieterode, Germany
Steam: STEAM_0:1:450491150
Status: (Unknown)
Click here to add as friend
Karma: In good standing
Member of Clan:  >>> Wan
Real Name: (Not Specified)
E-mail Address: (Not Specified)
Home Page: (Not Specified)
Last Connect:* (Unknown)
Total Connection Time: 4d 07:28:41h
Average Ping:* -
Favorite Server:*
Favorite Map:*
Favorite Weapon:*

Statistics Summary

Activity: 38% 38%
Points: 5,114
Rank: 109
Kills per Minute: 0.08
Kills per Death: 1.4269 (-*)
Headshots per Kill: 0.6107 (-*)
Shots per Kill: -
Weapon Accuracy: 47.0% (0%*)
Headshots: 298 (0*)
Kills: 488 (0*)
Deaths: 342 (0*)
Longest Kill Streak: 8
Longest Death Streak: 6
Suicides: 10
Teammate Kills: 0 (0*)

  History >>> Wanheda <<<'s History:
  Events | Sessions | Awards (19) | 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: Sergeant
Sergeant
88% Kills needed: 12 (88%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal


  Awards (hover over image to see name)

Ribbons
Sharpshooter Connection Time 100 Hours Award of AK47 Supreme Steyr Aug Supreme AWP Sniper Supreme Desert Eagle Supreme Bomb Defuser Supreme Dual Beretta Elites Award of Famas Award of Five-Seven Award of G3 SG1 Supreme Galil Award of Glock Award of Headshots Supreme HE Grenades Supreme Hostage Killer Award of Combat Knife Supreme Lowpinger Award of M249 Para Award of M3 Shotgun Supreme Colt M4A1 Supreme MAC 10 Award of Most Kills Award of MP5 Navy Award of Sig P228 Award of P90 Supreme Bomb Planter Supreme Hostage Rescuer Supreme Scout Elite Award of SG 550 Award of SG 552 Supreme Suicides Supreme Team Kills Supreme TMP Award of UMP 45 Supreme USP Award of XM Shotgun
Global Awards


  Aliases

Rank Name Time Last Use sort-descending.gif Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 >>> Wanheda <<< 4d 07:23:56h 2024-04-17 21:11:13 488 342 1.43 298 0.61 10 47.0%
2 >>> Miss Ice Cold <<< 0d 00:04:45h 2023-06-14 19:14:36 0 0 0.00 0 - 0 0.0%




ERROR
Database Error

Server Address: localhost
Server Username: hl1148

Error Diagnostic:
Bad query.

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