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

  Sections

  Player Information

Player Profile

Steam Community Avatar
Russian Federation citizen
Location: Russian Federation
Steam: STEAM_0:0:413262626
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:* Mon. Jun. 3rd, 2024 @ 19:21:42
Total Connection Time: 0d 01:19:44h
Average Ping:* -
Favorite Server:* HL2F #2 | TEAM DEATHMATCH [NoSteam] | hl2forever.ru
Favorite Map:* dm_lostvillage
Favorite Weapon:* Sub Machine Gun

Statistics Summary

Activity: 24% 24%
Points: 887
Rank: 804
Kills per Minute: 0.06
Kills per Death: 0.0926 (0.05*)
Headshots per Kill: 0.0000 (0.0000*)
Shots per Kill: -
Weapon Accuracy: 0.0% (0%*)
Headshots: 0 (0*)
Kills: 5 (2*)
Deaths: 54 (44*)
Longest Kill Streak: 1
Longest Death Streak: 27
Suicides: 3
Teammate Kills: 0 (0*)

  History citizen'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
10% Kills needed: 45 (10%)
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-descending.gif Смертей КПД Хедшотов Соотн. Самоубийств Точность
1 citizen 0d 00:26:00h 2024-06-03 19:44:58 3 49 0.06 0 0.00 3 0.0%
2 user combine_soldier 0d 00:33:13h 2024-05-09 04:56:57 2 5 0.40 0 0.00 0 0.0%
3 npc_combine_s 0d 00:05:52h 2024-05-10 10:15:34 0 0 0.00 0 - 0 0.0%
4 повстанец 0d 00:14:39h 2024-04-23 13:23:31 0 0 0.00 0 - 0 0.0%




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

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




  Weapon Usage *

Rank Weapon Modifier Kills sort-descending.gif % Ratio Headshots % Ratio HS:K
1 Sub Machine Gun 0.00 1 50.00% 50.00% 0 % % 0.00
2 Rocket Propelled Grenade 0.00 1 50.00% 50.00% 0 % % 0.00




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_Events_Statsme.weapon AS smweapon,
			SUM(hlstats_Events_Statsme.kills) AS smkills,
			SUM(hlstats_Events_Statsme.hits) AS smhits,
			SUM(hlstats_Events_Statsme.shots) AS smshots,
			SUM(hlstats_Events_Statsme.headshots) AS smheadshots,
			SUM(hlstats_Events_Statsme.deaths) AS smdeaths,
			SUM(hlstats_Events_Statsme.damage) AS smdamage,
			ROUND((SUM(hlstats_Events_Statsme.damage) / (IF(SUM(hlstats_Events_Statsme.hits) = 0, 1, SUM(hlstats_Events_Statsme.hits) ))), 1) as smdhr,
			SUM(hlstats_Events_Statsme.kills) / IF((SUM(hlstats_Events_Statsme.deaths) = 0), 1, (SUM(hlstats_Events_Statsme.deaths))) AS smkdr,
			ROUND((SUM(hlstats_Events_Statsme.hits) / SUM(hlstats_Events_Statsme.shots) * 100), 1) AS smaccuracy,
			ROUND(((IF(SUM(hlstats_Events_Statsme.kills) = 0, 0, SUM(hlstats_Events_Statsme.shots))) / (IF(SUM(hlstats_Events_Statsme.kills) = 0, 1, SUM(hlstats_Events_Statsme.kills) ))), 1) as smspk
		FROM
			hlstats_Events_Statsme
		WHERE
			hlstats_Events_Statsme.PlayerId = 379224
		GROUP BY
			hlstats_Events_Statsme.weapon
		HAVING
			SUM(hlstats_Events_Statsme.shots) > 0
		ORDER BY
			smkills desc,
			smweapon desc