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

Banner
  Player Information

Player Profile

Steam Community Avatar
Germany G-THANG
Location: Kremmen, Germany
Steam: STEAM_0:1:859057707
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:* Tue. Dec. 17th, 2024 @ 23:30:24
Total Connection Time: 0d 05:02:34h
Average Ping:* 23 ms (Latency: 12 ms)
Favorite Server:* .:BIA:. RATS
Favorite Map:* csde_gimlirats
Favorite Weapon:* Kalashnikov AK-47

Statistics Summary

Activity: 89%
Points: 1,480
Rank: 5
Kills per Minute: 0.37
Kills per Death: 0.4868 (0.49*)
Headshots per Kill: 0.3333 (0.3333*)
Shots per Kill: 64.61
Weapon Accuracy: 11.6% (12%*)
Headshots: 37 (37*)
Kills: 111 (111*)
Deaths: 228 (228*)
Longest Kill Streak: 2
Longest Death Streak: 11
Suicides: 0
Teammate Kills: 1 (1*)

  History G-THANG's History:
  Events | Sessions | Awards (13) | 
  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: Private First Class
Private First Class
Kills needed: 89 (11%)
Rank history
Recruit Private


  Awards (hover over image to see name)

Ribbons
Award of AK47 Supreme Top Assassin Award of AWP Sniper Supremef Desert Eagle Award of Bomb Defuser Supreme Dual Beretta Elites Award of Fusil Automatique Award of Galil Supreme Glock Award of Grenade Supreme Combat Knife Supreme Lowpinger Supreme M3 Super Supreme Colt M4A1 Award of P90 Award of Bomb Planter Award of Hostage Rescuer Supreme Scout Elite Award of USP
Global Awards
AWP P90 Top Hostage Rescuer


  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Spawn with the Bomb 160 times 320
2 Headshot 37 times 37
3 Touch a Hostage 4 times 8
4 Plant the Bomb 4 times 60
5 Drop the Bomb 4 times -8
6 Double Kill (2 kills) 3 times 3
7 Start Defusing the Bomb Without a Defuse Kit 2 times 0
8 Rescue a Hostage 1 times 5
9 Pick up the Bomb 1 times 2
10 Defuse the Bomb 1 times 15




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Counter-Terrorist 15 times 51.72%
2 Terrorist 14 times 48.28%




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