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

Banner
  Player Information

Player Profile

Steam Community Avatar
Denmark 4.tv XDDD
Location: Copenhagen, Denmark
Steam: STEAM_0:1:112194622
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:* Sun. Nov. 9th, 2025 @ 16:46:10
Total Connection Time: 0d 19:52:39h
Average Ping:* 13 ms (Latency: 7 ms)
Favorite Server:* .:BIA:. GunGame
Favorite Map:* gg_dust_house
Favorite Weapon:* Knife

Statistics Summary

Activity: 74%
Points: 4,548
Rank: 1
Kills per Minute: 1.62
Kills per Death: 1.2388 (1.47*)
Headshots per Kill: 0.2961 (0.4843*)
Shots per Kill: 14.02
Weapon Accuracy: 19.9% (30%*)
Headshots: 573 (77*)
Kills: 1,935 (159*)
Deaths: 1,562 (108*)
Longest Kill Streak: 3
Longest Death Streak: 13
Suicides: 0
Teammate Kills: 2 (0*)

  History 4.tv XDDD's History:
  Events | Sessions | Awards (151) | 
  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 Lieutenant
First Lieutenant
Kills needed: 65 (68%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal Sergeant Staff Sergeant Gunnery Sergeant Master Sergeant First Sergeant Master Chief Sergeant Major Ensign Third Lieutenant Second Lieutenant


  Awards (hover over image to see name)

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


  Aliases

Rank Name Time Last Use sort-descending.gif Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 4.tv XDDD 0d 03:14:41h 2025-11-09 16:51:09 348 217 1.60 152 0.44 0 27.4%
2 PA1N 0d 03:18:20h 2023-12-27 21:53:51 316 240 1.32 80 0.25 0 21.6%
3 **** **************** n0mmerne 0d 00:02:10h 2023-05-12 15:03:13 2 6 0.33 1 0.50 0 20.0%
4 эй обезьяна n0mmerne 0d 13:17:28h 2023-05-04 17:21:12 1,269 1,099 1.15 340 0.27 0 18.4%




  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Headshot 77 times 77
2 Double Kill (2 kills) 44 times 44
3 Spawn with the Bomb 24 times 48
4 Drop the Bomb 9 times -18
5 Start Defusing the Bomb With a Defuse Kit 2 times 0
6 Plant the Bomb 1 times 15
7 Pick up the Bomb 1 times 2
8 Defuse the Bomb 1 times 15




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Counter-Terrorist 4 times 66.67%
2 Terrorist 2 times 33.33%




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