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 14:11:19h
Average Ping:* -
Favorite Server:*
Favorite Map:*
Favorite Weapon:*

Statistics Summary

Activity: -1%
Points: 2,107
Rank: Not active
Kills per Minute: 0.44
Kills per Death: 0.8172 (-*)
Headshots per Kill: 0.3854 (-*)
Shots per Kill: -
Weapon Accuracy: 20.2% (0%*)
Headshots: 143 (0*)
Kills: 371 (0*)
Deaths: 454 (0*)
Longest Kill Streak: 3
Longest Death Streak: 12
Suicides: 0
Teammate Kills: 1 (0*)

  History Etienne's History:
  Events | Sessions | Awards (48) | 
  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: Corporal
Corporal
Kills needed: 29 (71%)
Rank history
Recruit Private Private First Class Lance Corporal


  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 sort-descending.gif Time Last Use Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 VaNhOrST 0d 00:29:03h 2021-02-24 17:45:42 12 29 0.41 8 0.67 0 18.7%
2 THE Best one 0d 00:26:28h 2022-01-15 16:26:26 6 21 0.29 2 0.33 0 9.1%
3 mUTtER mEIneR sÖhNE 0d 04:43:18h 2021-06-13 20:16:23 94 132 0.71 36 0.38 0 19.8%
4 KONTOR 0d 04:06:30h 2023-09-10 18:38:42 122 166 0.73 45 0.37 0 22.4%
5 ich und du 0d 02:04:06h 2022-01-02 18:42:51 54 45 1.20 20 0.37 0 21.1%
6 Homer deine FRau 0d 00:48:38h 2021-08-22 21:24:29 21 20 1.05 5 0.24 0 12.9%
7 Etienne 0d 00:58:25h 2024-01-07 18:40:33 43 28 1.54 17 0.40 0 24.6%
8 Bernd von deinem Dach 0d 00:34:51h 2022-07-17 18:51:04 19 13 1.46 10 0.53 0 18.7%




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