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

Banner
  Player Information

Player Profile

Steam Community Avatar
Germany Etienne
Location: Stuttgart, Germany
Steam: STEAM_0:0:26550961
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:* (Unknown)
Total Connection Time: 0d 13:33:27h
Average Ping:* -
Favorite Server:*
Favorite Map:*
Favorite Weapon:*

Statistics Summary

Activity: -1%
Points: 2,618
Rank: Not active
Kills per Minute: 1.04
Kills per Death: 0.7796 (-*)
Headshots per Kill: 0.3498 (-*)
Shots per Kill: -
Weapon Accuracy: 24.6% (0%*)
Headshots: 297 (0*)
Kills: 849 (0*)
Deaths: 1,089 (0*)
Longest Kill Streak: 4
Longest Death Streak: 19
Suicides: 0
Teammate Kills: 1 (0*)

  History Etienne's History:
  Events | Sessions | Awards (33) | 
  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: 51 (49%)
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
Supreme AK47 Supreme Top Assassin Supreme AWP Sniper Supremef Desert Eagle Supreme Bomb Defuser Supreme Dual Beretta Elites Supreme Fusil Automatique Supreme Galil Supreme Glock Supreme Grenade Supreme Combat Knife Supreme Lowpinger Supreme M3 Super Supreme 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 Etienne 0d 00:06:24h 2024-01-14 18:33:24 3 9 0.33 0 0.00 0 34.6%
2 KONTOR 0d 05:19:18h 2023-08-25 20:39:32 441 477 0.92 138 0.31 0 26.9%
3 lulu :) 0d 00:01:02h 2023-07-23 20:35:43 0 0 0.00 0 - 0 0.0%
4 CHRISSKROSS 0d 00:04:16h 2023-05-21 18:26:02 0 0 0.00 0 - 0 0.0%
5 Bernd von deinem Dach 0d 00:29:23h 2022-06-19 20:11:13 27 29 0.93 15 0.56 0 17.7%
6 Ich UND DU 0d 06:00:23h 2022-01-23 19:27:14 318 468 0.68 118 0.37 0 22.9%
7 Player 0d 00:03:19h 2021-05-10 21:00:29 0 0 0.00 0 - 0 0.0%
8 mUTtER mEIneR sÖhNE 0d 01:29:22h 2021-05-02 21:05:23 60 106 0.57 26 0.43 0 22.6%




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