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

Banner
  Player Information

Player Profile

Steam Community Avatar
Germany Trunks
Location: Germany
Steam: STEAM_0:1:548714823
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:36
Total Connection Time: 0d 15:55:44h
Average Ping:* 35 ms (Latency: 18 ms)
Favorite Server:* .:BIA:. GunGame
Favorite Map:* fy_winter2
Favorite Weapon:* Knife

Statistics Summary

Activity: 92%
Points: 3,777
Rank: 2
Kills per Minute: 1.24
Kills per Death: 0.8610 (0.76*)
Headshots per Kill: 0.2834 (0.3622*)
Shots per Kill: 24.51
Weapon Accuracy: 22.6% (17%*)
Headshots: 337 (117*)
Kills: 1,189 (323*)
Deaths: 1,381 (425*)
Longest Kill Streak: 3
Longest Death Streak: 16
Suicides: 0
Teammate Kills: 0 (0*)

  History Trunks's History:
  Events | Sessions | Awards (110) | 
  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: 11 (95%)
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
Bronze AK47 Supreme Top Assassin Award of AWP Sniper Bronze Desert Eagle Supreme Bomb Defuser Bronze Dual Beretta Elites Bronze Fusil Automatique Bronze Galil Award of Glock Bronze Grenade Silver Combat Knife Award of Lowpinger Bronze Award M3 Super Award of Colt M4A1 Bronze P90 Award of Bomb Planter Supreme Hostage Rescuer Supreme Scout Elite Bronze USP
Global Awards
Desert Eagle Headshot King Knife Maniac USP Master


  Aliases

Rank Name Time Last Use sort-descending.gif Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 Trunks 0d 06:56:21h 2025-10-24 19:41:31 436 535 0.81 156 0.36 0 18.6%
2 Scarface 0d 06:19:59h 2025-05-07 17:54:05 538 584 0.92 132 0.25 0 26.1%
3 Seto Kaiba 0d 00:14:29h 2024-03-01 18:36:05 25 27 0.93 5 0.20 0 22.9%
4 Shanks 0d 00:57:52h 2023-11-02 23:58:31 84 93 0.90 15 0.18 0 24.6%
5 143.42.54.115:27015 0d 00:00:29h 2023-11-02 23:48:18 0 0 0.00 0 - 0 0.0%
6 Sogeking 0d 01:23:03h 2023-03-27 16:44:25 106 142 0.75 29 0.27 0 24.6%
7 Sephiroth 0d 00:03:31h 2022-03-25 20:00:20 0 0 0.00 0 - 0 0.0%




  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Spawn with the Bomb 155 times 310
2 Headshot 117 times 117
3 Kill a Hostage 9 times -225
4 Drop the Bomb 3 times -6




  Team Selection *

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