HLstatsX Community Edition
  • Contents
  • Search
  • Help

  Sections

  Player Information

Player Profile

Steam Community Avatar
Germany GeR_Seppel266
Location: Düsseldorf, Germany
Steam: STEAM_0:1:532942427
Status: (Unknown)
Click here to add as friend
Karma: In good standing
Member of Clan:  GeR_Sep
Real Name: (Not Specified)
E-mail Address: (Not Specified)
Home Page: (Not Specified)
Last Connect:* Sun. Apr. 28th, 2024 @ 11:45:14
Total Connection Time: 2d 10:00:42h
Average Ping:* -
Favorite Server:* -= GG-Studio089.de =- Turbo GunGame Simpsons
Favorite Map:* gg_simpsons_vs_flanders
Favorite Weapon:* FN P90

Statistics Summary

Activity: 89% 89%
Points: 42,474
Rank: 17
Kills per Minute: 0.66
Kills per Death: 0.9028 (3.00*)
Headshots per Kill: 0.5701 (0.3333*)
Shots per Kill: 11.20
Weapon Accuracy: 42.8% (41%*)
Headshots: 1,313 (1*)
Kills: 2,303 (3*)
Deaths: 2,551 (0*)
Longest Kill Streak: 11
Longest Death Streak: 15
Suicides: 0
Teammate Kills: 0 (0*)

  History GeR_Seppel266's History:
  Events | Sessions | Awards (18) | 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: Group Captain
Group Captain
21.2% Kills needed: 197 (21%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal Sergeant Staff Sergeant Gunnery Sergeant Master Sergeant First Sergeant Master Chief Sergeant Major Ensign Third Lieutenant Second Lieutenant First Lieutenant Captain


  Awards (hover over image to see name)

Ribbons
Sharpshooter Connection Time 50 Hours Award of AK47 Supreme Steyr Aug Award of 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 Supreme Glock Award of Headshots Award of HE Grenades Supreme Hostage Killer Supreme Combat Knife Supreme Lowpinger Supreme M249 Para Award of M3 Shotgun Award of 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 Award of SG 550 Supreme SG 552 Supreme Suicides Supreme Team Kills Supreme TMP Award of UMP 45 Supreme USP Award of XM Shotgun
Global Awards


  Player Actions *





  Victims of Player-Player Actions *





  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Terrorist 9 times 28.13%
2 Counter-Terrorist 7 times 21.88%




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