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

Banner
  Player Information

Player Profile

Steam Community Avatar
Germany sHadyyyy
Location: Ritterhude, Germany
Steam: STEAM_0:1:89346766
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:* Sat. Apr. 13th, 2024 @ 17:20:53
Total Connection Time: 0d 01:20:43h
Average Ping:* 23 ms (Latency: 12 ms)
Favorite Server:* .:BIA:. RATS
Favorite Map:* cs_rats_assault_b2
Favorite Weapon:* Kalashnikov AK-47

Statistics Summary

Activity: 53%
Points: 1,187
Rank: 3
Kills per Minute: 1.29
Kills per Death: 2.6000 (3.67*)
Headshots per Kill: 0.4038 (0.3864*)
Shots per Kill: 20.59
Weapon Accuracy: 22.1% (23%*)
Headshots: 42 (17*)
Kills: 104 (44*)
Deaths: 40 (12*)
Longest Kill Streak: 2
Longest Death Streak: 3
Suicides: 0
Teammate Kills: 2 (0*)

  History sHadyyyy's History:
  Events | Sessions | Awards (12) | 
  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: 96 (4%)
Rank history
Recruit Private


  Awards (hover over image to see name)

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


  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Spawn with the Bomb 22 times 44
2 Headshot 17 times 17
3 Double Kill (2 kills) 16 times 16
4 Kill a Hostage 11 times -275
5 Touch a Hostage 9 times 18
6 Plant the Bomb 4 times 60




  Team Selection *

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




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