HLstatsX Community Edition
  • Contents
  • Search
  • Help

  Sections

  Player Information

Player Profile

Steam Community Avatar
Germany Eisening3
Location: Langenhagen, Germany
Steam: STEAM_0:0:814812490
Status: (Unknown)
Click here to add as friend
Karma: In good standing
Member of Clan:  Eisenin
Real Name: (Not Specified)
E-mail Address: (Not Specified)
Home Page: (Not Specified)
Last Connect:* Thu. Apr. 11th, 2024 @ 19:38:52
Total Connection Time: 0d 11:30:55h
Average Ping:* -
Favorite Server:* -= GG-Studio089.de =- Turbo GunGame Simpsons
Favorite Map:* gg_simpsons_night
Favorite Weapon:* Knife

Statistics Summary

Activity: 60% 60%
Points: 12,178
Rank: 52
Kills per Minute: 0.78
Kills per Death: 0.6444 (0.37*)
Headshots per Kill: 0.4463 (0.4000*)
Shots per Kill: 9.37
Weapon Accuracy: 49.0% (52%*)
Headshots: 241 (4*)
Kills: 540 (10*)
Deaths: 838 (27*)
Longest Kill Streak: 6
Longest Death Streak: 13
Suicides: 0
Teammate Kills: 0 (0*)

  History Eisening3's History:
  Events | Sessions | Awards (9) | 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: Staff Sergeant
Staff Sergeant
40% Kills needed: 60 (40%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal Sergeant


  Awards (hover over image to see name)

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


  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Headshot 161 times 161
2 for WIN the Round! 1 times 50




  Victims of Player-Player Actions *

Rank Action Earned Against sort-descending.gif Accumulated Points
1 Revenge 4 times -12
2 Domination 2 times -10




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Counter-Terrorist 16 times 50.00%




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