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

  Sections

  Player Information

Player Profile

Steam Community Avatar
Russian Federation drownedindepression
Location: Kamyshin, Russian Federation
Steam: STEAM_0:0:7567066
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:* (Unknown)
Total Connection Time: 0d 00:11:41h
Average Ping:* -
Favorite Server:*
Favorite Map:*
Favorite Weapon:*

Statistics Summary

Activity: -1% -1%
Points: 993
Rank: Not active
Kills per Minute: 1.71
Kills per Death: 0.8000 (-*)
Headshots per Kill: 0.0000 (-*)
Shots per Kill: -
Weapon Accuracy: 0.0% (0%*)
Headshots: 0 (0*)
Kills: 20 (0*)
Deaths: 25 (0*)
Longest Kill Streak: 4
Longest Death Streak: 5
Suicides: 1
Teammate Kills: 0 (0*)

  History drownedindepression's History:
  Events | Sessions | Awards (0) | 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: Recruit
Recruit
40% Kills needed: 30 (40%)
Rank history


  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 Most Suicides - Supreme
Global Awards


  Псевдонимы

Rank Ник Время Был в использовании Убийств Смертей КПД Хедшотов Соотн. Самоубийств sort-ascending.gif Точность
1 drownedindepression 0d 00:01:17h 2020-07-27 21:47:37 0 2 0.00 0 - 0 0.0%
2 Vindetta 0d 00:10:24h 2020-07-26 15:34:42 20 23 0.87 0 0.00 1 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: 185000)

Last SQL Query:
		SELECT
			hlstats_Actions.code,
			hlstats_Actions.description,
			COUNT(hlstats_Events_PlayerPlayerActions.id) AS obj_count,
			COUNT(hlstats_Events_PlayerPlayerActions.id) * hlstats_Actions.reward_player * -1 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.victimId = 282852
		GROUP BY
			hlstats_Actions.id
		ORDER BY
			obj_count desc,
			description desc