HLstatsX Community Edition
  • Contents
  • Search
  • Help

  Sections

  Player Information

Player Profile

Steam Community Avatar
Austria ιѕєgяiм
Location: Vienna, Austria
Steam: STEAM_0:1:110191237
Status: (Unknown)
Click here to add as friend
Karma: In good standing
Member of Clan:  ιѕєg
Real Name: (Not Specified)
E-mail Address: (Not Specified)
Home Page: (Not Specified)
Last Connect:* (Unknown)
Total Connection Time: 0d 15:07:45h
Average Ping:* -
Favorite Server:*
Favorite Map:*
Favorite Weapon:*

Statistics Summary

Activity: 21% 21%
Points: 30,512
Rank: 26
Kills per Minute: 1.68
Kills per Death: 1.2315 (-*)
Headshots per Kill: 0.6248 (-*)
Shots per Kill: -
Weapon Accuracy: 42.2% (0%*)
Headshots: 954 (0*)
Kills: 1,527 (0*)
Deaths: 1,240 (0*)
Longest Kill Streak: 9
Longest Death Streak: 9
Suicides: 0
Teammate Kills: 0 (0*)

  History ιѕєgяiм's History:
  Events | Sessions | Awards (28) | 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: Third Lieutenant
Third Lieutenant
63.5% Kills needed: 73 (64%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal Sergeant Staff Sergeant Gunnery Sergeant Master Sergeant First Sergeant Master Chief Sergeant Major Ensign


  Awards (hover over image to see name)

Ribbons
Sharpshooter Connection Time 150 Hours Award of AK47 Supreme Steyr Aug Award of AWP Sniper Award of Desert Eagle Supreme Bomb Defuser Award of Dual Beretta Elites Award of Famas Supreme Five-Seven Award of G3 SG1 Award of 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 Award of Colt M4A1 Award of MAC 10 Award of Most Kills Supreme MP5 Navy Award of Sig P228 Award of P90 Supreme Bomb Planter Supreme Hostage Rescuer Award of Scout Elite Supreme SG 550 Award of SG 552 Supreme Suicides Supreme Team Kills Award of TMP Award of UMP 45 Award of USP Supreme XM Shotgun
Global Awards


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