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

Banner
  Player Information

Player Profile

Steam Community Avatar
Italy link
Location: Padova, Italy
Steam: STEAM_0:1:1609190
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:* Mon. Sep. 2nd, 2024 @ 21:28:08
Total Connection Time: 0d 05:47:21h
Average Ping:* 26 ms (Latency: 13 ms)
Favorite Server:* .:BIA:. RATS
Favorite Map:* de_rats
Favorite Weapon:* Colt M4A1 Carbine

Statistics Summary

Activity: 82%
Points: 2,516
Rank: 2
Kills per Minute: 0.83
Kills per Death: 0.8101 (0.87*)
Headshots per Kill: 0.3517 (0.3471*)
Shots per Kill: 27.93
Weapon Accuracy: 19.8% (21%*)
Headshots: 102 (42*)
Kills: 290 (121*)
Deaths: 358 (139*)
Longest Kill Streak: 2
Longest Death Streak: 11
Suicides: 0
Teammate Kills: 0 (0*)

  History link's History:
  Events | Sessions | Awards (31) | 
  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: Lance Corporal
Lance Corporal
Kills needed: 10 (90%)
Rank history
Recruit Private Private First Class


  Awards (hover over image to see name)

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


  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Headshot 42 times 42
2 Spawn with the Bomb 20 times 40
3 Start Defusing the Bomb Without a Defuse Kit 15 times 0
4 Defuse the Bomb 11 times 165
5 Double Kill (2 kills) 8 times 8
6 Touch a Hostage 7 times 14
7 Rescue a Hostage 2 times 10
8 Plant the Bomb 1 times 15
9 Drop the Bomb 1 times -2




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Counter-Terrorist 14 times 93.33%
2 Terrorist 1 times 6.67%




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