HLstatsX Community Edition
  • HL2DM_1
  • HL2DM_2
  • Contents
  • Search
  • SourceBans
  • Forum
  • Help

  Sections

  Player Information

Player Profile

Steam Community Avatar
Russian Federation gmbmax
Location: Russian Federation
Steam: STEAM_0:0:21747589
Status: (Unknown)
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)
Last Connect:* Tue. Jun. 25th, 2024 @ 23:29:04
Total Connection Time: 80d 16:54:58h
Average Ping:* -
Favorite Server:* HL2F #2 | TEAM DEATHMATCH [NoSteam] | hl2forever.ru
Favorite Map:* dm_lostarena
Favorite Weapon:* Rocket Propelled Grenade

Statistics Summary

Activity: 100% 100%
Points: 4,666
Rank: 92
Kills per Minute: 0.99
Kills per Death: 1.2632 (1.30*)
Headshots per Kill: 0.0000 (0.0000*)
Shots per Kill: -
Weapon Accuracy: 0.0% (0%*)
Headshots: 0 (0*)
Kills: 114,662 (1,021*)
Deaths: 90,769 (787*)
Longest Kill Streak: 109
Longest Death Streak: 23
Suicides: 9,534
Teammate Kills: 0 (0*)

  History gmbmax's History:
  Events | Sessions | Awards (568) | Chat
  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: Terminator
Terminator
0% Kills needed: 0 (0%)
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 First Lieutenant Captain Group Captain Senior Captain Lieutenant Major Major Group Major Lieutenant Commander Commander Group Commander Lieutenant Colonel Colonel Brigadier Brigadier General Major General Lieutenant General General Commander General Field Vice Marshal Field Marshal Vice Commander of the Army Commander of the Army High Commander Supreme Commander


  Awards (hover over image to see name)

Ribbons
Connection Time - Supreme Supreme 357 Supreme AR2 Supreme Combine Ball Supreme Xbow Supreme Crowbar Supreme Grenade Supreme Headshotter Supreme Lowpinger Most Kills - Silver Award of Physbox Supreme Physics Supreme Pistol Supreme RPG Supreme Shotgun Bronze Slam Supreme SMG Supreme SMG Grenade Supreme Stunstick Most Suicides - Supreme
Global Awards
13. (SMG Nade) SMG Nader


  Псевдонимы

Rank Ник Время Был в использовании Убийств Смертей КПД Хедшотов Соотн. Самоубийств sort-ascending.gif Точность
1 [-?-]gmbmax 2d 17:21:31h 2023-01-30 18:14:36 2,083 1,674 1.24 0 0.00 402 0.0%
2 [-?-]goldobinmaxim 4d 03:16:06h 2018-12-27 01:04:37 4,605 3,307 1.39 0 0.00 677 0.0%
3 [RUS]goldobinmaxim 4d 03:38:14h 2018-02-19 21:45:32 1,743 1,782 0.98 0 0.00 872 0.0%
4 goldobinmaxim 29d 10:04:22h 2018-12-28 16:45:26 44,954 36,120 1.24 0 0.00 2,099 0.0%
5 gmbmax 40d 06:34:45h 2024-06-26 21:07:14 61,277 47,886 1.28 0 0.00 5,484 0.0%




  Действия игрока *





  Выбор команды *

Rank Команда Выбирал sort-descending.gif % Соотношение
1 The Combine 92 times 25.63% 25.63%
2 Rebel Forces 82 times 22.84% 22.84%




ERROR
Database Error

Server Address: localhost
Server Username: byxue_hl2f_stats

Error Diagnostic:
Bad query.

Server Error: (1226) User 'byxue_hl2f_stats' has exceeded the 'max_queries_per_hour' resource (current value: 185000)

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_Servers
		ON
			hlstats_Servers.serverId = hlstats_Events_ChangeRole.serverId
		LEFT JOIN
			hlstats_Frags_as_res
		ON
			hlstats_Frags_as_res.role = hlstats_Events_ChangeRole.role
		WHERE
			hlstats_Servers.game = 'hl2dm_2'
			AND hlstats_Events_ChangeRole.playerId = 88949
			AND
			(
				hidden <> '1'
				OR hidden IS NULL
			)
			AND hlstats_Roles.game = 'hl2dm_2'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc