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:* Fri. Jun. 27th, 2025 @ 09:52:38
Total Connection Time: 0d 10:10:37h
Average Ping:* 29 ms (Latency: 15 ms)
Favorite Server:* .:BIA:. RATS
Favorite Map:* de_office_rats
Favorite Weapon:* Kalashnikov AK-47

Statistics Summary

Activity: 66%
Points: 4,470
Rank: 3
Kills per Minute: 0.86
Kills per Death: 0.8887 (1.10*)
Headshots per Kill: 0.3435 (0.2993*)
Shots per Kill: 29.55
Weapon Accuracy: 20.4% (20%*)
Headshots: 181 (44*)
Kills: 527 (147*)
Deaths: 593 (134*)
Longest Kill Streak: 2
Longest Death Streak: 12
Suicides: 0
Teammate Kills: 0 (0*)

  History link's History:
  Events | Sessions | Awards (54) | 
  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: Staff Sergeant
Staff Sergeant
Kills needed: 73 (27%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal Sergeant


  Awards (hover over image to see name)

Ribbons
Award of 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 Award of Glock Award of Grenade Award of Combat Knife Award of Lowpinger Award of M3 Super Bronze AColt M4A1 Supremef P90 Award of Bomb Planter Award of Hostage Rescuer Supreme Scout Elite Award of USP
Global Awards
AK47 Shotgun Top Defuser Top Demolitionist


  Player Actions *

Rank Action Earned sort-ascending.gif Accumulated Points
1 Defuse the Bomb 2 times 30
2 Drop the Bomb 2 times -4
3 Start Defusing the Bomb Without a Defuse Kit 2 times 0
4 Plant the Bomb 9 times 135
5 Headshot 44 times 44
6 Spawn with the Bomb 181 times 362




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Terrorist 16 times 66.67%
2 Counter-Terrorist 8 times 33.33%




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