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

Banner
  Player Information

Player Profile

Steam Community Avatar
United Kingdom Trashgamer_k15
Location: United Kingdom
Steam: STEAM_0:0:893605808
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. Oct. 24th, 2025 @ 19:40:35
Total Connection Time: 0d 10:43:18h
Average Ping:* 42 ms (Latency: 21 ms)
Favorite Server:* .:BIA:. GunGame
Favorite Map:* fy_winter2
Favorite Weapon:* Knife

Statistics Summary

Activity: 67%
Points: 4,102
Rank: 1
Kills per Minute: 1.37
Kills per Death: 1.1986 (1.32*)
Headshots per Kill: 0.2679 (0.2541*)
Shots per Kill: 21.14
Weapon Accuracy: 22.7% (22%*)
Headshots: 236 (108*)
Kills: 881 (425*)
Deaths: 735 (323*)
Longest Kill Streak: 2
Longest Death Streak: 16
Suicides: 0
Teammate Kills: 0 (0*)

  History Trashgamer_k15's History:
  Events | Sessions | Awards (125) | 
  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: First Sergeant
First Sergeant
Kills needed: 19 (81%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal Sergeant Staff Sergeant Gunnery Sergeant Master Sergeant


  Awards (hover over image to see name)

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


  Aliases

Rank Name Time Last Use sort-descending.gif Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 Trashgamer_k15 0d 09:42:48h 2025-10-24 19:42:23 816 659 1.24 220 0.27 0 22.8%
2 nopdurl 0d 01:00:30h 2025-01-17 20:28:49 65 76 0.86 16 0.25 0 21.3%




  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Headshot 108 times 108
2 Touch a Hostage 14 times 28




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Counter-Terrorist 32 times 96.97%
2 Terrorist 1 times 3.03%




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