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

Banner
  Player Information

Player Profile

Steam Community Avatar
Romania Ahmy28
Location: Bucharest, Romania
Steam: STEAM_0:1:807815074
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. May. 26th, 2025 @ 23:42:17
Total Connection Time: 0d 11:06:47h
Average Ping:* 39 ms (Latency: 20 ms)
Favorite Server:* .:BIA:. GunGame
Favorite Map:* fy_snow_boom_blood
Favorite Weapon:* Knife

Statistics Summary

Activity: 82%
Points: 3,166
Rank: 4
Kills per Minute: 1.05
Kills per Death: 0.8903 (1.00*)
Headshots per Kill: 0.2880 (0.1600*)
Shots per Kill: 19.50
Weapon Accuracy: 20.5% (27%*)
Headshots: 201 (4*)
Kills: 698 (25*)
Deaths: 784 (25*)
Longest Kill Streak: 3
Longest Death Streak: 13
Suicides: 0
Teammate Kills: 3 (0*)

  History Ahmy28's History:
  Events | Sessions | Awards (71) | 
  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: Gunnery Sergeant
Gunnery Sergeant
Kills needed: 2 (98%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal Sergeant Staff Sergeant


  Awards (hover over image to see name)

Ribbons
Award of AK47 Supreme Top Assassin Bronze AWP Sniper Bronze Desert Eagle Supreme Bomb Defuser Bronze Dual Beretta Elites Bronze Fusil Automatique Award of Galil Award of Glock Award of Grenade Bronze Combat Knife Award of Lowpinger Award of M3 Super Bronze AColt M4A1 Bronze 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 Ahmy28 0d 00:01:04h 2025-05-26 23:43:18 0 0 0.00 0 - 0 0.0%
2 Ahmy 0d 04:34:54h 2025-05-26 23:13:21 276 284 0.97 76 0.28 0 21.7%
3 mertahmet69 0d 00:05:24h 2025-01-05 22:22:58 0 0 0.00 0 - 0 0.0%
4 Mert Ahmet 0d 06:25:25h 2024-02-09 22:20:00 422 500 0.84 125 0.30 0 19.7%




  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Spawn with the Bomb 51 times 102
2 Headshot 4 times 4
3 Plant the Bomb 1 times 15




  Team Selection *

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