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

Banner
  Player Information

Player Profile

Steam Community Avatar
Czechia anoni
Location: Czechia
Steam: STEAM_0:0:455834548
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. Aug. 26th, 2025 @ 22:18:45
Total Connection Time: 1d 00:58:24h
Average Ping:* -
Favorite Server:* .:BIA:. RATS
Favorite Map:* de_rats_cadrabulle
Favorite Weapon:* Kalashnikov AK-47

Statistics Summary

Activity: 89%
Points: 3,800
Rank: 2
Kills per Minute: 0.77
Kills per Death: 1.0797 (3.00*)
Headshots per Kill: 0.3510 (0.0000*)
Shots per Kill: -
Weapon Accuracy: 21.1% (0%*)
Headshots: 404 (0*)
Kills: 1,151 (3*)
Deaths: 1,066 (0*)
Longest Kill Streak: 6
Longest Death Streak: 12
Suicides: 0
Teammate Kills: 25 (0*)

  History anoni's History:
  Events | Sessions | Awards (57) | 
  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: Sergeant Major
Sergeant Major
Kills needed: 49 (76%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal Sergeant Staff Sergeant Gunnery Sergeant Master Sergeant First Sergeant Master Chief


  Awards (hover over image to see name)

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


  Aliases

Rank Name Time Last Use sort-descending.gif Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 anoni 0d 22:28:40h 2025-08-26 22:21:22 990 993 1.00 364 0.37 0 20.5%
2 217.79.187.33:27015 0d 00:00:04h 2022-11-24 01:19:44 0 0 0.00 0 - 0 0.0%
3 x a n a x 0d 00:00:28h 2020-12-03 17:03:40 0 0 0.00 0 - 0 0.0%
4 piko 0d 00:29:27h 2020-06-02 14:05:18 31 8 3.88 11 0.35 0 29.1%
5 [JUNKIES]parno 0d 00:31:55h 2020-04-19 22:24:32 21 24 0.88 2 0.10 0 25.7%
6 PARNO 0d 01:27:50h 2020-04-14 22:49:13 109 41 2.66 27 0.25 0 31.5%




  Player Actions *





  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Terrorist 1 times 100.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 = 3785
			AND
			(
				hidden <> '1'
				OR hidden IS NULL
			)
			AND hlstats_Roles.game = 'cstriker'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc