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

  Sections

  Player Information

Player Profile

Steam Community Avatar
South Africa DeathWatch
Location: Durban, South Africa
Steam: STEAM_0:0:1581485526
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:* Sat. Jun. 29th, 2024 @ 16:05:28
Total Connection Time: 12d 20:53:06h
Average Ping:* -
Favorite Server:* HL2F #2 | TEAM DEATHMATCH [NoSteam] | hl2forever.ru
Favorite Map:* dm_helix
Favorite Weapon:* Frag Grenade

Statistics Summary

Activity: 100% 100%
Points: 2,163
Rank: 200
Kills per Minute: 0.79
Kills per Death: 0.4583 (0.52*)
Headshots per Kill: 0.0000 (0.0000*)
Shots per Kill: -
Weapon Accuracy: 0.0% (0%*)
Headshots: 0 (0*)
Kills: 14,674 (401*)
Deaths: 32,018 (768*)
Longest Kill Streak: 10
Longest Death Streak: 32
Suicides: 2,315
Teammate Kills: 0 (0*)

  History DeathWatch's History:
  Events | Sessions | Awards (89) | 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: General
General
86.96% Kills needed: 326 (87%)
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


  Awards (hover over image to see name)

Ribbons
Connection Time 1 Week Supreme 357 Award of AR2 Supreme Combine Ball Supreme Xbow Supreme Crowbar Award of Grenade Supreme Headshotter Supreme Lowpinger Most Kills - Supreme Supreme Physbox Award of Physics Supreme Pistol Supreme RPG Supreme Shotgun Bronze Slam Supreme SMG Award of SMG Grenade Supreme Stunstick Most Suicides - Supreme
Global Awards


  Псевдонимы

Rank Ник Время Был в использовании Убийств sort-ascending.gif Смертей КПД Хедшотов Соотн. Самоубийств Точность
1 REVOLUTiON 0d 00:03:09h 2024-02-16 22:23:30 1 2 0.50 0 0.00 0 0.0%
2 Antonio 1d 15:48:33h 2023-05-21 13:17:59 1,381 3,936 0.35 0 0.00 166 0.0%
3 DeathWatch 11d 05:01:24h 2024-06-29 17:07:30 13,292 28,080 0.47 0 0.00 2,149 0.0%




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





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

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




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 = 357468
			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