HLstatsX Community Edition
  • Contents
  • Search
  • SourceBans
  • Forum
  • Help

  Player Information

Player Profile

Steam Community Avatar
Switzerland 乃aᗷA-フᴀムѦ
Location: Brugg, Switzerland
Steam: STEAM_0:1:34513404
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. Jun. 14th, 2025 @ 18:25:52
Total Connection Time: 2d 21:38:06h
Average Ping:* -
Favorite Server:* * SchlachtHof :|: Dust2 Only :|: *Test* // noAim.eu
Favorite Map:* de_dust2
Favorite Weapon:* Kalashnikov AK-47

Statistics Summary

Activity: 99%
Points: 10,350
Rank: 265
Kills per Minute: 0.25
Kills per Death: 0.4689 (0.52*)
Headshots per Kill: 0.5818 (0.4800*)
Shots per Kill: -
Weapon Accuracy: 0.0% (0%*)
Headshots: 601 (48*)
Kills: 1,033 (100*)
Deaths: 2,203 (191*)
Longest Kill Streak: 5
Longest Death Streak: 16
Suicides: 0
Teammate Kills: 0 (0*)

  History 乃aᗷA-フᴀムѦ's History:
  Events | Sessions | Awards (1) | Chat
  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: 167 (17%)
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
Sharpshooter Connection Time 50 Hours Supreme AK47 Supreme Steyr Aug Supreme AWP Sniper Supreme Desert Eagle Supreme Bomb Defuser Supreme Dual Beretta Elites Award of Famas Supreme Five-Seven Supreme G3 SG1 Supreme Galil Supreme Glock Supreme Headshots Supreme HE Grenades Supreme Hostage Killer Supreme Combat Knife Supreme Lowpinger Supreme M249 Para Supreme M3 Shotgun Supreme Colt M4A1 Supreme MAC 10 Supreme Most Kills Supreme MP5 Navy Supreme Sig P228 Supreme P90 Supreme Bomb Planter Supreme Hostage Rescuer Supreme Scout Elite Supreme SG 550 Supreme SG 552 Supreme Suicides Supreme Team Kills Award of TMP Supreme UMP 45 Supreme USP Supreme XM Shotgun
Global Awards


  Aliases

Rank Name Time Last Use sort-descending.gif Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 乃aᗷA-フᴀムѦ 0d 05:44:54h 2025-06-14 18:34:55 92 175 0.53 44 0.48 0 0.0%
2 ���--������a�㴦��A 0d 00:07:46h 2025-06-05 18:14:18 3 6 0.50 1 0.33 0 0.0%
3 �aA��a�����������a�� 0d 00:02:12h 2025-06-05 18:06:32 0 0 0.00 0 - 0 0.0%
4 �a�A�A������aA�ﹷ�� 0d 00:01:33h 2025-06-05 18:03:52 0 1 0.00 0 - 0 0.0%
5 𐌱a𐌱A-𐌳ᴀムѦ 0d 00:00:13h 2025-05-25 11:00:20 0 0 0.00 0 - 0 0.0%
6 𐌱Ѧ𐌱ᗑ✹𐌳ᴀムѦ 0d 00:00:23h 2025-05-25 10:55:30 0 0 0.00 0 - 0 0.0%
7 ᗪ ᵉㄗ_PuナƳ 2d 14:10:08h 2025-05-24 20:45:45 918 1,971 0.47 540 0.59 0 0.0%
8 �������� 0d 00:00:06h 2024-11-09 20:09:08 0 0 0.00 0 - 0 0.0%
9 सिंह 0d 01:30:51h 2024-11-09 20:09:00 20 50 0.40 16 0.80 0 0.0%




  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Headshot 48 times 48
2 Pick up the Bomb 13 times 39
3 Drop the Bomb 12 times -36
4 Double Kill (2 kills) 11 times 11
5 Triple Kill (3 kills) 2 times 4
6 Plant the Bomb 1 times 6




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Counter-Terrorist 24 times 36.92%
2 Terrorist 13 times 20.00%




ERROR
Database Error

Server Address: localhost
Server Username: hlsx

Error Diagnostic:
Bad query.

Server Error: (1267) Illegal mix of collations (utf8mb4_general_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 = 603
			AND
			(
				hidden <> '1'
				OR hidden IS NULL
			)
			AND hlstats_Roles.game = 'css'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc