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

  Sections

  Player Information

Player Profile

Steam Community Avatar
Russian Federation 777
Location: Moscow, Russian Federation
Steam: STEAM_0:0:1735472835
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. Jul. 9th, 2024 @ 15:05:37
Total Connection Time: 3d 23:57:19h
Average Ping:* -
Favorite Server:* HL2F #2 | TEAM DEATHMATCH [NoSteam] | hl2forever.ru
Favorite Map:* dm_biohazard_cal
Favorite Weapon:* Physics

Statistics Summary

Activity: 100% 100%
Points: 1,616
Rank: 246
Kills per Minute: 0.44
Kills per Death: 0.3878 (0.48*)
Headshots per Kill: 0.0000 (0.0000*)
Shots per Kill: -
Weapon Accuracy: 0.0% (0%*)
Headshots: 0 (0*)
Kills: 2,552 (212*)
Deaths: 6,581 (442*)
Longest Kill Streak: 10
Longest Death Streak: 39
Suicides: 559
Teammate Kills: 0 (0*)

  History 777's History:
  Events | Sessions | Awards (4) | 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: Senior Captain
Senior Captain
20.8% Kills needed: 198 (21%)
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


  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 - Supreme Supreme Physbox Supreme Physics Supreme Pistol Supreme RPG Supreme Shotgun Supreme Slam Supreme SMG Supreme SMG Grenade Supreme Stunstick Award of Most Suicides
Global Awards


  Псевдонимы

Rank Ник Время Был в использовании sort-descending.gif Убийств Смертей КПД Хедшотов Соотн. Самоубийств Точность
1 777 0d 22:38:53h 2024-07-09 15:06:23 665 1,729 0.38 0 0.00 138 0.0%
2 armakidon8850@outlook.com 0d 00:00:00h 2024-06-09 03:58:10 0 0 0.00 0 - 0 0.0%
3 dag05\ 0d 06:43:45h 2024-04-29 00:15:21 313 578 0.54 0 0.00 43 0.0%
4 sonik x 0d 06:44:00h 2024-01-07 14:22:29 199 610 0.33 0 0.00 31 0.0%
5 SONIC X 0d 12:03:03h 2023-08-25 17:17:51 276 829 0.33 0 0.00 64 0.0%
6 DAG 05 77777 0d 00:25:07h 2023-06-11 12:18:48 6 14 0.43 0 0.00 1 0.0%
7 DAG 05 1d 21:09:20h 2023-06-08 22:09:56 1,067 2,723 0.39 0 0.00 268 0.0%
8 papa 0d 00:23:34h 2023-02-24 20:41:56 7 23 0.30 0 0.00 7 0.0%
9 papa 4 0d 00:00:47h 2023-02-24 19:51:57 0 0 0.00 0 - 0 0.0%
10 [RUS]777 0d 00:04:45h 2023-01-30 19:12:59 0 0 0.00 0 - 1 0.0%
11 [RUS]REVOLUTiON 0d 00:33:06h 2023-01-30 18:24:32 0 0 0.00 0 - 4 0.0%
12 REVOLUTiON 0d 01:10:59h 2023-01-30 18:19:50 19 75 0.25 0 0.00 2 0.0%




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: 250000)

Last SQL Query:
		(
		SELECT
			hlstats_Actions.code,
			hlstats_Actions.description,
			COUNT(hlstats_Events_PlayerActions.id) AS obj_count,
			COUNT(hlstats_Events_PlayerActions.id) * hlstats_Actions.reward_player AS obj_bonus
		FROM
			hlstats_Actions
		LEFT JOIN
			hlstats_Events_PlayerActions
		ON
			hlstats_Events_PlayerActions.actionId = hlstats_Actions.id
		LEFT JOIN
			hlstats_Servers
		ON
			hlstats_Servers.serverId = hlstats_Events_PlayerActions.serverId
		WHERE
			hlstats_Servers.game = 'hl2dm_2'
			AND hlstats_Events_PlayerActions.playerId = 354393
		GROUP BY
			hlstats_Actions.id
		)
		UNION ALL
		(
		SELECT
			hlstats_Actions.code,
			hlstats_Actions.description,
			COUNT(hlstats_Events_PlayerPlayerActions.id) AS obj_count,
			COUNT(hlstats_Events_PlayerPlayerActions.id) * hlstats_Actions.reward_player AS obj_bonus
		FROM
			hlstats_Actions
		LEFT JOIN
			hlstats_Events_PlayerPlayerActions
		ON
			hlstats_Events_PlayerPlayerActions.actionId = hlstats_Actions.id
		LEFT JOIN
			hlstats_Servers
		ON
			hlstats_Servers.serverId = hlstats_Events_PlayerPlayerActions.serverId
		WHERE
			hlstats_Servers.game = 'hl2dm_2'
			AND hlstats_Events_PlayerPlayerActions.playerId = 354393
		GROUP BY
			hlstats_Actions.id
		)
		ORDER BY
			description desc,
			obj_count desc