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

Banner
  Player Information

Player Profile

Steam Community Avatar
Hungary Bubi
Location: Berettyoujfalu, Hungary
Steam: STEAM_0:1:742109829
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. Sep. 26th, 2025 @ 21:02:18
Total Connection Time: 0d 09:58:57h
Average Ping:* -
Favorite Server:* .:BIA:. GunGame
Favorite Map:* gg_night_storm
Favorite Weapon:* Knife

Statistics Summary

Activity: 35%
Points: 2,890
Rank: 4
Kills per Minute: 1.13
Kills per Death: 1.0797 (1.00*)
Headshots per Kill: 0.2806 (0.1923*)
Shots per Kill: 19.00
Weapon Accuracy: 23.2% (22%*)
Headshots: 190 (5*)
Kills: 677 (26*)
Deaths: 627 (26*)
Longest Kill Streak: 2
Longest Death Streak: 16
Suicides: 0
Teammate Kills: 0 (0*)

  History Bubi's History:
  Events | Sessions | Awards (103) | 
  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: 23 (77%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal Sergeant Staff Sergeant


  Awards (hover over image to see name)

Ribbons
Bronze AK47 Supreme Top Assassin Bronze AWP Sniper Bronze Desert Eagle Supreme Bomb Defuser Bronze Dual Beretta Elites Bronze Fusil Automatique Bronze Galil Bronze Glock Bronze Grenade Award of 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


  Aliases

Rank Name Time Last Use sort-descending.gif Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 Bubi 0d 02:11:52h 2025-09-26 21:03:36 156 143 1.09 46 0.29 0 24.8%
2 Sam 0d 01:37:59h 2023-07-10 18:09:17 100 106 0.94 29 0.29 0 24.1%
3 Player 0d 00:42:27h 2023-02-22 16:42:34 45 33 1.36 13 0.29 0 24.3%
4 eugene 0d 02:59:44h 2022-12-26 13:45:35 211 197 1.07 59 0.28 0 24.1%
5 eugeneHUN 0d 02:26:55h 2022-12-19 17:19:54 165 148 1.11 43 0.26 0 20.4%




  Player Actions *





  Team Selection *

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